@charset "shift_jis";
/* CSS Document */

.profile {
	overflow: hidden;
	clear: both;	
	margin-bottom: 20px;
}
.profile_body {
	width: 760px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 25px;
}
.profile_body h4 {
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
.profile_body h4 span {
	font-family: 'Amiri', serif;
	font-weight: 700;
	font-size: 22px;
	margin-right: 10px;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(255,255,68,0.8) 50%, rgba(255,255,68,0.8) 72%, rgba(0,0,0,0) 72%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(255,255,68,0.8) 50%, rgba(255,255,68,0.8) 72%, rgba(0,0,0,0) 72%, rgba(0,0,0,0) 100%);
}

/* left */
.profile_left {
	width: 400px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0 20px 20px 0;
}
.profile_left .inner {
	width: 346px;
	float: left;
	overflow: hidden;
	padding-left: 1px;
}
.profile_left .type_icon {
	width: 52px;
	height: 81px;
	float: left;
	overflow: hidden;
	padding-right: 1px;
}
.profile_left .type_icon img {
	padding: 1px 0;
	width: 52px;
	height: 25px;
}
.profile_left .catch {
	font-size: 18px;
	font-weight: normal;
}
.profile_left h3 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bolder;
	color: #003799;
}
.profile_left h3 span {
	font-size: 18px;
	font-weight: bold;
}
.profile_left p.size {
	font-size: 14px;
	color: #003799;
}
.profile_left .girl_photo {
	width: 400px;
	height: 720px;
	text-align: center;
	overflow: hidden;
}
.profile_left .profile_img_area {
	width: 398px;
	height: 597px;
	margin: 0 0 3px;
	padding: 0;
	border: solid 1px #fff;
}
.profile_left .prof_thum {
	width: 400px;
	height: 117px !important;
	overflow: hidden;
}
.profile_left .prof_thum li {
	width: 78px;
	padding: 0 1px;
	float: left;
}
.profile_left .option_list {
	width: 400px;
}
.profile_left .option_list ul {
	width: 400px;
	overflow: hidden;
}
.profile_left .option_list li {
	width: 98px;
	height: 28px;
	float: left;
	padding: 1px;
}
.profile_left .option_list li img {
	width: 98px;
	height: 28px;
}
/* right */
.profile_right {
	float: left;
	overflow: hidden;
	width: 340px;
	height: auto;
	margin-bottom: 20px;
}
.profile_right div.profile_movie {
	width: 340px;
	height: 210px;
	margin-bottom: 10px;
}
.profile_right .profile_movie div.fmovie {
	width: 176px;
	height: 132px;
	padding: 22px 82px;
	background: #e0e0e0 url("../img/grid.jpg") repeat;
}
.profile_right div.profile_diary {
	width: 340px;
	height: 284px;
	margin-bottom: 10px;
}
.profile_right .girls_enquete {
	height: 290px;
}
.profile_right .girls_enquete dl {
	height: 256px;
	overflow: auto;
}
.profile_right .girls_enquete dt {
	padding: 3px 0 3px 12px;
	font-size: 12px;
	background-color: #ccd7ea;
}
.profile_right .girls_enquete dt:before {
	content: "";
}
.profile_right .girls_enquete dd {
	padding: 3px 0 3px 24px;
	color: #003799;
	font-size: 12px;
	background-color: transparent;
}
/* bottom */
.profile_bottom {
	overflow: hidden;
	clear: both;
}
.shop_comment p {
	min-height: 100px;
	height: 100px;
	overflow: auto;
}
.profile_schedule table {
	width: 760px;
	font-size: 11px;
	border-spacing: 0;
}
.profile_schedule table th {
	width: 14%;
	padding: 1px 0;
	border: solid 1px #fff;
	color: #fff;
	font-weight: bold;
}
.profile_schedule table th.weekday {
	background: #716a61;
}
.profile_schedule table th.saturday {
	background: #7fb2e1;
}
.profile_schedule table th.holiday {
	background: #ff748a;
}
.profile_schedule table td {
	background: #f2e8d9;
	border: solid 1px #fff;
	text-align: center;
	padding: 3px 0;
}
/* recommendation */
.recommendation {
	margin-bottom: 25px !important;
}
.recommendation_body {
	width: 760px;
	min-height: 20px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.recommendation_main {
	height: 450px;
	overflow: auto;
}
ul.recommended_girls_list {
	overflow: hidden;
}
ul.recommended_girls_list li {
	width: 178px;
	height: 348px;
	margin: 2px;
	padding: 0;
	float: left;
	overflow: hidden;
	border: solid 1px #e0e0e0;
	text-align: center;
}
ul.recommended_girls_list li p.girls_comment {
	padding: 2px 5px;
	height: 18px;
}
ul.recommended_girls_list li .recommended_girls_thumb {
	height: auto;
	padding: 5px 9px;
	text-align: center;
}
ul.recommended_girls_list li .recommended_girls_thumb img {
	width: 158px;
	height: 240px;
	padding: 0;
}
ul.recommended_girls_list li .recommended_girls_data {
	overflow: hidden;
}
ul.recommended_girls_list .recommended_girls_data p.girls_name {
	color: #003799;
	font-size: 14px;
}
ul.recommended_girls_list .recommended_girls_data p.girls_size {
	clear: both;
}
ul.recommended_girls_list p.type_icon {
	width: 158px;
	height: 25px;
	overflow: hidden;
	text-align: center;
	margin-top: 4px;
	padding: 0 9px;
}
ul.recommended_girls_list p.type_icon img {
	width: 46px;
	height: 22px;
	padding: 1px;
}
/* add option */
.profile_left .girl_photo {
    margin-bottom: 10px;
}
.profile_right div.profile_diary {
	height: 340px;
}
.profile_right div.profile_diary iframe {
	height: 306px !important;
}
.profile_right .girls_enquete {
	height: 337px;
}
.profile_right .girls_enquete dl {
    height: 303px;
}

/* rvw_ent */
.rvw_ent {
	text-align: center;
    margin-bottom: 20px;
}
/* discount_txt */
.discount_txt {
    margin-bottom: 10px;
    padding: 5px;
    background: url("../img/grid.jpg");
    text-indent: 5px;
}
.discount_txt p {
	color: #000000;
}
.discount_txt p:before {
    content: url("../img/flag_icon.gif");
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.profile_right .girls_enquete {
	height: 308px;
}
.profile_right .girls_enquete dl {
	height: 269px;
}

/* 170321 attr_icons */

.profile_left > div {
    width: 242px;
    height: auto;
    float: left;
    overflow: hidden;
}
.profile_left .catch {
    width: 420px;
    font-size: 16px;
}
.profile_left h3 {
    width: 242px;
    float: left;
    overflow: hidden;
}
.profile_left p.size {
    width: 242px;
    float: left;
    overflow: hidden;
}
.profile_left .type_icon {
    width: 157px;
    height: 27px;
    float: left;
    overflow: hidden;
    padding-top: 4px;
}
.profile_left .type_icon img:nth-child(n+4) {
    display: none;
}
.profile_left .attr_icons {
    width: 157px;
    height: 27px;
    float: left;
    text-align: center;
    overflow: hidden;
}
.profile_left .attr_icons img {
    padding: 1px;
}