@charset "utf-8";


/**************************************************50
 * profile
 **************************************************/
#profile{
	margin-bottom: 30px;
}
#profile_mini{
	padding: 0 65px;
}
#profile:after,
#profile_mini:after{
	clear: both;
	content: "";
	display: block;
}
#profile > div{
	float: left;
	position: relative;
	width: 300px;
}
#profile_mini > div{
	float: left;
	position: relative;
	width: 180px;
}
#profile > div img,
#profile_mini > div img{
	width: 100%;
}
#profile > div #profile_photo{
	margin-bottom: 10px;
}
#profile > div #profile_photo li{
}
#profile > div #profile_photo li:not(:first-child){
	display: none;
}
#profile > div #profile_thumb li{
	display: inline-block;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
#profile > div #profile_thumb li img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	transition: opacity 0.2s ease-out 0s;
}
#profile > div #profile_thumb li:hover img,
#profile > div #profile_thumb li.active img{
	opacity: 0.7;
}
#profile > div .lady_list_icon_rb{
	top: 400px;
	bottom: unset;
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
#profile > div .lady_list_icon_lb{
	top: 400px;
	bottom: unset;
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.profile_detail{
	float: right;
	width: -webkit-calc(100% - 300px - 20px);
	width: calc(100% - 300px - 20px);
}
#profile_mini .profile_detail{
	width: -webkit-calc(100% - 180px - 20px);
	width: calc(100% - 180px - 20px);
}
.profile_detail .profile_attribute{
	text-align: right;
}
.profile_detail .profile_attribute > *{
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	vertical-align: top;
	width: 160px;
}
.profile_detail .profile_attribute > *:not(:last-child){
	margin-right: 20px;
}
.profile_detail .lady_catch{
	font-size: 125%;
}
.profile_detail hr{
	margin: 20px 0;
}
.profile_detail dl{
}
.profile_detail .profile_attribute + dl{
	padding-top: 20px;
}
.profile_detail dl:after{
	clear: both;
	content: "";
	display: block;
}
.profile_detail dl dt{
	float: left;
	padding-right: 10px;
	width: 290px;
}
.profile_detail dl dt h1{
	color: #6482DD;
}
.profile_detail dl dt h1 strong{
	font-size: 200%;
	line-height: 1;
	margin-right: 0.2em;
}
.profile_detail dl dt h1 span{
	font-size: 112.5%;
	line-height: 1;
}
.profile_detail dl dt .lady_3size{
	color: #6482DD;
}
.profile_detail dl dd{
	float: right;
	width: -webkit-calc(100% - 290px);
	width: calc(100% - 290px);
}
.profile_detail dl dd .lady_attendance{
	display: table;
	height: 46px;
	margin-bottom: 5px;
	width: 100%;
}
.profile_detail dl dd .lady_attendance > *{
	display: table-cell;
	vertical-align: middle;
}
.profile_detail dl dd .lady_attendance .lady_today{
	width: 105px;
}
.profile_detail dl dd .lady_attendance > *:not(.lady_today){
	font-size: 125%;
}
.profile_detail dl dd [class^="lady_waiting_"]{
	margin-right: 10px;
	vertical-align: bottom;
	width: 134px;
}
.profile_detail dl dd .lady_next{
	font-size: 87.5%;
}

/* -- propriety -- */
.profile_detail #profile_propriety{
	margin-bottom: 30px;
}
.profile_detail #profile_propriety > li{
	border: 1px solid #212121;
	border-radius: 10px;
	display: inline-block;
	height: 42px;
	line-height: 40px;
	padding: 0 20px;
	vertical-align: middle;
	width: 170px;
}
.profile_detail #profile_propriety > li:not(:nth-child(3n+1)){
	margin-left: 10px;
}
.profile_detail #profile_propriety > li span.on{
	color: #FF0000;
}
.profile_detail #profile_propriety > li span.off{
	color: #6482DD;
}

/* -- degree -- */
.profile_degree{
	margin-bottom: 20px;
}
.profile_degree > li{
	color: #282792;
	display: inline-block;
	font-size: 125%;
	margin-right: 0px;
	vertical-align: middle;
	width: 15em;
}
.profile_degree > li .mdi{
	margin-right: 0.3em;
}

