@charset "utf-8";

@media screen and (min-width: 0px) and (max-width: 480px) 
{

#obj_review
{
	width:480px;
	max-width:100%;
	border-top:solid 2px #CCCCCC;
	border-bottom:solid 2px #CCCCCC;
	height:200px;
	margin:20px 0px;
	overflow:hidden;
	position:relative;
	background:#ECECEC;
}

#obj_review_box
{
	width:100%;
	height:360px;
	margin:0px auto 0px auto;
	overflow:hidden;
}

#obj_review_list
{
	width:90%;
	font-size:76%;
	line-height:140%;
	margin:0px auto 0px auto;
}

.c_review
{
	width:100%;
	height:200px;
	padding:2px 0px 40px 0px;
	overflow:hidden;
	border-bottom:solid 1px #CCCCCC;
}

.c_review:nth-child(3n)
{
	border:0;
}

.c_review img
{
	display:none;
}

.c_customer
{
	font-weight:bold;
	color:#333333;
}

#obj_next_phone
{
	font-family:"メイリオ","osaka","MS Pゴシック","arial","helvetica",sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	background:#AAAAAA;
	width:34px;
	height:34px;
	line-height:38px;
	text-align:center;
	border-radius:17px;
	-webkit-border-radius:17px;
	-o-border-radius:17px;
	-ms-border-radius:17px;
	position:absolute;
	padding-left:5px;
	right:5px;
	bottom:4px;
	opacity:0.7;
}

#obj_prev_phone
{
	font-family:"メイリオ","osaka","MS Pゴシック","arial","helvetica",sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	background:#AAAAAA;
	width:34px;
	height:34px;
	line-height:38px;
	text-align:center;
	border-radius:17px;
	-webkit-border-radius:17px;
	-o-border-radius:17px;
	-ms-border-radius:17px;
	position:absolute;
	padding-right:5px;
	left:5px;
	bottom:4px;
	opacity:0.7;
}

#obj_button_photo_in_box
{
	display:block;
	position:absolute;
	right:5%;
	bottom:5%;
	width:31%;
	height:auto;
	box-shadow:3px 3px 3px rgba(00,00,00,0.2);
	-moz-box-shadow:3px 3px 3px rgba(00,00,00,0.2);
	-webkit-box-shadow:3px 3px 3px rgba(00,00,00,0.2);
	-o-box-shadow:3px 3px 3px rgba(00,00,00,0.2);
	-ms-box-shadow:3px 3px 3px rgba(00,00,00,0.2);
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px
}

} 

@media screen and (min-width:481px) and (max-width: 950px) 
{
#obj_review
{
	width:100%;
	max-width:100%;
	border:solid 2px #CCCCCC;
	height:200px;
	margin:20px 0px;
	overflow:hidden;
	position:relative;
}

#obj_review_box
{
	width:100%;
	height:160px;
	margin:20px auto 20px auto;
	overflow:hidden;
}

#obj_review_list
{
	width:90%;
	font-size:70%;
	line-height:140%;
	margin:0px auto 0px auto;
}

.c_review
{
	width:100%;
	height:160px;
	overflow:hidden;
	position:relative;
}

.c_review:nth-child(3n)
{
	border:0;
}

.c_review img
{
	display:block;
	height:160px;
	width:auto;
	position:absolute;
	opacity:0.2;
	z-index:0;
	top:0;
	right:0;
}

.c_customer
{
	font-weight:bold;
	color:#333333;
}

#obj_next
{
	font-size:80%;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	background:#AAAAAA;
	width:4%;
	height:200px;
	line-height:200px;
	position:absolute;
	padding-left:3px;
	right:0px;
	top:0px;
}

#obj_next:hover
{
	cursor:pointer;
	opacity:0.5;
}

#obj_prev
{
	font-size:80%;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	background:#AAAAAA;
	width:4%;
	height:200px;
	line-height:200px;
	position:absolute;
	padding-right:3px;
	left:0px;
	top:0px;
}

#obj_prev:hover
{
	cursor:pointer;
	opacity:0.5;
}	

}

@media screen and (min-width:951px), print, tv
{

#obj_review
{
	width:740px;
	border:solid 2px #CCCCCC;
	height:200px;
	margin:20px 0px;
	position:relative;
}

#obj_review_box
{
	width:100%;
	height:160px;
	margin:20px auto 20px auto;
	overflow:hidden;
}

#obj_review_list
{
	width:100%;
	font-size:80%;
}

.c_review
{
	width:100%;
	height:160px;
	padding:10px 10px;
	overflow:hidden;
}

.c_review:nth-child(3n)
{
	border:0;
}


.c_review img
{
	display:block;
	height:140px;
	width:auto;
	float:left;
	margin:-3px 20px 3px 5px;
	border:solid 2px #CCCCCC;
	border-radius:78px;
	-webkit-border-radius:78px;
	-o-border-radius:78px;
	-ms-border-radius:78px;
}

.c_customer
{
	font-weight:bold;
	color:#333333;
}

#obj_next
{
	font-family:"メイリオ","osaka","MS Pゴシック","arial","helvetica",sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	background:#AAAAAA;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	border-radius:17px;
	-webkit-border-radius:17px;
	-o-border-radius:17px;
	-ms-border-radius:17px;
	position:absolute;
	padding-left:5px;
	right:5px;
	bottom:10px;
}

#obj_next:hover
{
	cursor:pointer;
	opacity:0.5;
}

#obj_prev
{
	font-family:"メイリオ","osaka","MS Pゴシック","arial","helvetica",sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	background:#AAAAAA;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	border-radius:17px;
	-webkit-border-radius:17px;
	-o-border-radius:17px;
	-ms-border-radius:17px;
	position:absolute;
	padding-right:5px;
	left:5px;
	bottom:10px;
}

#obj_prev:hover
{
	cursor:pointer;
	opacity:0.5;
}

}
