#sitemap #subimage{
	background: url("../images/sitemap/subimage_bg.jpg") no-repeat center center;
}
.sitemap{
	position:relative;
	background:#fff;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow:0 0 5px #ccc;
}

.sitemap h3{
	margin-bottom: 20px;
	color: #eb6c8b;
	text-align: center;
	font-size:130%;
}
.sitemap ul li{
	background: url("../images/common/list01.png") no-repeat left center;
	padding: 5px 10px 5px 20px;
}

.sitemap::after{
	position: absolute;
	left: 50%;
	top:0;
	background: #eb6c8b;
	width: 60px;
	height: 5px;
	z-index: 2;
	content: " ";
	margin-left: -30px;
}
#sitemap01 .boxstyle01{
	padding-bottom: 4%;
	background:url(../images/sitemap/sitemap_bg.png) no-repeat left 10% bottom;
}
/*-------------------------sp----------------------------*/
@media screen and (min-width: 767px) and (max-width: 999px) {

}
@media (max-width: 767px) {
	.sitemap{
		margin-bottom: 20px;
	}
	#sitemap01 .boxstyle01{
		padding-bottom:100px;
		background-size:70%;
		background-position:center bottom;
	}

}


