@charset "UTF-8";

#contents .headSection .rightArea {
  padding-top: 4px;
}

#contents .detailSection {
  margin-bottom: 60px;
}

#contents .detailSection .ttl h3 {
  font-size: 24px;
  padding: 40px 0 20px 0;
}

#contents .oro {
  transition: opacity .3s ease;
}

#contents .oro:hover {
  opacity: .7;
}

#contents .detailScenes {
  padding: 0 30px 25px;
}

#contents .detailScenes .scenesImgWrap {
  width: 440px;
}

#contents .detailScenes .scenesImg {
  width: 100%;
  margin-top: 20px;
}

#contents .detailScenes .scenesTxt {
  margin-top: 5px;
}

#contents .detailScenes .scenesImg img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto !important;
}

@media screen and (max-width:767px) {
  #contents .detailScenes .scenesImgWrap {
    width: 100%;
  }

  #contents .detailScenes .scenesImg {
    margin-top: 15px;
  }

  #contents .detailScenes .scenesImg.flL,
  #contents .detailScenes .scenesImg.flR {
    float: none;
  }
}


/*ページ基本設定*/

.red {
  color: #F00 !important;
}

.Button-B {
  overflow: hidden;
  width: 300px;
}

.Button-B a {
  display: block;
  position: relative;
  text-align: center;
  background: #00C;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
}

.Button-B a:hover {
  background: #ccc;
  color: #fff;
}

sup {
  position: relative;
  vertical-align: baseline;
  top: -0.4em;
  line-height: 1;
}



#contents.responsive .headSection img {
  vertical-align: middle;
}

#contents .headSection .rightArea {
  margin-top: 2px !important;
}

#contents .detailSection.section01 .main .detailGroup .detail {
  border-bottom: 1px solid #e8e8e8;
}

.iLink02 {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  #contents .headSection .leftArea .title {
    margin-top: 5px !important;
  }

  #contents .headSection .rightArea {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #contents .detailSection .movie .youtube {
    padding-top: 66.4%;
  }

  #contents .item-zoom {
    display: none;
  }

  #contents.responsive .detailSection .main .detailGroup .detail img {
    border-bottom: 1px solid #e8e8e8;
  }

  #contents .mainSection .summary #bundle dd.bt0 {
    border-top: none;
  }
}


/*テーブル設定*/

#specTable {
  /*メインテーブル横幅の調整*/
  width: 933px;
  margin-left: 26px;
}

#specTable td {
  padding: 14px 10px;
  width: 100px;
}

#specTable td.left {
  /*左カラムテーブル横幅の調整*/
  width: 110px;
}

#specTable .left .title {
  font-size: 11px;
  line-height: 17px;
}

#specTable .SeriesName label,
#specTable .ModelName label {
  font-size: 11px;
  line-height: 17px;
}

.specTable .itemName {
  font-size: 11px;
  line-height: 17px;
}

.specTable td.nodisp {
  border: none;
}

.outer {
  border-top: solid 1px #c0c0c0;
}