@charset "utf-8";
/* CSS Document */


#contents .sitemap_box {
	width:50%;
}
#contents .sitemap_box ul {
	vertical-align:top;
	padding:0 13px 0 13px;
	margin:0 0 15px;
}
#contents .sitemap_box ul li {
	background:url(../img/global/footer_arrow.png) no-repeat left 6px;
	padding:0 0 0 15px;
	margin:0 0 3px;
}
#contents .sitemap_box ul li a {
	color:#303030;
}
#contents .sitemap_box ul li ul {
	display:block;
	width:auto;
	padding:0;
	border:none;
	height:auto;
}
#contents .sitemap_box ul li ul li {
	background:url(../img/global/footer_arrow2.png) no-repeat left 10px;
	padding:0 0 0 15px;
	margin:3px 0;
}
@media screen and (min-width: 0px) and (max-width: 550px) {
#contents .sitemap_box {
	width:100%;
}
#contents .sitemap_box ul {
	width:100%;
}
}