@charset "utf-8";
/* ===================================================================
	index.css
=================================================================== */


.girl_list li{
	margin-bottom:4%;
	position:relative;
	overflow: hidden;
}
.diary_girlimg {
	float:left;
	width:27%;
	position:relative;
}
.diary_girldetail {
	float: none;
	width:100%;
}
.reviewtitle {
	background:-webkit-gradient(linear, left top, left bottom, from(#bfa22f), to(#473001));
	background:-moz-linear-gradient(top, #bfa22f, #473001);
	padding:1% 2%;
	color:#ffffff;
	margin-bottom:2%;
}


.girl_list li .review_data{
	position:absolute;
	right:10px;
	top:3px;
	padding:0 2%;
	text-align:center;
	background-color:#a70100;

}
.girl_list li .review_girldetail{
	padding:0 2%;
}




.last_btn{
	margin-top:5%;
	text-align:center;
}


/*
title_main
---------------------- */

#title_main{
	background:	url("/share/shop/sp/images/common/line_img_01.png") center top no-repeat,
							-webkit-gradient(linear, left top, left bottom, from(#bfa22f), to(#473001));
	background:	url("/share/shop/sp/images/common/line_img_01.png") center top no-repeat,
							-moz-linear-gradient(top, #bfa22f, #473001);
	background-size: 100%,
		100%;
	padding: 2%;
	text-align:center;
	font-size:16px;
}
#title_sub{
	background-color:#2f2306;
	padding: 2%;
	text-align:center;
}

/*
girl_profile
---------------------- */

#girl_profile{
	margin:5% 3%;
}

#girl_profile .profile_name{
	border-bottom: 1px solid #444;
	margin-bottom: 2%;
	padding-bottom: 2%;
}
#girl_profile .profile_name h3{
	font-size:16px;
	margin-right:10px;
	background:url("/share/shop/sp/images/common/icon_01.png") left center no-repeat;
	background-size:14px auto;
	padding-left:18px;
}

#girl_profile .profile_dtl,
#girl_profile .img_girl{
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:top;
}
#girl_profile .profile_dtl{
	width:65%;
}
#girl_profile .img_girl{
	width:30%;
	padding-left:3%;
}

#girl_profile .profile_dtl p{
	border-bottom: 1px solid #444;
	margin-bottom: 2%;
	padding-bottom: 2%;
	background: url(../../images/girllist/icon.png) no-repeat left 5px;
	padding-left: 10px;
	background-size:5px 5px;
	font-size:10px;
}
#girl_profile .profile_dtl p.noline{
	border-bottom: none;
	margin-bottom:0;
	padding-bottom: 0;
}
#girl_profile .profile_dtl span{
	display:block;
	color:#ccc;
}
#girl_profile .profile_dtl span.items{
	color:#FFF;
}
#girl_profile .meter{
	border-top: 1px solid #444;
	margin-top: 2%;
	padding-top: 2%;
	border-bottom: 1px solid #444;
	margin-bottom: 2%;
	padding-bottom: 2%;
}

#girl_profile .btn{
	text-align:right;
}
#girl_profile .btn a{
	display: inline-block;
	/display:inline;
	/zoom:1;
	background: url(/share/shop/sp/images/common/icon_05.png) no-repeat left 2px;
	padding-left: 20px;
	background-size:12px auto;
}


/**/

.login_area {
	margin: 15px auto 0;
	padding-bottom: 5%;
	width: 80%;
}
.login_area .btn_01 {
	margin: 5px 0 15px;
}
.login_area .trial_btn {
	margin: 5px 0 0;
}
