/* tab */
#info {
  position: relative;
  overflow: auto;
  height: 200px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  box-shadow: inset 0 -1px 3px #eee;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#info ul {
  list-style: none;
}
#info li {
  padding: 10px 5px 7px;
  border-bottom: dashed 1px #eee;
}
#info li a {
  position: relative;
  top: -3px;
}
#info li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url('https://img.shop-pro.jp/tmpl_img/73/icon16_b.png');
  background-position: -16px -144px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #info li:before {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }
}
#info li span.info-date {
  position: relative;
  top: -3px;
  font-size: 11px;
  color: #ccc;
  margin-left: 5px;
}
#tabIndex {
  margin: 0;
}
#tabIndex li {
  position: relative;
  top: 2px;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  background: rgb(244,244,244);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
}
#tabIndex li.select {
  background: #fff!important;
  z-index: 10;
  filter: none;
}
#tab1, #tab2 {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  padding: 10px;
}
#tab1 {
  display: block;
}
@media (max-width: 768px) {
  #tab1, #tab2 {
    padding: 0;
  }
  #info ul {
    margin: 0;
  }
}

/* slider */
#slider {
  display: none;
}
.slider {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.bx-viewport {
  box-shadow: none!important;
}
.slider img {
  width: 100%!important;
}