@charset "UTF-8";
/* =====
 * /index レイアウト
============================================================================= */
body {
  color: #FFF;
}

h1, h2, h3, h4, div, p, ul {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 200%;
}

.bx-wrapper, .bx-viewport {
  height: 800px !important;
  overflow: hidden;
}

/* -----
 * Wrapper
----------------------------------------------------------------------------- */
#Wrapper {
  min-width: 1200px;
  position: relative;
}

/* -----
 * Header
----------------------------------------------------------------------------- */
#Header {
  position: absolute;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  z-index: 999;
  width: 100%;
  height: 80px;
  background: url(../images/index/header_bg.png);
}
#Header #HeaderInner {
  position: relative;
  z-index: table;
  width: 981px;
  height: 112px;
  margin: 0 auto;
  overflow: hidden;
}
#Header #HeaderInner #Logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 111px;
  height: 111px;
}
#Header #HeaderInner h1 {
  float: left;
  margin: 0;
  padding: 0 0 0 130px;
}
#Header #HeaderInner #GlobalNav {
  float: right;
}
#Header #HeaderInner #GlobalNav ul {
  display: table;
  height: 80px;
}
#Header #HeaderInner #GlobalNav ul li {
  display: table-cell;
  vertical-align: middle;
}
#Header #HeaderInner #GlobalNav ul li a {
  height: 36px;
  display: block;
  text-indent: -9999px;
  background: url(../images/index/menu.png);
  transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s;
}
#Header #HeaderInner #GlobalNav ul li a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#Header #HeaderInner #GlobalNav ul li.n1 a {
  width: 64px;
  background-position: 0 0;
}
#Header #HeaderInner #GlobalNav ul li.n2 a {
  width: 68px;
  background-position: -64px 0;
}
#Header #HeaderInner #GlobalNav ul li.n3 a {
  width: 71px;
  background-position: -132px 0;
}
#Header #HeaderInner #GlobalNav ul li.n4 a {
  width: 81px;
  background-position: -203px 0;
}
#Header #HeaderInner #GlobalNav ul li.n5 a {
  width: 109px;
  background-position: -284px 0;
}
#Header #HeaderInner #GlobalNav ul li.n6 a {
  width: 81px;
  background-position: -393px 0;
}
#Header #HeaderInner #GlobalNav ul li.n7 a {
  width: 91px;
  background-position: -474px 0;
}
#Header #HeaderInner #English {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 25px;
}

/* -----
 * MainSlide
----------------------------------------------------------------------------- */
#MainSlideWrapper {
  height: 800px;
  overflow: hidden;
  position:relative;
}
#MainSlideWrapper #MainSlide li img {
  width: 100%;
  white-space: nowrap;
}
#MainSlideWrapper .MainInfo{
	background-color: rgba(29,72,128,0.9);
	padding:90px 28px 70px;
	position: absolute;
	right:0;
	top:250px;
	z-index:100;
}
#MainSlideWrapper .MainInfo .y{
	color:#c5e418;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}
#MainSlideWrapper .MainInfo .w{
	color:#fff;
	font-size:14px;
}
#MainSlideWrapper .MainInfo a{
	color:#fff;
}
/* -----
 * IndexContents
----------------------------------------------------------------------------- */
#IndexContents {
	padding-top: 50px;
}

#IndexContents a {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#IndexContents .more {
  width: 95px;
  height: 36px;
}
#IndexContents .no-transition {
  transition: none;
  opacity: 1;
}
#IndexContents #OpenBlock {
  height: 615px;
  background: url(../images/index/blue_back.gif) no-repeat;
}
#IndexContents #OpenBlock #OpenBlockInner {
  position: relative;
  width: 1200px;
  height: 615px;
  margin: 0 auto;
  background: url(../images/index/blue_back_right_space.gif) no-repeat;
}
#IndexContents #OpenBlock #OpenBlockInner .vertical-box {
  display: table;
  width: 1200px;
}
#IndexContents #OpenBlock #OpenBlockInner .vertical-box .left {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  height: 339px;
  padding-left: 137px;
}
#IndexContents #OpenBlock #OpenBlockInner .vertical-box .left .more {
  margin-left: -3px;
}
#IndexContents #OpenBlock #OpenBlockInner .right {
  position: absolute;
  top: 20px;
  right: 130px;
}


