@charset "utf-8";

#sitemapMv {
	background: url(../../img/sitemap/sitemap_bg_sp.jpg) no-repeat center;
	background-size: cover;
}

.sitemapArea {
	width: 100%;
	padding: 15px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sitemapArea ul li {
	margin-bottom: 20px;
}
.sitemapArea ul li.lastlink {
	margin-bottom: 0;
}
.sitemapArea ul li a {
	display: block;
	padding: 0 0 0 12px;
	background: url(../../img/sitemap/arr01.png) no-repeat 0 3px;
	background-size: 7px auto;
	font-size: 1.4rem;
	font-weight: 900;
}
.sitemapArea ul li.subLink a {
	display: block;
	padding: 0 0 0 30px;
	background: url(../../img/sitemap/line03.png) no-repeat 15px 7px;
	background-size: 10px auto;
	font-size: 1.2rem;
	font-weight: normal;
}




























