@charset "utf-8";
/* CSS Document */

#sitemap{
	width:90%;
	max-width:1000px;
	margin:50px auto;
	text-align:left;
	font-size:18px;
}


#sitemap dl{
	border-bottom:1px solid #ACACAC;
	padding-bottom:20px;
	margin-bottom:30px;
}

#sitemap dl dt{
	margin-bottom:10px;
}

#sitemap dl dd{
	display:inline-block;
	width: 24%;
	vertical-align: top;
	margin: 0px 0 10px 0;
	font-size: 14px;
}






@media only screen and (max-width: 640px) { 

#sitemap dl dd{
	width:48%;
}

}





