/* -- qa -- */
.profile_qa{
	margin-bottom: 20px;
}
.profile_qa dt{
	border-top: 1px solid #D8E0F0;
	color: #6482DD;
	display: block;
	font-size: 125%;
	padding: 0.5em 0 0.5em 1em;
	text-indent: -1em;
	float: unset !important;
	float: none !important;
	width: auto !important;
}
.profile_qa dt:before{
	content: "\F70A";
	text-indent: 0;
}
.profile_qa dd{
	display: block;
	float: unset !important;
	float: none !important;
	padding-bottom: 0.5em;
	width: auto !important;
}

/* -- schedule -- */
.profile_detail table{
	border-collapse: separate;
	border-spacing: 1px 1px;
	font-size: 87.5%;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}
.profile_detail table tr th{
	background-color: #D8F0FF;
	border-collapse: separate;
	border-spacing: 1px;
	font-weight: normal;
	height: 46px;
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
}
.profile_detail table tr td{
	background-color: #D8F0FF;
	height: 100px;
}

/* -- option -- */
[id^="profile_option_"]{
	margin-bottom: 10px;
}
[id^="profile_option_"] > li{
	border-radius: 10px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 87.5%;
	height: 42px;
	line-height: 40px;
	margin-bottom: 10px;
	position: relative;
	vertical-align: middle;
}
[id^="profile_option_"] > li span{
	display: block;
	line-height: 1.1;
	padding: 0 0.5em;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#profile_option_free > li{
	background-color: #6482DD;
	width: 176px;
}
#profile_option_free > li:not(:nth-child(5n+1)){
	margin-left: 10px;
}
.profile_detail #profile_option_free > li{
	width: 144px;
}
.profile_detail #profile_option_free > li:not(:nth-child(4n+1)){
	margin-left: 8px;
}
#profile_option_free > li span{
	text-align: center;
	width: 100%;
}
#profile_option_pay > li{
	background-color: #282792;
	padding: 0 0.7em;
	text-align: right;
	width: 222px;
}
#profile_option_pay > li:not(:nth-child(4n+1)){
	margin-left: 10px;
}
#profile_option_pay > li span{
	text-align: left;
	width: -webkit-calc(100% - 4em);
	width: calc(100% - 4em);
}
.profile_detail #profile_option_pay > li{
	width: 194px;
}
.profile_detail #profile_option_pay > li:not(:nth-child(3n+1)){
	margin-left: 9px;
}

/* -- basic play -- */
#profile_play{
	margin-top: -10px;
}
#profile_play > li{
	border: 1px solid #6482DD;
	border-radius: 10px;
	color: #6482DD;
	display: inline-block;
	font-size: 87.5%;
	height: 42px;
	line-height: 40px;
	margin-top: 10px;
	text-align: center;
	vertical-align: top;
	width: 176px;
}
#profile_play > li:not(:nth-child(5n+1)){
	margin-left: 10px;
}

/* -- message -- */
#profile_message{
	margin-top: 30px;
}
#profile_message h2{
	background-color: #E8F6FF;
	border-radius: 10px;
	color: #6482DD;
	font-size: 125%;
	height: 36px;
	line-height: 36px;
	margin-bottom: 20px;
	padding: 0 20px;
}
#profile_message p{
	padding: 0 20px;
}

/* -- comment -- */
#profile_comment{
	margin-top: 30px;
}
#profile_comment h2{
	background-color: #6482DD;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 125%;
	height: 36px;
	line-height: 36px;
	margin-bottom: 20px;
	padding: 0 20px;
}
#profile_comment p{
	padding: 0 20px;
}

/* -- gravure -- */
#profile_gravure{
	margin-bottom: 20px;
}
#profile_gravure > li{
	display: inline-block;
	vertical-align: top;
	width: 145px;
}
#profile_gravure > li:not(:nth-child(6n+1)){
	margin-left: 10px;
}
#profile_gravure > li img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
	width: 100%
}
#profile_gravure > li a:hover img{
	opacity: 0.7;
}
#profile_gravure + .right{
	margin-bottom: 50px;
}


