@charset "utf-8";

/*#sitemap
************************************************************************************/
#sitemap{}
#sitemap .frame{
	padding: 10px 20px;
}


#sitemap .frame li{
	margin: 0 0 20px 0;
}

#sitemap .frame li a{
	background: url(../../img/common/ar_green1.png) no-repeat left center;
	padding: 4px 4px 4px 20px;
	color: #153b6f;
}

#sitemap .frame li .cmt{
	padding: 0 0 0 25px;
}

#sitemap .frame li ol{
	margin: 7px 0 7px 20px;
}
#sitemap .frame li ol li{
	margin: 0 0 3px 0;
}

#sitemap .frame li ol a{
	background: url(../../img/common/ar_darkb.png) no-repeat left center;
	padding: 0 0 0 20px;
	color: #153b6f;
	border: 0;
}

@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
/*smart phone*/
}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 