/* FutureBlock */
#IndexContents #FutureBlock {
  height: 373px;
  background: url(../images/index/blue_back.gif) no-repeat top right;
  padding-bottom: 50px;
}
#IndexContents #FutureBlock #FutureBlockInner {
  position: relative;
  width: 1200px;
  height: 373px;
  margin: 0 auto;
  background: url(../images/index/blue_back_left_space.gif) no-repeat;
}
#IndexContents #FutureBlock #FutureBlockInner .left {
  position: relative;
  top: -40px;
  left: 130px;
  float: left;
}
#IndexContents #FutureBlock #FutureBlockInner .right {
  display: table;
  float: right;
}
#IndexContents #FutureBlock #FutureBlockInner .right .box {
  display: table-cell;
  text-align: right;
  position: relative;
  vertical-align: middle;
  height: 339px;
  padding-right: 142px;
}

/* FutureBlock */
#IndexContents #FutureBlock2 {
  height: 363px;
  background: url(../images/index/blue_back.gif) no-repeat top right;
}
#IndexContents #FutureBlock2 #FutureBlockInner {
  position: relative;
  width: 1200px;
  height: 373px;
  margin: 0 auto;
  background: url(../images/index/blue_back_left_space.gif) no-repeat;
}
#IndexContents #FutureBlock2 #FutureBlockInner .left {
  position: relative;
  top: -40px;
  left: 130px;
  float: left;
}
#IndexContents #FutureBlock2 #FutureBlockInner .right {
  display: table;
  float: right;
}
#IndexContents #FutureBlock2 #FutureBlockInner .right .box {
  display: table-cell;
  text-align: right;
  position: relative;
  vertical-align: middle;
  height: 339px;
  padding-right: 142px;
}

#IndexContents #BeforeBlock {
  height: 140px;
  background: url(../images/index/blue_back.gif);
  text-align: center;
}
#IndexContents #InfoBlock {
  width: 980px;
  margin: 0 auto;
  color: #2A598C;
}
#IndexContents #InfoBlock .left {
  float: left;
  width: 474px;
  height: 680px;
}
#IndexContents #InfoBlock .right {
  float: left;
  width: 474px;
  padding-left: 32px;
}
#IndexContents #InfoBlock .right .head-box {
  height: 34px;
  border-bottom: 3px solid #2A598D;
}
#IndexContents #InfoBlock .right .head-box .ttl {
  float: left;
}
#IndexContents #InfoBlock .right .head-box .info-more {
  float: right;
  padding-top: 2px;
}
#IndexContents #InfoBlock .right .body-box dl {
  width: 474px;
  margin: 0;
}
#IndexContents #InfoBlock .right .body-box dl dt, #IndexContents #InfoBlock .right .body-box dl dd {
  width: 474px;
  margin: 0 2px;
}
#IndexContents #InfoBlock .right .body-box dl dt {
  font-size: 75%;
  font-weight: bold;
  padding-top:15px;
}
#IndexContents #InfoBlock .right .body-box dl dd {
  font-size: 88%;
  border-bottom: 1px dotted #666699;
  padding-bottom:15px;
}
#IndexContents #InfoBlock .right .body-box dl dd a {
  color: #2a598d;
}
#IndexContents #InfoBlock .right .body-box dl dd a:hover {
  text-decoration: none;
}
#IndexContents #Access {
  color: #2A598C;
  font-size: 88%;
}
#IndexContents #Access .head-box {
  width: 980px;
  margin: 0 auto;
}
#IndexContents #Access .head-box .ttl, #IndexContents #Access .head-box .detail1, #IndexContents #Access .head-box .detail2 {
  line-height: 1.2em;
  text-align: right;
}
#IndexContents #Access .head-box .ttl {
  float: left;
}
#IndexContents #Access .head-box .detail1 {
  float: left;
  width: 220px;
  margin-left: 100px;
}
#IndexContents #Access .head-box .detail2 {
  float: right;
  width: 448px;
}
#IndexContents #Access .map {
  border-top: 5px solid #2A598D;
}

/* FutureBlock3 */
#IndexContents #FutureBlock3 {
  height: 383px;
  background: url(../images/index/blue_back.gif) no-repeat;
}
#IndexContents #FutureBlock3 #FutureBlock3Inner {
  position: relative;
  width: 1200px;
  height: 383px;
  margin: 0 auto;
  background: url(../images/index/blue_back_right_space.gif) no-repeat;
}
#IndexContents #FutureBlock3 #FutureBlock3Inner .vertical-box {
  display: table;
  width: 1200px;
}
#IndexContents #FutureBlock3 #FutureBlock3Inner .vertical-box .left {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  height: 339px;
  padding-left: 137px;
}
#IndexContents #FutureBlock3 #FutureBlock3Inner .vertical-box .left .more {
  margin-left: -3px;
}
#IndexContents #FutureBlock3 #FutureBlock3Inner .right {
  position: absolute;
  top: -40px;
  right: 130px;
}


/* -----
 * Footer
----------------------------------------------------------------------------- */
#Footer p {
  text-align: center;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}
@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}
@media screen and (max-width: 767px) {
  /* smart phone */
}