.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 150px;
}
.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;
}
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
/*-------optionTable------------*/
#optionTable {padding:1em 0 2em;}
[class*="optionTable"] {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	max-width: 96%;
	margin:0 auto 1em; 
 }
[class*="optionTable"] td{
	text-align:center;
}
[class*="optionTable"] td, [class*="optionTable"] th {
  box-shadow: 0 0 0 1px #ccc;
  background: #fff;
  text-align: center;
  padding: 0.25em;
}
[class*="optionTable"] th {	font-weight: bold;}
[class*="optionTable"] .num_last{ color:#F00;}
[class*="optionTable"]  span.num_soldout::before {
	content: "SOLD OUT";
}
[class*="optionTable"]  span.option_name::before {
	content: "オプション名";
}
[class*="optionTable"]  span.num_before::before {
	content: "残り";
}
[class*="optionTable"]  span.num_after::before {
	content: "点";
}

[class*="optionTable"]  span.num_last_before::before {
	content: "ラスト";
}
[class*="optionTable"]  span.num_last_after::before {
	content: "点";
}
[class*="optionTable"] span.option_zaiko_label::before{
	content: "在庫数";
}
/*ie*/
@media all and (-ms-high-contrast: none) {
[class*='optionTable'] td, [class*='optionTable'] th {
    border-right-style: solid;
    border-right-color: #aaa;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #aaa;
    border-bottom-width: 1px;
}
[class*='optionTable'] {
    border-top-style: solid;
    border-top-color: #aaa;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-color: #aaa;   
    border-left-width: 1px;
}

[class*='optionTable'] .num_last {
    border-bottom-color: #aaa;
}
}
/*-----------------------------*/
