@charset "euc-jp";

.product_name {
  font-size:20px;
}

td.product_price{
  font-size:20px;
}

.product-info {
  font-weit:bold;
  color:#94c631;
}
.product-num {
   width:60px !important;
   text-align:center;
}
.product_image {
  margin-bottom: 0;
}
.product_image_main {
  float: left;
/*  width: 74.468%; */
  width: 66.6666%;
}
.product_image_main img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.product_image_thumb {
  float: right;
/*  width: 24.468%; */
  width: 33.3333%;
}
.product_image_thumb li {
  float: left;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 6.521%;
  width: 43.478%;
}
.product_image_thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}

  .product_sale_l,
  .product_sale_r {
    width:100%;
  }
 .product_sale_r {
    width:100%;
   margin-top: 60px;
  }

@media (min-width: 992px) {
.product_sale_l {
  float: left;
  width: 50%;
}
.product_sale_r {
  float: right;
  width: 45%;
 margin-top: 0;
}
}