<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* ================================================
　カテゴリ共通
================================================ */

.sitemap .box_box {
	text-align: left;
}
.sitemap_ul {
	width: 46%;
	float: left;
	margin: 1em 2%;
	border-top: 2px solid #117;
}
.sitemap_ul &gt; li {
	border-bottom: 1px solid #ccc;
	clear: both;
}
.sitemap_ul &gt; li &gt; a {
	display: block;
	padding: .5em 0;
}
.sitemap_ul &gt; li &gt; a:before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background: url(../common/img/arrow_b.png) no-repeat left center;
	background-size: 6px 10px;
}
.sitemap_ul ul {
	margin-left: 1em;
	margin-bottom: .5em;
}
.sitemap_ul ul li {
	float: left;
	margin-right: 1em;
}
.sitemap_ul ul a {
	font-size: 12px;
}
.sitemap_ul ul a:before {
	content: "";
	width: 8px;
	height: 10px;
	display: inline-block;
	background: url(../common/img/arrow_b.png) no-repeat left center;
	background-size: 4px 6px;
}


/* SP以下 */
@media screen and (max-width:767px) {
.sitemap .box_box {
}
}

/* TB以上 */
@media screen and (min-width:768px) {
.sitemap .box_box {
}
}








</pre></body></html>