@charset "utf-8";
/* ============================================================ */
/* /sitemap/index.html */
/* ============================================================ */

#sitemap_index .box h3,
#sitemap_index .box p {
	margin: 0;
	font-weight: bold;
}

#sitemap_index .box h3 a {
	padding: 0 0 0 25px;
	background: url(/shared/img/shared/icon_arrow_right02.png) 0 center no-repeat;
}

#sitemap_index .box p {
	margin: 25px 0 0 0;
	padding: 25px 0 0 25px;
	border-top: 1px solid #dcdcdc;
}

#sitemap_index .box h3 + p {
	margin: 0;
	border-top: none;
}

#sitemap_index .box ul li {
	float: left;
	width: 290px;
	margin: 10px 0 0 19px;
}

#sitemap_index .box ul.wide li {
	width: 445px;
}

#sitemap_index .fa-caret-right {
	position: relative;
	top: -2px;
	font-size: 12px;
	font-size: 1.2rem;
}