.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;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
table.syousai {
	border: 2px solid #333;
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
  font-size:12px;
  line-height:16px;
}
table.syousai th{
	width: 20%;
	padding: 0px 8px;
	background-color: #ccc;
	border: 1px solid #333;
  text-align:center;
}
table.syousai td{
	padding:0px 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #333;
}

div.add_cart{    position: relative !important;
    top: inherit !important;
left: inherit !important;}



/*2025年1月追加　注文切り替え*/
.add_cart .toggle-contents{
	display: none;
}

.add_cart .toggle-contents.active{
	display: block!important;
}

.toggle-order_choice{
    display: flex;
    padding: 5px;
    border-radius: 100rem;
    background: rgba(222, 218, 201, 0.4);
    margin-top: 24px;
    margin-bottom: 24px;
}
.toggle-button {
    margin: 0;
    padding: 16px 15px;
    background: transparent;
    flex: 0 0 50%;
    text-align: center;
    box-shadow: none;
    border: none;
    border-radius: 100rem;
    display: block;
    font-size: 0.8rem;
}
.toggle-button.is-active {
    background-color: #fff;
}
#content-subscription-order a{
    display: block;
    background: #3B312B;
    color: #fff;
    border: 1px solid #3B312B;
    padding: 15px;
    border-radius: 8px;
    transition: 0.25s;
    text-align: center;
    font-size: 0.8rem;
}
