@charset "utf-8";

/*----------------
 sitemap
-----------------*/
#sitemap01 a {
	display: block;
}
#sitemap01 .column {
	padding-bottom: 1.0em;
}
#sitemap01 dl.column {
	padding-bottom: 1.6em;
}
#sitemap01 .sitemapTxt01 {
	font-size: 112.5%;
	color: #a58050;
	line-height: 1.5;
	padding: 0.2em 0 0.2em 22px;
	margin-bottom: 1em;
	border-bottom: 1px solid #a58050;
	background-image: url("../img/sitemap/arrow.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 8px auto;
}
#sitemap01 .sitemapList01 {
	margin-left: -32px;	
}
#sitemap01 .sitemapList01 li {
	float: left;
	width: 338px;
	margin-left: 32px;
	
}
#sitemap01 .line_t {
	border-top: 1px dotted #a58050;
	margin-top: 0.7em;
	padding-top: 0.9em;
}
#sitemap01 dd li {
	font-size: 87.5%;
	margin-bottom: 0.2em;
	color: #23190c;
}

#sitemap01 ul:before,
#sitemap01 ul:after{
	content:"";
	display:table;
}
#sitemap01 ul:after {
	clear:both;
}
#sitemap01 ul {
	zoom:1;
}

@media screen and (max-width:640px) {
#sitemap01 .column {
	padding-bottom: 0;	
}
#sitemap01 dl.column {
	padding-bottom: 0.9em;
}
#sitemap01 .sitemapList01 {
	margin-left: 0;	
}
#sitemap01 .sitemapList01 li {
	float: none;
	width: auto;
	margin-left: 0;	
}
#sitemap01 .sp_pb0 {
	padding-bottom: 0;	
}

}



