@charset "UTF-8"

@-ms-viewport {	width: device-width;}

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../img/common/body_bg.jpg) 0 0 repeat-x #c5d5ed;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ　Ｐゴシック', 'MS P Gothic', sans-serif;
	font-size: 12px;
}
img {
	max-width: 100%;
	border: none;
	vertical-align: middle;
}
a:hover img {
	opacity: 0.8;
}
.wrapper {
	width: 825px;
	margin: 40px auto 0 auto;
	background: #ffffff;
}
.header {
	padding: 20px 18px 35px 18px;
}
.topKv img {
	width: 100%;
}
.gnavi ul {
	list-style: none;
	background: linear-gradient(to bottom, #fff 0%, #ebebeb 98%);
	background: url(../img/common/gnavi_bg.png) 0 0 repeat-x #ededed\9;
	border: 1px solid #ccc;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	color: #696969;
}
.gnavi ul:after {
	content: "";
	display: block;
	clear: both;
}
*:first-child+html .gnavi ul {
	min-height: 1%;
}
.gnavi ul li {
	float: left;
}
.gnavi ul li a {
	display: block;
	color: #444;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.5;
	padding: 11px 20px 11px 40px;
	background: url(../img/common/arw_b_r.png) 20px center no-repeat;
	background-size: 16px 16px;
	background: url(../img/common/arw_b_r_s.png) 20px center no-repeat\9;
}
.gnavi ul li a.current {
	background: url(../img/common/arw_b_r.png) 20px center no-repeat #dcdcdc;
	background-size: 16px 16px;
	background: url(../img/common/arw_b_r_s.png) 20px center no-repeat #dcdcdc\9;
	color: #333;
	filter: none;
}
	.gnavi ul li a:hover {
	background: url(../img/common/arw_b_r.png) 20px center no-repeat #ffffff;
	background-size: 16px 16px;
	background: url(../img/common/arw_b_r_s.png) 20px center no-repeat #ffffff\9;
	color: #000;
	opacity: 0.4;
	*filter: "alpha(opacity=40)";
}
.contents {
	padding: 30px 0;
}
.section {
	margin-bottom: 20px;
	padding: 0 18px;
}
*:first-child+html .sectionInner {
	min-height: 1%;
}
.sectionInner p {
	margin-bottom: 10px;
}
.sectionInner:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}

.w760 {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.boxHalf {
	float: left;
	width: 384px;
	margin-right: 20px;
}
.boxOneThird {
	float: left;
	width: 256px;
	margin-right: 10px;
}
.boxThreeFourth {
	float: left;
	width: 584px;
	margin-right: 10px;
}
.boxOneFourth {
	float: left;
	width: 195px;
	margin-right: 10px;
}
.boxTwoThird {
	float: left;
	width: 523px;
	margin-right: 10px;
}
.boxLast {
	margin-right: 0;
}
.footer {
	padding: 0 18px;
}
.footerInner {
	border-top: 2px solid #d0d0d0;
	padding: 10px 0;
}
.footerCopy {
	text-align: center;
	font-size: 0.85em;
	color: #666666;
}
.cn4Kv,
.cn6Kv {
	padding: 30px 10px;
}
#mdOverlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 97;
	background: url(../img/common/mdOverlay.png);
	display: none;
}
#mdWindow {
	margin-top: -20%;
	margin-left: -40%;
	padding: 20px;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 80%;
	position: fixed;
	z-index: 98;
	background: #ffffff;
	box-shadow: 0 0 3px 0 #000000;
	display: none;
}
#mdWindow .mdClose {
	top: -15px;
	left: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 1.5em;
	background: #000;
	border: 1px solid #ffffff;
	box-shadow: 0 0 3px 0 #000000;
	position: absolute;
	z-index: 99;
	cursor: pointer;
}
#contWrap {
	width: 100%;
	height: 100%;
	border: none;
	overflow-y: auto;
}

@media (max-width: 599px) {
}