/*
------------------------------
# Index
------------------------------
*/
#contents {
  background: url(../img/bg_index.png) center top no-repeat;
  background-size: 140% auto;
  padding-top: 105px;
  padding-bottom: 115px;
}
@media only screen and (max-width: 1200px) {
  #contents {
    background-size: 200% auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 979px) {
  #contents {
    background-size: 200% auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #contents {
    min-width: 0;
    background: url(../img/bg_index_sp.png) center top no-repeat;
    background-size: 100% auto;
    padding: 15px 10px;
  }
}

.main_menu-wrap {
  width: 1145px;
  *zoom: 1;
  margin: 0 auto;
}
.main_menu-wrap:before {
  content: '';
  display: table;
}
.main_menu-wrap:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1200px) {
  .main_menu-wrap {
    width: 916px;
  }
}
@media only screen and (max-width: 979px) {
  .main_menu-wrap {
    width: 687px;
  }
}
@media only screen and (max-width: 767px) {
  .main_menu-wrap {
    width: 100%;
    height: auto !important;
  }
}

.main_menu-inner {
  width: 448px;
  padding: 5px;
}
.main_menu-inner .banner,
.main_menu-inner .banner-nolink {
  line-height: 0;
}
.main_menu-inner .banner a {
  display: block;
}
.main_menu-inner.banner-small {
  width: 219px;
}
@media only screen and (max-width: 767px) {
  .main_menu-inner {
    width: 100%;
    position: static !important;
    transform: translate3d(0, 0, 0) !important;
    float: left;
  }
  .main_menu-inner .banner img,
.main_menu-inner .banner-nolink img  {
    width: 100%;
    height: auto;
  }
  .main_menu-inner.banner-small {
    width: 50%;
  }
}

html.ie8 .main_menu-inner {
  float: left;
}

.press {
  width: 428px;
  height: 176px;
  overflow: hidden;
  background: #fff;
  padding: 10px;
}
.press h2 {
  margin-bottom: 10px;
}
.press h2 img {
  margin-top: -5px;
  margin-left: -5px;
}
.press h2 span {
  display: none;
}
.press dl {
  *zoom: 1;
  padding: 5px;
  line-height: 1.6;
}
.press dl:before {
  content: '';
  display: table;
}
.press dl:after {
  content: '';
  display: table;
  clear: both;
}
.press dt {
  width: 10em;
  float: left;
  vertical-align: top;
}
.press dd {
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 767px) {
  .press {
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 0;
  }
  .press h2 {
    background: #333;
    color: #fff;
    padding: 10px;
  }
  .press h2 span {
    display: block;
  }
  .press h2 img {
    display: none;
  } 
}
