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


/*----------------------------------------------------
	☆ttlArea
----------------------------------------------------*/


#pageTtl {
	background:url(../image/mvBg.jpg) center center no-repeat;
}

#pageTtl h1 {
	background:url(../image/icon_ttl.png) left bottom no-repeat;
}

#pageTtl h1 span {
	color:#e7a203;
}

.Sitemap_page dl {
	margin-bottom:30px;
}

.Sitemap_page dd ul  {
	width:100%;
	padding-left:30px;
}

.Sitemap_page dd ul li {
	width:33.3%;
	float:left;
}

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

.Sitemap_page dd ul li {
	width:100%;
	float:none;
}

}