@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 386px;
	padding: 50px;
	background: #0064c2;
	color: #fff;
	position: relative;
}

#visual p {
	width: 800px;
	text-align: right;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#visual p:before {
	content: '';
	width: 221px;
	height: 386px;
	background: url(/include/images/page_visual.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#visual dl {
	width: 460px;
	padding-top: 25px;
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
	position: relative;
	z-index: 3;
}

#visual dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 34px;
	line-height: 1.4;
}

#visual dt span {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;
	font-size: 20px;
}

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	margin-bottom: 90px;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	width: 850px;
	margin-bottom: 60px;
	text-align: left;
}

#about h2 {
	height: 60px;
	margin-bottom: 20px;
	border-bottom: solid 3px #ccc;
	font-weight: bold;
	font-size: 25px;
	line-height: 60px;
	color: #333;
	position: relative;
}

#about h2:after {
	content: '';
	width: 150px;
	height: 3px;
	background: #0064c2;
	position: absolute;
	bottom: -3px;
	left: 0;
}

#about dt {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
}

/* ---------------------------------------------------------
	CSS Document sitemap
--------------------------------------------------------- */

#sitemap {
	width: 850px;
	text-align: left;
	font-size: 0;
}

#sitemap .sitemap {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 40px;
}

#sitemap .sitemap:nth-child(4n) {
	margin-right: 0;
}

#sitemap h3 {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: solid 2px #0064c2;
	font-weight: bold;
	font-size: 19px;
}

#sitemap ul a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #434343;
}

#sitemap ul a:hover {
	text-decoration: underline;
	color: #0064c2;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	margin-top: 0;
}
