.product_name {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: bold;
}
#simpleExplain {
  margin-bottom: 20px;
  font-size: 16px;
}
.add_cart_table th {
  width: 100px!important;
}
.price {
  font-size: 30px!important;
  font-weight: bold;
}
.price span {
  font-size: 20px;
  font-weight: bold;
}
.numBox {
}
.numBox .product_num {
  display: inline-block;
  vertical-align: middle;
}
.numBox .num_cursor {
  display: inline-block;
  vertical-align: middle;
}
.numBox .num_unit {
  display: inline-block;
  margin-left: 10px;
}
.product_description table td table td {
  border: solid 1px gray;
  padding: 5px;
}
.detailTable {
  width: 100%;
  margin: 40px auto;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.detailTable th,
.detailTable td {
  padding: 10px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.detailTable th {
  width: 20%;
  background: #ebeffd;
  text-align: center;
}
.subImageList {
  margin: 0 0 20px;
	font-size: 0;
	text-align: left;
}
.subImageList__unit {
  display: inline-block;
  width: 32%;
	margin-right: 2%;
	font-size: 14px;
}
.subImageList__unit:nth-child(3n) {
  margin-right: 0;
}
.subImageList__unit:nth-child(n+4) {
  margin-top: 20px;
}
.product_images img {
  border: none!important;
	width: 100%;
	height: auto;
}
.zoom-small-image {
  margin-bottom: 20px;
}
table {
  border-collapse: collapse;
}
th,td {
  padding: 10px;
}
.add_cart_table,
.add_cart_table table,
.add_cart_table th,
.add_cart_table td {
  border: none;
}
#explain {
  clear: both;
}
.product_images {
    width: 55%;
}

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

