@charset "utf-8";

/* wltc */
#contents-body .section.grade-summary-list>div>ul>li.grade>dl.summary dd dl.sfc dt span.grade-wltcmode,
#contents-body .section.grade-list>div>ul>li.grade.plus-table .grade-inner>dl.summary dd dl.sfc dt span.grade-wltcmode {
  background-image: url(/pages/contents/carlineup/image/grade/icon_grade_wltc_pc.png);
  overflow: hidden;
  display: inline-block;
  width: 58px;
  height: 22px;
  margin-right: .5em;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: 100%;
  vertical-align: bottom;
  white-space: nowrap;
}


.wltcmode-block > div {
  display: inline-block;
  margin-right: 20px;
}
.wltcmode-block.grade-wltcmode-block {
  font-size: 12px;
  margin-bottom: 50px;
}

@media screen and (min-width: 610px) and (max-width: 899px) {
  #contents-body .section.grade-list>div>ul>li.grade.plus-table .grade-inner>dl.summary dd>ul>li>dl.sfc.mt20 {
    margin-top: 20px;
  }
  .wltcmode-block {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #contents-body .section.grade-list>div>ul>li.grade.plus-table .grade-inner>dl.summary dd dl.sfc dt span.grade-wltcmode {
    background-image: url(/pages/contents/carlineup/image/grade/icon_grade_wltc_sp.png);
    background-size: auto 22px;
  }
}
/* wltc END */

/* WLTCモード スペック */

#contents-body .section table.spec-table tbody th.wltc-mode {
  position: relative
}
#contents-body .section table.spec-table tbody th.wltc-mode div {
  overflow: hidden;
  width: 74px;
  height: 28px;
  margin-right: 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: 100%;
  white-space: nowrap
}
#contents-body .section table.spec-table tbody th.wltc-mode div {
  background-image: url(/pages/contents/carlineup/image/spec/icon_spec_wltc_pc.png)
}
#contents-body .section table.spec-table tbody th.wltc-mode span.unit {
  text-align: right;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 18px;
  margin: auto 10px auto auto
}

@media screen and (max-width:767px) {
  #contents-body .section table.spec-table span.unit {
    float: none
  }
  #contents-body .section table.spec-table tbody th.wltc-mode div {
    margin-right: 0;
    -moz-background-size: 74px 28px;
    -webkit-background-size: 74px 28px;
    -o-background-size: 74px 28px;
    -ms-background-size: 74px 28px;
    background-size: 74px 28px
  }
  #contents-body .section table.spec-table tbody th.wltc-mode div {
    background-image: url(/pages/contents/carlineup/image/spec/icon_spec_wltc_sp.png)
  }
  #contents-body .section table.spec-table tbody th.wltc-mode {
    position: static
  }
  #contents-body .section table.spec-table tbody th.wltc-mode span.unit {
    display: inline;
    position: static;
    margin: 0
  }
}
#contents-body .section table.spec-table th span.wltc-mode {
  display: inline-block;
  vertical-align: bottom
}