
@charset "utf-8";
/* Visual
   ========================================================================== */
#visual {
  height: 388px;
  margin-bottom: 15px;
}
#visual .bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
#visual .bx-wrapper img {
  max-width: 100%;
  display: block;
}
#visual .bx-viewport {
  max-height: 370px;
  margin-bottom: 9px;
}
#visual .bx-pager {
  overflow: hidden;
  height: 9px;
  text-align: center;
}
#visual .bx-pager > div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 9px;
  height: 9px;
  margin: 0 7px;
}
#visual .bx-pager a {
  color: transparent;
  background-repeat: no-repeat;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  width: 9px;
  height: 9px;
  background-image: url(/common/img/module/visual_bg01.png);
}
#visual .bx-pager a.active {
  background-position: -9px 0;
}
#visual .item-list {
  height: 370px;
}
#visual .item-list li {
  height: 370px;
  display: none;
}
#visual .item-list li:first-child {
  display: block;
}
@media screen and (max-width: 701px) {
  #visual {
    height: auto;
    margin: 0 -10px 13px;
  }
  #visual .item-list,
  #visual .item-list li {
    height: auto;
  }
  #visual .bx-pager a {
    -webkit-background-size: 18px 9px !important;
    -moz-background-size: 18px 9px !important;
    background-size: 18px 9px !important;
    background-image: url(/common/img/module/visual_bg01@2x.png);
  }
}
/* Contents index
   ========================================================================== */
#contents-index {
  margin-bottom: 30px;
}
#contents-index .mod-button-list li {
  display: block;
  float: left;
  width: 156px;
  min-width: 0;
  margin: 0 8px 0 0;
}
#contents-index .mod-button-list li:last-child {
  width: 156px;
  margin-right: 0;
}
@media screen and (max-width: 701px) {
  #contents-index {
    margin-bottom: 18px;
  }
  #contents-index .mod-button-list li {
    margin-bottom: 12px;
    width: 100% !important;
  }
}



