@charset "utf-8";


/**************************************************50
 * sitemap
 **************************************************/
@media screen and (max-width:767px){
	#sitemap{
		margin-bottom: 12.5%;
	}
}
@media screen and (min-width:768px){
	#sitemap{
		margin-bottom: 100px;
	}
}


