﻿@charset "utf-8";

/* keyVisual
------------------------------- */
.keyVisual {
	position: relative;
	overflow: hidden;
	background: #0021ae;
	height: 413px;
}
.kyLogo {
	width: 60px;
	height: 18px;
	position: absolute;
	top: 3px;
	right: 5px;
	z-index: 10;
}
.kvWrap {
	margin: 0 auto;
	padding-top: 250px;
	position: relative;
}
.kvLogo,
.kvLead {
	position: relative;
	z-index: 10;
	text-align: center;
}

.kvImg {
	position: absolute;
	left: 50%;
	top: 22px;
	margin-left: -74px;
	z-index: 1;
	width: 235px;
	height: 219px;
}
.bgKv {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -368px;
	min-width: 673px;
}
.bgKv img {
	width: 736px;
	height: auto;
}

.infoSec {
	background: url(../img/top/bg_02.png) repeat 0 0;
	-webkit-background-size: 240px 88px;
	background-size: 240px 88px;
	padding: 7px 0 15px;
}
.movieBtn {
	width: 320px;
	margin: 0 auto;
}
.menuBtn {
	text-align: center;
	margin-bottom: 5px;
}

.infoBox {
	width: 314px;
	margin: 0 auto;
	position: relative;
}
.btnInfo {
	position: absolute;
	display: block;
}
.btnInfo:hover img { opacity: .8;}
.btnInfo01 {
	top: 88px;
	left: 137px;
	width: 36px;
	height: 36px;
}
.btnInfo02 {
	top: 88px;
	left: 175px;
	width: 30px;
	height: 36px;
}
.btnInfo03 {
	top: 132px;
	left: 20px;
	width: 275px;
	height: 41px;
}

.topicsSec {
	width: 300px;
	margin: 0 auto 8px;
	background: #fff;
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,.3);
	box-shadow: 0 1px 7px rgba(0,0,0,.3);
	padding: 12px 13px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.topicsSec ol {
	max-height: 200px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.topicsSec ol li {
	border-top: 1px dotted #ddd;
	padding-top: 10px;
	margin-top: 10px;
}
.topicsSec ol li:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.topicsDate {
	background: #36b015;
	background: -moz-linear-gradient(top, #36b015 0%, #01a000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36b015), color-stop(100%,#01a000));
	background: -webkit-linear-gradient(top, #36b015 0%,#01a000 100%);
	background: -o-linear-gradient(top, #36b015 0%,#01a000 100%);
	background: -ms-linear-gradient(top, #36b015 0%,#01a000 100%);
	background: linear-gradient(to bottom, #36b015 0%,#01a000 100%);
	border-radius: 2px;
	padding: 0 10px 1px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 2px;
	display: inline-block;
}
.topicsTitle {
	display: block;
}
.ftrSec{
  background: url(../../img/top/bg_02.png) repeat 0 0;
  -webkit-background-size: 240px 88px;
  background-size: 240px 88px;
  padding: 10px 0 15px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.xxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
