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

.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;
}

/* 商品詳細テーブル */
.product-order-exp * + table.data{
    margin-top: min(20px,5vw);
}
.product-order-exp table.data{
    border-top:1px solid #aeaeae;
}
.product-order-exp table.data th{
    background: #000000;
    color: #FFF;
    vertical-align: middle;
    text-align:left;
    white-space: nowrap;
}
.product-order-exp table.data th,
.product-order-exp table.data td{
    padding:1em 1.5em;
    border-bottom:1px solid #aeaeae;
}
.product-order-exp table.data td span.red{
    color: #FF0000;
}
