@media only screen and (max-width: 300px) {
  html {
    font-size: 62.5%;
  }
  .viewport {
    max-width: 300px;
  }
}
@media only screen and (max-width: 310px) and (min-width: 300px) {
  html {
    font-size: 62.5%;
  }
  .viewport {
    max-width: 310px;
  }
}
@media only screen and (max-width: 320px) and (min-width: 310px) {
  html {
    font-size: 62.5%;
  }
  .viewport {
    max-width: 320px;
  }
}
@media only screen and (max-width: 350px) and (min-width: 320px) {
  html {
    font-size: 75%;
  }
  .viewport {
    max-width: 350px;
  }
}
@media only screen and (max-width: 360px) and (min-width: 350px) {
  html {
    font-size: 75%;
  }
  .viewport {
    max-width: 360px;
  }
}
@media only screen and (max-width: 400px) and (min-width: 360px) {
  html {
    font-size: 75%;
  }
  .viewport {
    max-width: 400px;
  }
}
@media only screen and (max-width: 470px) and (min-width: 400px) {
  html {
    font-size: 87.5%;
  }
  .viewport {
    max-width: 470px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 470px) {
  html {
    font-size: 93.75%;
  }
  .viewport {
    max-width: 480px;
  }
}
@media only screen and (max-width: 540px) and (min-width: 480px) {
  html {
    font-size: 100%;
  }
  .viewport {
    max-width: 540px;
  }
}
@media only screen and (max-width: 560px) and (min-width: 540px) {
  html {
    font-size: 112.5%;
  }
  .viewport {
    max-width: 560px;
  }
}
@media only screen and (max-width: 570px) and (min-width: 560px) {
  html {
    font-size: 112.5%;
  }
  .viewport {
    max-width: 570px;
  }
}
@media only screen and (max-width: 630px) and (min-width: 570px) {
  html {
    font-size: 125%;
  }
  .viewport {
    max-width: 630px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 630px) {
  html {
    font-size: 125%;
  }
  .viewport {
    max-width: 640px;
  }
}
@media only screen and (max-width: 710px) and (min-width: 640px) {
  html {
    font-size: 150%;
  }
  .viewport {
    max-width: 710px;
  }
}
@media only screen and (max-width: 720px) and (min-width: 710px) {
  html {
    font-size: 150%;
  }
  .viewport {
    max-width: 720px;
  }
}
@media only screen and (min-width: 720px) {
  html {
    font-size: 150%;
  }
  .viewport {
    width: 720px;
  }
}
html,
body {
  font-family: 'HiraginoSansGB W6';
  width: 100%;
  height: auto;
  background-color: #eee;
}
.container {
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto;
  background-color: #eee;
 /* padding-bottom: 5.41666667rem;*/
  padding-bottom: 1em;
  position: relative;
}

.header_part {
  width: 100%;
  height: auto;
  max-width: 640px;
  overflow: hidden;
  background-color: #fff;
}
.header_part img {
  width: 100%;
  height: auto;
  display: block;
}
.content {
  width: 100%;
  height: auto;
  margin: 0.83333333rem auto 0;
}
.content .prolists {
  width: 100%;
  height: auto;
}
.content .prolists .prolist {
  width: 93.75%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0.83333333rem;
}
.content .prolists .prolist .title {
  text-align: center;
}
.content .prolists .prolist .title .tag {
  display: inline-block;
  font-size: 1.16666667rem;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .prolists .prolist .explode {
  width: 100%;
  height: 0.75rem;
  font-size: 0.83333333rem;
  color: #ff686d;
  line-height: 1.2rem;
  text-align: center;
  position: relative;
}
.content .prolists .prolist .explode .line {
  width: 100%;
  height: 0.2rem;
  display: block;
  border-top: 1px solid #999;
  position: absolute;
  top: 0.62rem;
  left: 0;
}
.content .prolists .prolist .explode .maindiv {
  width: 100%;
  position: relative;
}
.content .prolists .prolist .explode .maindiv .maindivp {
  height: 1.25rem;
  background-color: #eee;
  color: #999;
  display: inline-block;
  max-width: 90%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .prolists .prolist .list {
  width: 100%;
  height: auto;
  margin-top: 1.16666667rem;
}
.content .prolists .prolist .list .list-hd {
  width: 100%;
  /*height: 14.04166667rem;*/
  position: relative;
  display: block;
}
.content .prolists .prolist .list .list-hd img {
  width: 100%;
  /*height: 14.04166667rem;*/
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.content .prolists .prolist .list .list-hd .list-dep {
  font-size: 0.83333333rem;
  display: line-block;
  min-width: 27.83333333%;
  height: 1.25rem;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 1.25rem;
  border-radius: 15px;
  position: absolute;
  top: 0.625rem;
  left: 3.33333333%;
  padding:0px 0.5em;
}
.content .prolists .prolist .list .list-hd .main-title {
  display: block;
  width: 95%;
  height: 2.29166667rem;
  background: -webkit-linear-gradient(bottom, #000000, rgba(136, 136, 136, 0));
  position: absolute;
  bottom: 0;
  font-size: 1.16666667rem;
  color: #fff;
  padding-left: 5%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .prolists .prolist .list .list-bd {
  width: 100%;
  height: 8.04166667rem;
  background: url(list-bd_03.png) no-repeat;
  background-size: 100% 100%;
}
.content .prolists .prolist .list .list-bd .sub-title {
  font-size: 0.83333333rem;
  color: #666;
  margin-left: 3.16666667%;
  padding-top: 0.75rem;
  line-height: 1.5rem;
}
.content .prolists .prolist .list .list-bd .price {
  color: #ff6633;
  font-size: 1rem;
  display: inline-block;
  margin-left: 3.16666667%;
}
.content .prolists .prolist .list .list-bd .price em {
  font-style: normal;
  font-size: 1.5rem;
}
.content .prolists .prolist .list .list-bd .btn {
  display: inline-block;
  width: 59%;
  height: 3.33333333rem;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  line-height: 3.33333333rem;
  font-size: 1.33333333rem;
  margin-left: 15.833333%;
  margin-top: 0.33333333rem;
}
.tag-1 {
  display: inline-block;
  width: 2.16666667rem;
  height: 0.66666667rem;
  background: url(tag-1_03.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  bottom: 0.54166667rem;
}
.tag-2 {
  display: inline-block;
  width: 2.16666667rem;
  height: 0.66666667rem;
  background: url(tag-2_03.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  bottom: 0.54166667rem;
}
.tabdiv {
  width: 100%;
  max-width: 640px;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
.tabtop {
  width: 100%;
  height: 1rem;
  background: url(radtop.png) no-repeat top center;
  background-size: 100%;
}
.tabbot {
  padding: 0.20833333rem 5% 0.41666667rem;
  background-color: #f5f5f5;
}
.tabbot a {
  display: block;
  width: 33.3%;
  float: left;
}
.tabbot a span {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "HiraginoSansGB W3";
  font-size: 1rem;
  color: #666;
}
.tabbot a span.on {
  color: #50b400;
}
.swon,
.swoff,
.bkon,
.bkoff,
.yson,
.ysoff,
.hmon,
.hmoff {
  width: 1.66666667rem;
  height: 2rem;
}
.swon {
  background: url(swon.png) no-repeat top center;
  background-size: 100%;
}
.swoff {
  background: url(swoff.png) no-repeat top center;
  background-size: 100%;
}
.bkon {
  background: url(bkon.png) no-repeat top center;
  background-size: 100%;
}
.bkoff {
  background: url(bkoff.png) no-repeat top center;
  background-size: 100%;
}
.yson {
  background: url(yson.png) no-repeat top center;
  background-size: 100%;
  position: relative;
}
.ysoff {
  background: url(ysoff.png) no-repeat top center;
  background-size: 100%;
  position: relative;
}
.hmon {
  background: url(hmon.png?aCT=124) no-repeat top center;
  background-size: 100%;
  position: relative;
  width:2.5rem;
}
.hmoff {
  background: url(hmoff.png?aCT=124) no-repeat top center;
  background-size: 100%;
  position: relative;
  width:2.5rem;
}
.yson:after,
.ysoff:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #ff6600;
  top: 0.20833333rem;
  right: -0.83333333rem;
}
.none {
  display: none;
}
.btn-before {
  background-color: #ff8400;
}
.btn-after {
  background-color: #ff6633;
}
.area {
  padding-left: 3%;
  width: 97%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 4;
}
.area li {
  line-height: 3.75rem;
  height: 3.75rem;
  font-size: 1.1666666666666667rem;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
  color: #666;
}
.area li.current {
  color: #50b400;
  border-color: #50b400;
}
