@charset "UTF-8";

/* -----------------------------------------------------------
	sitemap_wrap
----------------------------------------------------------- */
.sitemap_wrap {
	
}
.sitemap_box {
	width: 44%;
	float: left;
	margin-left: 12%;
	margin-bottom: 80px;
}
.sitemap_box:nth-child(2n + 1) {
	margin-left: 0;
	clear: left;
}
.sitemap_wrap h2 {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
.sitemap_wrap h2 a {
	color: #333;
	text-decoration: underline;
}
.sitemap_wrap h2 a:hover {
	text-decoration: none;
}
.sitemap_list {
	margin-top: 10px;
}
.sitemap_list li {
	display: inline;
	padding-right: 20px;
}
.sitemap_list li a {
	color: #333;
	text-decoration: underline;
	white-space: nowrap;
}
.sitemap_list li a:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.sitemap_box {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 40px;
}
.sitemap_box:nth-child(2n + 1) {
	margin-left: 0;
	clear: left;
}
.sitemap_wrap h2 {
	font-size: 15px;
}
}

