@charset "euc-jp";

.p-review-product__img {
	box-shadow: none;
}
.p-review-list__unit {
	font-size:1.0em;
	line-height:1.8;
	background-color:#E8E8EF;
	padding:10px 20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom:15px;
}
.p-review-list__info {
	display:none;
}
 @media screen and (min-width : 768px) {
/* 最大幅 768px 以上の指定（タブレット〜PC） */

.p-review-list__unit {
	font-size:1.2em;
	line-height:2.0;
	padding:10px 30px;
}

}
