@charset "UTF-8";
/* CSS Document */

/*サイトマップ*/
.sitemap_box{
	margin: 20px 0 0 0;
}

.sitemap_box h4{
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	font-size: 16px;
	font-weight: normal;
	background: url(../imgs/sitemap/arrow_icon.png) no-repeat 0.2em 0.2em;
}

.sitemap_box dl{
	margin: 15px 0 0 0;
}

.sitemap_box dl dt{
	margin: 0 5px;
	padding: 0 5px 3px;
	border-bottom: 1px solid #000;
	font-size: 14px;
}

.sitemap_box dl dd{
	margin: 8px 5px;
	padding-left: 15px;
	font-size: 14px;
}
