@charset "utf-8";
/* ===================================================================
	style.css
=================================================================== */


/*
girl_ttl
------------------------------- */

.girl_ttl{
	position: relative;
	font-size: 20px;
	line-height: 55px;
	background: url(../../images/diary/girl_ttl.png);
	height: 57px;
	padding-left: 30px;
	margin: 20px 0px 0px;
	font-weight:bold;
}
.girl_ttl h3{}
.girl_ttl h4{
	font-size:16px;
	position:absolute;
	top:0;
	right: 10px;
}

/*
girl_profile
------------------------------- */
#girl_profile{
	padding: 20px;
	background: url(../../images/diary/girl_profile.jpg) no-repeat right top;
	position:relative;
}
#girl_profile .img_girl,
#girl_profile .profile_box{
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:top;
}

#girl_profile .profile_box .profile_dtl,
#girl_profile .profile_box .profile_meter{
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:top;
}

#girl_profile .img_girl{
	width:100px;
	padding:3px;
	border:1px solid #7c6428;
	position:relative;
}
#girl_profile .profile_box{
	margin-left:15px;
}
#girl_profile .profile_box span{
	display:inline-block;
	/display:inline;
	/zoom:1;
}
/**/
#girl_profile .profile_box .profile_name{
	font-size: 14px;
	border-bottom: 1px solid #666;
	margin-bottom: 12px;
	padding-bottom: 12px;
	padding-top:8px;
}

#girl_profile .profile_box .profile_name .name{
	font-size:18px;
	margin-right:10px;
}

/**/
#girl_profile .profile_box .profile_dtl{}
#girl_profile .profile_box .profile_dtl p{
	margin-bottom:10px;
}
#girl_profile .profile_box .profile_dtl span{
	min-width:200px;
}
#girl_profile .profile_box .profile_dtl span.items{
	width: 140px;
	min-width:10%;
	background: url(../../images/review/girl_icon.png) no-repeat left 2px;
	padding-left: 18px;
}
/**/
#girl_profile .profile_box .profile_meter{
	margin-left:20px;
}
/**/
#girl_profile .btn{
	text-align:right;
	position:absolute;
	right: 20px;
	bottom: 20px;
}
#girl_profile .btn a{
	display: inline-block;
	/display:inline;
	/zoom:1;
	background: url(../../images/common/icon_05.png) no-repeat left 2px;
	padding-left: 20px;
}



/* list type listgirl */
.list_type_diary {
	margin: 0px auto 0px;
	position: relative;
	padding-top: 0px;
}
.list_type_diary li {
	background: url(/share/shop/pc/images/diary/girl_bg.jpg) no-repeat left bottom;
	margin: 0 0 20px;
	padding-bottom:20px;
	position: relative;
}
.list_type_diary li .wrap{
	padding: 20px 50px 0px;
	background: url(/share/shop/pc/images/diary/girl_bg.jpg) no-repeat left top;
}

.list_type_diary li .date{
	margin-bottom: 3px;
}
.list_type_diary li .date span{
	padding: 3px 10px;
	display: inline-block;
	/display:inline;
	/zoom:1;
	vertical-align: top;
	background: #998620 url(../../images/diary/girl_data.png) no-repeat left bottom;
	position: absolute;
	left: 50px;
	top: 0px;
}

.list_type_diary li .cate_gallery{
	color: #ff0000;
	font-weight: bold;
}

.list_type_diary li .shopname{
	margin-top: 7px;
	color: #cccccc;
}
.list_type_diary li .girlname{
	margin-top: 3px;
	margin-left: 2px;
	background: url(/share/shop/pc/images/common/icon_05.png) no-repeat left 2px;
	padding-left: 18px;
	color: #ffffff;
}
.list_type_diary li .girlname a{
	color:#ffffff;
}

.list_type_diary li .comment{
	padding: 20px 0 0;
	font-size:18px;
}

.list_type_diary .img_girl {
	width: 164px;
	margin: 0px;
	position: relative;
	padding: 2px;
	float: left;
	border: 1px solid #706e1f;
	margin-right:18px;
}

.list_type_diary .detail{
	line-height: 1.4;
}


.diary_photo{
	clear: both;
	color: #ffffff;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px dotted #706e1f;
}
.diary_photo img{
	margin:0px 10px 0 0px;
}
