.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}

.page-detail__price-op{
  font-size: 1.8rem;
  font-weight: bold;
  color: #932222;
}


/* 表共通 */
.p-product-option-select__ttl	{
  font-size: 1.9rem;	
}
.p-product-option-tbl table {
  width: 100%;
}
.p-product-option-tbl th:first-child{
  border-radius:5px 0 0 0;
}
.p-product-option-tbl th:last-child{
  border-radius:5px 0 0 0;
  border-right: 1px solid #3c6690;
}

.p-product-option-tbl th{
}


.p-product-option-tbl td {
}

/*リスト形式*/
fieldset {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.p-product-option-radio-input{
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.p-product-option-radio{
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #b6b6b6;
  position: relative;
  flex: 1;
}

.p-product-option-radio-input {
  width: 100%;
  height: 60px;
  opacity: 0;
}

.p-product-option-radio-label {
    position: absolute;
    top: 0; left: 0;
    color: #b6b6b6;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border-right: 1px solid #b6b6b6;
}


/* プルダウン */
select{
  appearance: none;
  width: 100%;/*セレクトボックスの横幅*/
  height: 84px;
  padding: 15px;
  color: #333;/*テキストの色*/
  border: 3px solid #932222;/*枠線の太さ・形状・色*/
  border-radius: 3px;/*枠線の角丸*/
  background-color: transparent;/*背景色*/
  cursor: pointer;/*マウスカーソルをポインターに*/
}
select:focus{  
  outline: none;/*focus時の枠線を消去*/
}
.p-product-option-select{
  position: relative;
}
.p-product-option-select__box-item{
  font-size: 18px;
  font-weight: bold;
}
.p-product-option-select[data-type="pull"]::before{
  position: absolute;
  top: 60px;/*矢印の上からの位置*/
  right: 20px;/*矢印の右からの位置*/
  content: '';
  width: 15px;/*矢印の横幅*/
  height: 15px;/*矢印の縦幅*/
  border-top: 2px solid #932222;/*矢印の線の太さと色*/
  border-left: 2px solid #932222;/*矢印の線の太さと色*/
  transform: rotate(-135deg);/*矢印を回転*/
  pointer-events: none;/*矢印部分をクリックできるようにする*/
}

.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style-type: none; !important
}
.review_poster li:first-of-type {
  margin-left: 0;
}
.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;
}
