@charset "utf-8";

/* Base
=========================================*/
#mTopMainVisualArea {
	text-align: center;
}

#mTopContents {
	width: 1100px;
	margin: 40px auto 0;
}


/* #mTopMainVisualArea */

#mTopMainVisualArea .mTopMainVisualWrap{
	position: relative;
	width: 1400px;
	height: 390px;
	margin: 0 auto;
}
#mTopMainVisualArea .onTextWrap{
	position: absolute;
	width: 435px;
	top: 50px;
	left: 140px;
	text-align: left;
	font-size: 15px;
	color: #fff;
	line-height: 1.2;
}
#mTopMainVisualArea .onTextWrap > .readBold{
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 25px;
}
#mTopMainVisualArea .onTextWrap > .mainHeading{
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0;
	margin-bottom: 10px;
}



/*#newsArea*/

#newsArea {
	height: 56px;
	background: #003366;
	color: #ffffff;
	width: 100%;
	position: relative;
}

#newsArea h2 {
	font-size: 18px;
	color: #fff;
	line-height: 56px;
	padding-left: 20px;
	width: 204px;
	float: left;
	font-weight: bold;
}
#newsArea h2 > span {
	margin: 0 10px;
}
#carousel {
	width: 808px;
	height: 32px;
	line-height: 32px;
	background: #182a4d;
	float: left;
	font-size: 13px;
	margin: 14px 0;
	position: relative;
	overflow: hidden;
}

#carouselWrap {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.newsBox {
	width: 100%;
	height: 32px;
	position: relative;
}

.newsBox li {
	float: left;
	width: 860px;
	padding-left: 15px;
}

.newsBox li a {
color: #fff;
}


.newsBox li .date {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #fff;
}

#next {
	width: 32px;
	height: 32px;
	background-image: url(../img/index_ex02.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 14px;
	right: 0;
}

#prev {
	width: 32px;
	height: 32px;
	background-image: url(../img/index_ex01.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 14px;
	right: 35px;
}
.show {
	cursor: pointer;
}
.hide {
	opacity: 0.6;
}


/* Heading
=========================================*/
.mTopHeading02 {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	border-top: 2px solid #012347;
}

.mTopHeading02 > a {
	display: block;
	padding-left: 40px;
	background: url(../img/index_ic01.gif) no-repeat 0 46%;
}

/* List
=========================================*/
.mTopList {
	position: absolute;
	top: 240px;
	left: 30px;
}
.mTopList > li {
	width: 135px;
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	padding-right:25px;
}
.mTopList > li > a {
	padding-left: 16px;
	background: url(../img/index_ic02.png) no-repeat 0 46%;
}
.mTopList > li.wFull{
	float: none;
	width: 100%;
}

/* Column
=========================================*/
.mTopCol {
	width: 350px;
	float: left;
	margin: 0 0 40px 25px;
  position: relative;
}
.mTopCol:nth-of-type(3n+1) {
	margin-left: inherit;
}
.mTopCol figure a:hover{
	opacity: 0.7;
}

/* Link
=========================================*/
.mTopHeading02 > a {
	color: #333333;
}
.mTopList > li > a {
	color:#ffffff;
}
.mTopBanner > a:hover {
	opacity:0.7;
}
.mTopBanner > a[target="_blank"] {
	background:none;
}

/* ClearFix
=========================================*/
.mTopCol3:after,
.mTopList:after {
	content: "";
	display: block;
	clear: both;
}