/*==================================
		sitemap / index
==================================*/
/*========== body ==========*/
body {
	background: url(../../img/sitemap/sitemap.jpg) no-repeat center 0;
	background-size: contain;	
	counter-reset:count-number;
}

/*========== mainWrap ==========*/
#sitemap01 ul li {
    padding: 0.5vw 0 0.5vw 1.5rem;
    text-shadow: 2px 2px 0 #ffffff;
	font-family: 'Kosugi Maru', sans-serif;
}

#sitemap01 ul li + li {
	margin: 1.0rem 0 0 0;
}

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


/*= ver.purple =*/
.purple #sitemap01 ul li {
	background: url(../../img/common/h3_bg_p.png) no-repeat 0 center;
}
