@charset "utf-8";
/* CSS Document */

/*sitemap*/
.sitemap-section {
    overflow:hidden;
}
.sitemap-section .sitemap-tit {
	border-bottom: 1px solid #dae2ed;
}
.sitemap-section .itemlist dl {
	float:left;
	width: 50%;
	margin: 15px 0;
}
.sitemap-section .itemlist dt {
	margin-bottom: 10px;
}
@media (min-width:768px){
.sitemap-section .itemlist dl {
	width: 33.33%;
}
}