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

/* ---------------------------------------------------------
	CSS Document video
--------------------------------------------------------- */

#video {
	margin-bottom: 50px;
	font-size: 0;
}

#video video {
	vertical-align: top;
	width: 100%;
	height: 620px;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin-bottom: 50px;
	padding: 50px;
	background: #f5f5f3;
	font-size: 0;
}

#outline h2 {
	height: 60px;
	margin-bottom: 30px;
	background: #004c7c;
	background-size: 5px 5px;
	background-color: #C0BEB4;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, #C6C4BA), color-stop(0.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(#C6C4BA 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(#C6C4BA 50%, transparent 50%, transparent);
	background-image: linear-gradient(#c6c4ba 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
	font-weight: normal;
	font-size: 28px;
	line-height: 60px;
	letter-spacing: 2px;
}

#outline dl {
	margin-top: -1px;
	border-top: solid 1px #d3d1c9;
	border-bottom: solid 1px #d3d1c9;
	background: #ebeae4;
	text-align: left;
}

#outline dt {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	padding: 0 30px;
	font-size: 15px;
}

#outline dd {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	padding: 15px 30px;
	background: #fff;
	font-size: 15px;
}

#outline dd span {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

/* ---------------------------------------------------------
	CSS Document outline > dl
--------------------------------------------------------- */

#outline dd dl {
	margin: 0;
	border: 0;
	background: #f5f5f3;
	font-size: 0;
}

#outline dd dt {
	vertical-align: top;
	width: 22%;
	border-top: solid 4px #fff;
	padding: 0 10px;
	font-size: 15px;
}

#outline dd dd {
	vertical-align: top;
	width: 78%;
	padding: 0 0 0 10px;
	border-top: solid 4px #fff;
	font-size: 15px;
}

/* ---------------------------------------------------------
	CSS Document outline > ol
--------------------------------------------------------- */

#outline dd ol li {
	margin-left: 22px;
	padding-left: 5px;
	list-style: decimal;
}

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news {
	margin-bottom: 50px;
	padding: 50px;
	background: #f5f5f3;
	font-size: 0;
}

#news .f_right {
	float: right;
	background: #fff;
}

#news .f_left {
	float: left;
	width: 62%;
}

#news h2 {
	height: 60px;
	margin-bottom: 30px;
	background: #004c7c;
	background-size: 5px 5px;
	background-color: #C0BEB4;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, #C6C4BA), color-stop(0.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(#C6C4BA 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(#C6C4BA 50%, transparent 50%, transparent);
	background-image: linear-gradient(#c6c4ba 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
	font-weight: normal;
	font-size: 28px;
	line-height: 60px;
	letter-spacing: 2px;
}

#news .section {
	border-radius: 5px;
	background: #fff;
}

#news dl,
#news li {
	padding: 15px;
	border-bottom: solid 1px #e4e3dc;
	text-align: left;
	line-height: 20px;
}

#news li:last-child {
	border-bottom: 0;
}

#news dt {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	font-size: 15px;
}

#news dt,
#news li span {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	margin-right: 20px;
	border-radius: 20px;
	background: #82aa22;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

#news .report dt {
	background: #6cc4f2;
}

#news li span {
	background: #c88d04;
}

#news dd {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 100px);
	font-size: 15px;
}

#news dd span,
#news dd a {
	display: inline-block;
	vertical-align: top;
	max-width: 390px;
	margin-left: 20px;
}

#news li a {
	font-size: 15px;
}

/* ---------------------------------------------------------
	CSS Document banner
--------------------------------------------------------- */

#banner {
	margin-bottom: 50px;
	padding: 50px;
	background: #f5f5f3;
	font-size: 0;
}

#banner li {
	display: inline-block;
	vertical-align: top;
	width: 235px;
	margin-right: 20px;
}

#banner li:last-child {
	margin-right: 0;
}

#banner li a {
	display: block;
	padding: 10px;
	background: #fff;
	line-height: 66px;
}

#banner li img {
	vertical-align: middle;
}

/* ---------------------------------------------------------
	CSS Document traffic
--------------------------------------------------------- */

#traffic {
	margin-bottom: 50px;
}

