.review{
	border-bottom:2px solid #EAF8FA;
	padding:20px 0;
}
.review strong{
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	color:#000000;
	display:inline-block;
	margin-bottom:5px;
}
.review dt{
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	color:#9D9D9D;
	display:inline-block;
}
.review p{
	margin:20px 0 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color:#1B1B1B;
}
.review .review_stars{
	margin-top:5px;
	margin-right:15px;
}

.reviews .show_more{
	margin-top:10px;
	display:inline-block;
	color:#F5851E;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	padding-right:16px;
	background:url(image/open_down_green2.svg) no-repeat right center;
	cursor:pointer;
}
.reviews .show_more._opened{
	background-image:url(image/close_up.svg);
}
.reviews ._more{
	display:none;
}

@media (max-width:768px){
	.review strong{
		margin-right:0;
	}
	/*.review dt{
		clear:both;
		display:block;
	}*/
}