@charset "utf-8";

/* -----------------------------------------------------------------------------

	カテゴリートップ

----------------------------------------------------------------------------- */
.categoryTop .mv:before {
	background-image: url(../sitemap/img/bg_mv.jpg);
}

/* -----------------------------------------------------------------------------

サイトマップ

----------------------------------------------------------------------------- */
.sitemap section,
.sitemap section + section {
	margin: 0 0 30px 0;
}
.sitemap div.pageBox {
	display: inline-block;
	width: 480px;
	margin:0 35px 30px 0;
}
.sitemap div.pageBox:nth-child(2n) {
	margin-right: 0;
}
.sitemap h3.ttl01 {
	font-size: 220%;
	position: relative;
	padding: 9px 10px 9px 12px;
	margin-bottom: 20px;
}
.sitemap h3.ttl01:before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	background: #ccc;
	bottom: 0;
	left: 0;
}
.sitemap h3.ttl01:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	background: #ccc;
	top: 0;
	left: 0;
}
.sitemap h3.ttl01 span {
	border-left: 5px solid #009de4;
	display: block;
	padding: 4px 0 0 10px;
	line-height: 1;
}
.categoryTop.sitemap main > div {
	overflow: hidden;
}
.categoryTop.sitemap main div section.pageBox {
	clear: none;
	float: left;
	width: 48%;
}
.categoryTop.sitemap main section.pageBox:nth-child(2n) {
	float: right;
}
.categoryTop.sitemap main section.pageBox ul li {
	width: 100%;
	display: block;
	margin: 0 0 5px;
	padding-left: 20px;
	float: none;
}
.sitemap section.pageBox ul li a {
	display: inline-block;
	font-size: 160%;
	font-weight: normal;
	color: #009ee7;
	line-height: 1.3;
	margin-top: 12px;
	background: url(/common/img/icon_arrow04.png) left 4px no-repeat;
	padding-left: 18px;
}
.sitemap section.pageBox ul li a:hover {
	opacity: 0.8;
}
.sitemap p.btn {
	display: block;
	width: 480px;
	margin-bottom: 15px;
	background: #009de4;
	clear: both;
}
.sitemap p.btn:hover {
	opacity: 0.8;
}
.sitemap p.btn a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-size: 140%;
}
