@charset "utf-8";

.pageKv {
	background: url(../../img/sitemap/sp_pic_kv.jpg) no-repeat 50% 0;
	background-size: cover;
}

.ttlSitemap {
	padding: 25px 0;
	bottom: 20px;
}
.ttlSitemap h3 {
	/*height: 41px;
	background: url(../../img/common/sp_bg_line_ttl.png) repeat-x 200px 1px;
	background-size: auto 41px;*/
	margin-bottom: 0;
	padding: 15px 0;
}
.ttlSitemap h3 img {
	height: 30px;
}

#sitemapWrap {
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.sitemapWrap {
	width: auto;
	display: block;
	margin: 0;
	padding: 0 10px 10px;
}
.sitemapList {
	display: block;
	padding: 0;
}
.sitemapList > li {
	padding: 13px 0;
}
.sitemapList > li:last-child {
	border-bottom: none;
}

.sitemapList > li ul {
	padding-left: 12px;
	font-size: 12px;
}
