/*=====index.phpのレビュー一覧用CSS=====*/
.review_head {
	margin: 0;
    padding: 0;
    text-align: left;
}

.review_head h3 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("/img/ber_red.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color #9C9C9C -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    height: 30px;
    overflow: hidden;
    padding-left: 2px;
}

.review_girl {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: -moz-use-text-color #9C9C9C #9C9C9C;
    border-image: none;
    border-right: 1px solid #9C9C9C;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin: 0 0 20px;
    padding: 10px 0;
    font-size: 12px;
}

.rv_a {
	color: #000;
	text-decoration: none;
}

.rv_a:hover{
	text-decoration: none;
}

.reviews {
	width: 96%;
	margin: 0 auto;
	border-bottom: 1px solid #9C9C9C;
	color: #000;
	min-height: 150px;
height: auto;
}
.rv_img {
	float: left;
	height: 90px;
	margin-top: 18px;
	margin-left: 5px;
	margin-right: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.rv_con1 {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 200px;
}

.r_name {
	font-size: 14px;
	font-weight: bold;
}

.r_stts_offline {
	width: 140px;
	height: 21px;
	background: url("/img/ofline5.gif") no-repeat;
	display: inline-block;	
	text-indent:-9999px; 
}

.r_stts_online {
	width: 140px;
	height: 21px;
	background: url("/img/taiki1.gif") no-repeat;
	display: inline-block;
	text-indent:-9999px; 
}

.r_stts_2shot {
	width: 140px;
	height: 21px;
	background: url("/img/2chat3.gif") no-repeat;
	display: inline-block;
	text-indent:-9999px; 
}

.r_stts_chat {
	width: 140px;
	height: 21px;
	background: url("/img/chat2.gif") no-repeat;
	display: inline-block;
	text-indent:-9999px; 
}

.tab-title {
    background: url("/img/chat/tab-message-p-bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 2em;
    padding: 0 0 0 15px;
}

.rv_con2 {
overflow: hidden;
padding: 10px 5px 5px 20px;
}

.h-star-p {
    background: url("../ranking/image/h-star.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 12px;
    width: 80px;
    text-indent:-9999px; 
}

.star5 {
    background-position: 0 -1px;
    position: relative;
}

.star4 {
    background-position: -16px -1px;
    position: relative;
}

.star3 {
    background-position: -32px -1px;
    position: relative;
}

.star2 {
    background-position: -48px -1px;
    position: relative;
}

.star1 {
    background-position: -64px -1px;
    position: relative;
}

.star0 {
    background: url("../ranking/image/h-starBg.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    height: 17px;
    top: -3px;
    position: relative;
}

.h_rate {
    background-image: url("../ranking/image/rate-splite.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    width: 95px;
    text-indent:-9999px; 
}

.rate5 {
    background-position: 0 -80px;
}

.rate4 {
    background-position: 0 -60px;
}

.rate3 {
    background-position: 0 -40px;
}

.rate2 {
    background-position: 0 -20px;
}

.rate1 {
    background-position: 0 0;
}