.product_font{
  font-family: HannariMIncho;
}
.product_title{
  font-family: HannariMincho;
  text-align: center;
  font-size: 18px;
}
.product_photo_edit{
  display: block;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
#price_edit{
  font-size: 18px;
}
#product_ask_font{
  color: #ff0000;
}

@media (max-width: 768px) {
  .product_title{
    padding-top: 30px;
  }
  .cart_size{
    width: 100%
  }

}
@media (max-width: 480px) {

}
.ie_wrapper .product-order-num .btn {
  display: none;
}