@charset "shift_jis";
/* CSS Document */

.profile {
	overflow: hidden;
	clear: both;	
	margin-bottom: 40px;
}
.profile_body {
	width: 710px;
	overflow: hidden;
	margin: 0;
	padding: 0 25px 15px 25px;
}
.profile_top {
	width: 100%;
	float: left;
	overflow: hidden;
}
.profile_top .catch {
	font-size: 18px;
	font-weight: normal;
}
.profile_top h3 {
	width: 440px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	font-size: 24px;
	font-weight: bold;
	color: #ca4c7a;
}
.profile_top h3 .age {
	font-size: 18px;
	font-weight: bold;
	margin-right: 6px;
}
.profile_top h3 .size {
	font-size: 14px;
	font-weight: normal;
}
.profile_top .type_icon {
    height: 36px;
    float: right;
    overflow: hidden;
}
.profile_top .type_icon img:nth-child(n+4) {
    display: none;
}
.profile_top .type_icon img {
    margin: 1px;
	width: 52px;
	height: 25px;
}
.profile_top .type_icon img:last-child {
    margin-right: 0;
}
/* photo */
.profile_img_area {
	width: 400px;
	height: auto;
	overflow: hidden;
	float: left;
	padding-right: 10px;
}
/* h4 */
.profile_body h4 {
    margin: 1.6em 0 .5em;
    padding: .25em 0 .25em .75em;
    font-size: 14px;
    border-left: 6px solid #cab486;
}
/* profile_right */
.profile_right {
	float: left;
	overflow: hidden;
	width: 300px;
}
.girl_photo_list {
	width: 300px;
	height: auto;
	background: #fff;
	text-align: center;
}
.girl_photo_list ul {
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	overflow: hidden;
	box-sizing: border-box;
	
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.girl_photo_list li {
	width: calc( 100% / 5);
	height: auto;
    padding: 0;
	margin: 0;
	box-sizing: border-box;
	
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-align-self: auto;
    align-self: auto;
	
	-webkit-align-content: space-around;
	-ms-align-content: space-around;
	align-content: space-around;
}
.profile_right .profile_diary {
	margin-bottom: 10px;
}
.profile_right .profile_diary_body {
	padding: 1px;
}
.profile_right .girls_enquete dl {
	overflow-y: scroll;
    height: 220px;
}
.profile_right .girls_enquete dt {
	padding: 3px 0 3px 12px;
	font-size: 12px;
	color: #432912;
	background-color: #e9e3dd;
}
.profile_right .girls_enquete dt:before {
	content: "";
}
.profile_right .girls_enquete dd {
	padding: 3px 0 3px 24px;
	font-size: 12px;
	color: #f85bb0;
	background-color: transparent;
}
.profile_bottom {
	overflow: hidden;
	clear: both;
}
.shop_comment p {
	min-height: 80px;
	height: 80px;
	overflow: auto;
}
.profile_schedule table {
	width: 710px;
	font-size: 11px;
}
.profile_schedule table th.weekday {
	width: 14%;
	background: #b6ada2;
	border: solid 1px #b6ada2;
	color: #fff;
}
.profile_schedule table th.saturday {
	width: 14%;
	background: #728c9f;
	border: solid 1px #728c9f;
	color: #fff;
}
.profile_schedule table th.holiday {
	width: 14%;
	background: #d87d9e;
	border: solid 1px #d87d9e;
	color: #fff;
}
.profile_schedule table td {
	background: #ebe8e5;
	text-align: center;
	padding: 3px 0;
}



