@charset "euc-jp";

.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.product-order-exp table.check_tbl{
  border-collapse: collapse;
  margin-top: 10px;
}
.product-order-exp .check_tbl th { 
  border: 1px solid #999;
  padding: 10px 5px;
  font-size: 12px;
  width:30px;
  color: #cc0033;
}
.product-order-exp .check_tbl td {
  border: 1px solid #999;
  padding: 10px 5px;
  font-size: 11px;
  color: #666;
  width:75px;
  text-align: center;
}
.product-order-exp .check_tbl .on {
  border: 1px solid #cc0033;
  padding: 3px 5px;
  border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */  
}
.product-order-exp .check_tbl .off {
}


.product-order-exp .col_area {
  margin-top: 20px;
}
.product-order-exp .desc_col {
  float: left;
  font-size: 12px;
}
.product-order-exp .cap_col {
  font-size: 12px;
  padding-left: 1px;
  text-align: right;
  float: right;
}
.product-order-exp table.size_tbl {
  border-collapse: collapse;
  margin-top: 0px;
  margin-bottom: 5px;
  width:100%;
}
.product-order-exp .size_tbl th {
  border: 1px solid #999;
  padding: 12px 5px;
  font-size: 12px;
  background-color: #FFF5D2;
  color: #663300;
}
.product-order-exp .size_tbl td {
  width:12%; 
}
.product-order-exp .size_tbl td.cell_r{
  border: 1px solid #999;
  padding: 5px;
  font-size: 11px;
  color: #666;
  text-align: right;
}
.product-order-exp .size_tbl td.cell_l{
  border: 1px solid #999;
  padding: 5px;
  font-size: 11px;
  color: #666;
}
.product-order-exp p.size_spec {
  font-size: 12px;
  color: #cc0033;
}

.product-order-disp table {
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 50px;
  width:100%;
}
.product-order-disp th {
  padding: 15px 10px;
  font-size: 14px;
  background-color: #FFF5D2;
  width:120px;
  color: #663300;
}
.product-order-disp td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  font-size: 14px;
  color: #666;
}
.product-area a:hover img  {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

<!-- レビューのCSS -->
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}
<!--// レビューのCSS -->

/*********************/
/* お気に入りボタン  */
/*********************/
.product__fav-item {
  margin: 12px 0px;
  text-align: center;
}
  .product__fav-item button {
    padding: 0;
    cursor: pointer;
    transition: .2s;
    color: #999;
    border: 0;
    outline: none;
    background: transparent;
  }
  .product__fav-item .fav-items {
    color: #ff7373;
  }
  .product__fav-item svg {
    width: 20px;
    height: 20px;
    vertical-align: -.35em;
    fill: currentColor;
  }


.cap_col a.iframe {
    width: 100%;
    height: auto;
}
