.annotation {
 color: #c86464;
 font-weight: bold;
 font-size: 16px;
 line-height:1.2em;
}
.red {
 color: #ff0000;
 font-weight: bold;
 font-size: 16px;
 line-height:1.2em;
}

.pink {
 color: #ff00ff;
 font-weight: bold;
 font-size: 16px;
 line-height:1.2em;
}

.blue {
 color: #0000ff;
 font-weight: bold;
 font-size: 16px;
 line-height:1.2em;
}


/* レビュー */
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
}
.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;
  background-color: rgba( 255, 255, 255, 0.5 );
  padding: 10px;
}
.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;
}

/* レビューキャンペーンバナー */
.instabn img {
  display: block;
  margin: 10px auto;
  width: 100%;
}
