@charset 'UTF-8';

#wrapper #main .product-detail-box a,
#wrapper #main .product-detail-box a:hover,
#wrapper #main .product-detail-box a:link,
#wrapper #main .product-detail-box a:active {
  color: #fff;
  line-height: 30px;
}

.product-detail__gelimage{
  width: 230px;
}
.product-detail__gelimage img{
  width: 100%;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .product-detail__gelimage {
    width: calc(100% - 230px);
  }
}

@media screen and (max-width: 767px) and (min-width: 0px) {
  .new-products__innher {
    width: 90%;
    margin: auto;
  }
  .new-products__innher img {
    width: 100%;
  }
  .product-attention{
    margin-top: 30px;
  }
  .product-single-text01 {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 3px;
  }
  .product-single-text02 {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
  }
  .product-price .h01 {
    margin-top: 60px;
  }
}

