@charset "utf-8";

.kozuka_b{
font-family: kozuka-gothic-pro,sans-serif;
font-weight: 700;
font-style: normal;
}
.kozuka_m{
font-family: kozuka-gothic-pro,sans-serif;
font-weight: 500;
font-style: normal;
}
.kozuka_r{
font-family: kozuka-gothic-pro,sans-serif;
font-weight: 400;
font-style: normal;
}


/*sitemap
************************************************************************************/
#page_sitemap{}
#page_sitemap dt{
	background: #072856;
	color: #FFF;
	border: 0;
	border-left: 10px solid #1f53a1;
	padding: 7px 15px;
	margin: 15px 0;
	font-size: 120%;
}
#page_sitemap dt a{
	color: #FFF !important;
}

#page_sitemap dd .ttl{
	background: url(../../sitemap/img/icon_folder.png) no-repeat left #FFF;
	color: #000;
	border-left: 0;
	padding: 0 0 0 30px;
	margin: 0 2em 10px 0;
	font-size: 100%;
	display: inline-block;
	font-weight: bold;
}

#page_sitemap dd .ttl.block{
	display: block;
}

#page_sitemap dd ul.list{
	margin: 0 0 20px 0;
}

#page_sitemap ul.list li{
	background: url(../../sitemap/img/icon_document.png) no-repeat left center;
	padding: 0 0 0 30px;
	margin: 0 2em 10px 0;
	display: inline-block;
}

