.col-lg-sep8{
	width: 12%;
	width: calc(12.5% - 2px);
	margin-right: 2px;
}
.col img{
	width: 100%;
}
dl.init-list dt{
  float: left;
}
dl.init-list dd{
  margin-left: 80px;
}
dl.init-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.reviewlist_datas {
	 overflow: hidden;
	 zoom: 1;
	 margin-bottom: 20px;
}
.icon_star {
	 float: left;
    width: 75px;
    overflow: hidden;
}
.icon_star img {
    max-width: inherit;
}
.review_poster li {
	 float: left;
	 margin-left: 10px;
	 line-height: 1.0;
	 list-style: none;
}
.reviewlist {
	 padding-bottom: 25px;
	 margin-bottom: 25px;
	 border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
	 font-size: 18px;
	 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;
}