
/** review **/

#review{	padding-bottom: 25px;}

.rv_topbt{	padding-bottom: 30px;}

.rvbox_bg .rv_prof{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	font-size: 0;
	line-height: 0;
	text-align: left;
	background: #ececec;
	padding: 15px 15px;
	border-top: 3px solid #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvbox_bg .rv_prof_l{
}
.rvbox_bg .rv_prof_l span{
	position: relative;
	bottom: -1px;
	font-size: 38px;
	line-height: 38px;
	margin-right: 5px;
}
.rvbox_bg .rv_prof_r{
	font-size: 13px;
	line-height: 17px;
}

.rvbox_in{
	padding: 20px 20px 30px 20px;
}

.rvbox{
	margin: 0 0 20px 0;
	border: 1px solid #999;
	border-radius: 10px;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rvbox .rv_cast{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	text-align: left;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #999;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvbox .rv_cast_l{
	width: 60px;
}
.rvbox .rv_cast_l .img{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}
.rvbox .rv_cast_l .img img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

.rvbox .rv_cast_r{
	width: calc(100% - 60px);
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rvbox .rv_cast_r p:nth-of-type(1){
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 2px;
}
.rvbox .rv_cast_r p:nth-of-type(2){
	font-family: "FontBold";
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 2px;
}
.rvbox .rv_cast_r p:nth-of-type(3){
	font-size: 12px;
	line-height: 18px;
	color: #666;
}


.rvbox .rv_score{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding: 15px 15px 7px 15px;
}
.rvbox .rv_score p:nth-of-type(1){
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}
.rvbox .rv_score p:nth-of-type(2){

}
.rvbox .rv_score p:nth-of-type(2) span,
.rvbox .rv_score p:nth-of-type(2) em{
	width: 22px;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-right: 5px;
}
.rvbox .rv_score p:nth-of-type(2) span{
	background: rgb(255,131,12);
	background: linear-gradient(90deg, rgba(255,131,12,1) 0%, rgba(255,29,82,1) 100%);
}
.rvbox .rv_score p:nth-of-type(2) em{	background: #ddd;}

.rvbox .rv_main{
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	padding: 0 15px 15px 15px;
}

.resbox{
	position: relative;
	margin: -10px 0 20px 40px;
	border-radius: 10px;
	color: #fff;
	background: #3e3a39;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.resbox > .material-icons{
	font-size: 70px;
	line-height: 70px;
	color: #c2fe23;
	position: absolute;
	top: 5px;
	left: -45px;
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.resbox .res_prof{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding: 20px 20px 10px 20px;
}
.resbox .res_prof_l{
	margin-right: 5px;
}
.resbox .res_prof_l .img{
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
}
.resbox .res_prof_l .img img{
	width: 100%;
	height: auto;
}

.resbox .res_prof_r{
	font-size: 18px;
	line-height: 20px;
}

.resbox .res_main{
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	padding: 0 20px 15px 20px;
}

.rv_bt{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 225px;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	border: 1px solid #000;
	margin-left: auto;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rv_bt:hover{
	text-decoration: none;
	color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/** next **/

.next{
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0;
	padding: 30px 0 25px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.next span,
.next a{
	display: inline-block;
	width: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	margin: 0 2.5px 5px 2.5px;
}

.next span{
	color: #fff;
	background: #000;
}

.next a{
	text-decoration: none;
	color: #000;
	background: #ececec;
}

.next a:hover{
	box-shadow:0px 0px 0px 1px #000 inset;
}



/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
}
