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

/* TOP IMAGE */
.sitemap_top_img {
	background: url(../images/Sitemap_top_img.jpg
	) no-repeat center;
	height: 198px;
}


/* CATEGORY */
.category {
	width: 1000px;
	padding: 10px 0 8px 40px;
	font-size: 24px;
	color: white;
	background: #2CB1FF;
	margin: 80px auto 0 auto;
}


/* SITEMAP */
.sitemap {
	display: flex;
	width: 1040px;
	margin: 20px auto 80px auto;
	border-bottom: #CCC 2px dashed;
	padding-bottom: 30px;
}
.sitemap .main {
	width: 260px;
}
.sitemap .title {
	font-size: 18px;
	letter-spacing: 2px;
}
.sitemap .main li {
	list-style-type: none;
	margin-left: -5px;
	line-height: 3.5ex;
	padding-bottom: 3px;
}
.sitemap .main li::before {
	content: "▶";
	margin-right: 10px;
}
.sitemap .sub {
	margin-top: 5px;
}
.sitemap .sub li {
	font-size: 16px;
	font-weight: normal;
}
.sitemap .sub li::before {
	content: "≫";
	color: #2CB1FF;
	margin-left: -10px;
	font-weight: bold;
}
.sitemap a {
	text-decoration: none;
	color: #333333;
}
.sitemap a:hover {
	border-bottom: #333333 1px solid;
}