@charset "utf-8";


#pageContainer {
	background-image: none !important;
}

#mainContents {
	background-color: transparent !important;
}

.inner {
	width: 1100px;
	margin: 0 auto;
}

#contents section {
	border-top: 3px solid #fff;
}



/* mainSlider */
#mainVisualArea {
}
#mainVisualArea #mainSlider {
}
#mainVisualArea #mainSlider li {
	height: 650px;
	width: 100%;
	background-position: 50% 0 !important;
	background-repeat: no-repeat !important;
}
#mainVisualArea #mainSlider li a {
	display: block;
	height: 650px;
	width: 100%;
	background-position: 50% 0 !important;
	background-repeat: no-repeat !important;
	text-indent: -9999px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#mainVisualArea #mainSlider li a:hover {
	opacity: 0;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


.bx-wrapper .bx-viewport {
	background: #ffffff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
	z-index: 1000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	width: 1100px;
	right: 0;
	left: 0;
	bottom: 20px;
	line-height: 0;
	margin: auto;
	text-align: right;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	display: block;
	width: 80px;
	height: 8px;
	margin: 0 5px;
	border: solid 1px #d8d8d8;
	outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #003366;
}



/*#newsArea*/

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

#newsArea h2 {
	font-size: 18px;
	color: #fff;
	width: 180px;
	float: left;
  line-height: 74px;
	font-weight: bold;
}
#newsArea h2 > span {
	margin: 0 10px;
}
#carousel {
	width: 699px;
	height: 50px;
	background: #182a4d;
	float: left;
	font-size: 13px;
	margin: 12px 0;
	position: relative;
	overflow: hidden;
}

#carouselWrap {
	position: relative;
}

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

.newsBox li {
  position: relative;
	float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
	width: 699px;
  height: 50px;
	padding: 5px 15px;
  line-height: 1.3;
  box-sizing: border-box;
}

.newsBox li a,
.newsBox li > * {
color: #fff;
}
.newsBox li a,
.newsBox li > *:first-child {
  padding-left: calc( 6.6em + 30px );
}
.newsBox li .eirItem_type {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.newsBox li .date {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newsBox li .date:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 40px;
  top: 5px;
  right: -15px;
  margin-top: -16px;
  background-color: #a3a9b7;
}

#next {
	width: 50px;
	height: 50px;
	background-image: url(../img/index_ex04.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 12px;
	left: 933px;
}

#prev {
	width: 50px;
	height: 50px;
	background-image: url(../img/index_ex03.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 12px;
	left: 880px;
}
.newsBtn {
  position: absolute;
  top: 12px;
  right: 0;
  width: 112px;
  height: 50px;
  display: -webkit-flex;
  display: flex;
}
.newsBtn > a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #fff;
}
.newsBtn > a:hover {
  background-color: #fff;
  color: #003366;
  text-decoration: none;
}


.show {
	cursor: pointer;
}
.hide {
	opacity: 0.6;
}


/* topCol3 */
.topCol3 {
	margin-top: 10px;
}
.topCol3 > .col {
	float: left;
	width: 347px;
	margin-right: 29px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
}
.topCol3 > .col.linkEx {
	border: solid 1px #cdcdcd;
	background: url(../img/index_bg01.png) no-repeat 100% 100% #ffffff;
}
.topCol3 > .col:nth-child(3n) {
	margin-right: 0;
}
.topCol3 > .col:nth-child(n+4) {
	margin-top: 25px;
}
.topCol3 > .col.linkEx figure {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.topCol3 > .col.linkEx figure img {
}
.topCol3 > .col.linkEx:hover figure {
	opacity: 0.7;
}
.topCol3 > .col.linkEx .colTitle {
	padding: 12px 15px;
	font-size: 18px;
	font-size: 1.8rem;
}
.topCol3 > .col.linkEx .colTitle a {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.topCol3 > .col.linkEx:hover .colTitle a {
	text-decoration: underline;
}

.topCol3 > .col.relation .colTitle {
	padding-bottom: 10px;
	background: url(../common/img/com_bg03.gif) no-repeat -90px 100%;
	color: #003366;
	font-size: 18px;
	font-size: 1.8rem;
}
.topCol3 > .col.relation figure {
	display: block;
	margin-top: 25px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.topCol3 > .col.relation figure:hover {
	opacity: 0.7;
}


/* ClearFix
=========================================*/
.topCol3:after {
	content: "";
	display: block;
	clear: both;
}
.topCol3 {
	min-height: 1%;
	zoom: 1;
}
