/* ---------------商品詳細--------------- */


table.syousai {
	border:#430d0d solid 1px;
}

table.syousai td.tit,
table.syousai td.cont {
	padding:10px;
	border-right:#430d0d solid 1px;
	border-bottom:#430d0d solid 1px;
}

table.syousai td.tit {
	padding:10px;
	background: #ffffdc;
	text-align: center;
}

.syouhin_btn_box {
	width:725px;
	height:130px;
	margin: 15px 0;
}






/* ---------------レビュー表示のため追加20180705--------------- */

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