.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;
}
.exp-list .exp___item {
  margin-bottom: 4px;
}
.exp-p {
  margin-bottom: 10px;
}
.exp-border {
  margin-bottom: 15px;
}
.btn_normal {
    width:362px;
    height:60px;
    line-height:60px;
}
.btn_strong2 a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#EB5050;
    text-align:center;
    color:#FFFFFF;
    font-size:18px;
    font-weight:bold;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    box-shadow:5px 5px 0px 0px #DEDEDE ;
}
.btn_strong2 a:hover{
    background:#FFF1D9;
    color:#333333;
    margin-left:1px;
    margin-top:1px;
    box-shadow:none;
}