.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.reviewlist_datas .icon_star {
  float: left;
    width: 75px;
    overflow: hidden;
}
.reviewlist_datas .icon_star img {
    max-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;
  line-height: 1;
}
.review_ttl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
  line-height: 1.4;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
  line-height: 1.4;
}

.review_wrap{
    margin-top: 40px;
}
.review_wrap h2{
  font-size: 20px;
  font-weight: bold;
    margin-bottom: 18px;
}
a.review_btn{
    margin-bottom: 10px;
    display: block;
}

