@charset "UTF-8";

/* cp.html,sp.html用スタイル
---------------------------------------------------------------*/



/* TOPIC PATH
************************************ */


#d_topic_path ol {
	display: block;
	padding-bottom:20px;
}

#d_topic_path ol li {
	list-style: none;
	float:left;
}

#d_topic_path ol li:not(:last-child) a span {
	color: #9c9c9c;
}
#d_topic_path ol li:last-child a span {
	color: #000;
}
#d_topic_path ol li:not(:last-child)::after {
	content:">";
	padding:0 3px;
}