#traffic .section {
	margin-bottom: 50px;
	padding: 50px;
	background: #f5f5f3;
	font-size: 0;
}

#traffic h2 {
	height: 60px;
	margin-bottom: 30px;
	background: #004c7c;
	background-size: 5px 5px;
	background-color: #C0BEB4;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, #C6C4BA), color-stop(0.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(#C6C4BA 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(#C6C4BA 50%, transparent 50%, transparent);
	background-image: linear-gradient(#c6c4ba 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
	font-weight: normal;
	font-size: 28px;
	line-height: 60px;
	letter-spacing: 2px;
}

#traffic h2 > span span {
	font-size: 22px;
}

#traffic #video {
	margin-bottom: 30px;
}

#traffic video {
	vertical-align: top;
	width: 100%;
	height: 562px;
}

#traffic ol {
	margin-bottom: 30px;
	padding: 25px;
	background: #fff;
	text-align: left;
	font-size: 16px;
}

#traffic ul li a {
	display: inline-block;
	vertical-align: top;
	width: 420px;
	height: 80px;
	margin-top: 30px;
	border-radius: 5px;
	border: solid 1px #C0BEB4;
	background: #e5e4dd;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e4dd 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e4dd 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e4dd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e4dd',GradientType=0 );
	box-shadow: 0 3px 0 0 #cfcfcb;
	text-decoration: none;
	line-height: 1;
}

#traffic ul li a span:nth-child(1) {
	display: block;
	height: 46px;
	font-weight: bold;
	font-size: 22px;
	line-height: 52px;
	color: #1d2088;
}

#traffic ul li a span:nth-child(2) {
	display: inline-block;
	vertical-align: top;
	height: 24px;
	padding-left: 30px;
	background: url(../img/pdf.png) no-repeat 0 0;
	background-size: 20px auto;
	font-size: 16px;
	line-height: 22px;
	color: #523f37;
}

#traffic ul li a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document notes
--------------------------------------------------------- */

#notes {
	margin-bottom: 50px;
	padding: 50px;
	background: #f5f5f3;
}

#notes h2 {
	height: 60px;
	margin-bottom: 30px;
	background: #004c7c;
	background-size: 5px 5px;
	background-color: #C0BEB4;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, #C6C4BA), color-stop(0.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(#C6C4BA 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(#C6C4BA 50%, transparent 50%, transparent);
	background-image: linear-gradient(#c6c4ba 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
	font-weight: normal;
	font-size: 28px;
	line-height: 60px;
	letter-spacing: 2px;
}

#notes ol {
	padding: 25px;
	background: #fff;
	text-align: left;
}

#notes li {
	margin-left: 22px;
	padding-left: 4px;
	list-style: circle;
	word-wrap: normal;
	word-break: normal;
}

/* ---------------------------------------------------------
	CSS Document gallery
--------------------------------------------------------- */

#gallery {
	margin-bottom: 50px;
	padding: 50px;
	background: #f5f5f3;
	font-size: 17px;
}

#gallery h2 {
	height: 60px;
	margin-bottom: 30px;
	background: #004c7c;
	background-size: 5px 5px;
	background-color: #C0BEB4;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, #C6C4BA), color-stop(0.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(#C6C4BA 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(#C6C4BA 50%, transparent 50%, transparent);
	background-image: linear-gradient(#c6c4ba 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
	font-weight: normal;
	font-size: 28px;
	line-height: 60px;
	letter-spacing: 2px;
}

#gallery .section {
	margin-top: 50px;
	font-size: 0;
}

#gallery h3 {
	height: 60px;
	margin-bottom: 30px;
	border-bottom: dotted 5px #c6c4ba;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 2px;
}

#gallery li {
	float: left;
	width: 240px;
	height: 160px;
	margin: 0 5px 10px;
}

#gallery li img {
	height: 160px;
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

#gallery li.effect img {
}

#gallery li.big {
	width: 490px;
	height: 330px;
}

#gallery li.big img {
	height: 330px;
}

#gallery li.f_right {
	float: right;
}

#gallery li.long {
	width: 240px;
	height: 330px;
}

#gallery li.long img {
	height: 330px;
}
