@charset "utf-8";

.subpage {
	background-color: #f5f5f5;

}
.subpage .ttl_block {
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
}
.subpage .ttl_block h1 {
	width: 760px;
	padding-right: 220px;
	line-height: 100px;
	margin: 0 auto;
	font-size: 26px;
	letter-spacing: 1px;
	color: #232323;
	font-weight: bold;
}


.sitemap {}
.sitemap .sitemap_block {
	width: 50%;
	float: left;
	margin-bottom: 50px;
}
.sitemap .sitemap_block .cate {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.sitemap .sitemap_block .cate a {
	color: #333333;
}
.sitemap .sitemap_block .cate a span {
	color: #f4894f;
	margin-left: 10px;
}




@media only screen and (max-width: 740px) {
h1 {
	margin-bottom: 20px;
	margin: 0 5% 20px!important;
	padding: 20px 0 5px!important;
}
.sitemap {
	width: 90%;
	margin: 0 auto;
}
.sitemap .sitemap_block {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.sitemap .sitemap_block .cate {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.sitemap .sitemap_block .cate a {
	color: #333333;
}
.sitemap .sitemap_block .cate a span {
	color: #f4894f;
	margin-left: 10px;
}


}
