@charset "utf-8";

/*

last update 2014.8.25

		
 */

/* ***********************************************************************
        1 : topicpath（パンくずリスト）
*********************************************************************** */
#topicpath {
	background:#f1f1f1;
	color:#535353;
	font-size: 1.2em !important;   
	line-height: 1.6;
	width:100%;
	padding: 0;
	margin: 0;
}
#topicpath-inner {
	width:900px;
	padding: 10px 0;
	margin: 0 auto;
}

#topicpath ul {
	margin: 0;
}
#topicpath ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
#topicpath li {
	float: left;
}
#topicpath li.sub {
	padding-left: 10px;
	width:auto;
}
#topicpath li.sub:before {
	letter-spacing: 10px !important;
    content: ">" !important;
}

#topicpath a,
#topicpath a:link {
	color:#535353;
}
#topicpath a:visited {
	color:#535353;
}
#topicpath a:active,
#topicpath a:hover {
	color: #CC0000;
}
#topicpath a:focus {
	color: #CC0000;
}
