/* CSS Document */

html{
	overflow: hidden;
}
body {
	color: #FFF;
	background-image: none;
	background-color: #000;
}
button {
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

#girl_container {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	font-family: verdana, arial;
	padding: 10px;
	height: 840px;
}
#girl_main {
	margin-right: auto;
	margin-left: auto;
}
#girl_contents {
    display: flex;
}
#girl_left {
	width: 506px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#girl_name {
	font-size: 17px;
	font-weight: bold;
	color: #eb186b;
}
#girl_top {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-bottom: 4px;
	padding-bottom: 1px;
}
#photoBIG {
	float: left;
	height: 450px;
	width: 300px;
	padding: 2px;
	border: 1px solid #666;
	margin-right: 4px;
	overflow: hidden;
	margin-bottom: 4px;
}
.girl_prof {
	float: left;
	width: 241px;
	margin-bottom: 5px;
}
#girl_com {
	font-size: 13px;
	line-height: 130%;
	height: 272px;
	width: 183px;
	overflow: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#girl_com font {
	font-size: 13px !important;
}
#girl_enquete {
	background-image: url(../img/girl/enquete.jpg);
	height: 30px;
	width: 193px;
	float: left;
	margin-bottom: 5px;
	display: block;
}
#girl_enquete:hover {
	background-position: 0px -30px;
}
#girl_enquete span {
	display: none;
}
#thum_wrapper {
	float: left;
	width: 193px;
}
* html #thum_wrapper {
	margin-right: 0px;
}
#thum_container {
	border: 1px solid #666;
	padding-top: 5px;
	padding-left: 5px;
}
#thum_container a {
	display: block;
	height: 86px;
	width: 57px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#schedule_wrapper {
	width: 506px;
	clear: left;
	margin-top: 10px;
}
#schedule_container {
	font-size: 12px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	width: 506px;
	margin-top: 5px;
    display: flex
}
.schedule {
	width: calc(100%/7);
	text-align: center;
}
.date {
	color: #FFF;
	background-color: #464646;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sun {
	background-color: #bb174d;
}
.sat {
	background-color: #006;
}
.time {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right-style: solid;
	padding-top: 8px;
	padding-bottom: 7px;
	background-color: #000;
	height: 35px;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}
#girl_right {
}


/* schedule */

#top_sche_container {
	width: 262px;
	height: 606px;
	overflow: auto;
    display: flex;
    flex-wrap: wrap;
}
.top_sche_ico {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
}
.top_sche_box {
	border: 1px solid #666;
    width: calc(100%/2 - 18px);
    text-align: center;
    margin-top: 3px;
    margin-left: 3px;
    overflow: hidden;
    padding: 5px;
}
.top_sche_photo {
	height: 180px;
	width: 120px;
}
.top_sche_name {
	font-size: 12px;
	font-family: Verdana;
	padding-left: 2px;
	line-height: 1.4;
    margin: 3px auto;
}
.top_sche_time {
	overflow: hidden;
	color: #FF0;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}
.top_schedule_photo img{
	width: 100%;
}


/*---------  girl_op  --------------*/

.girl_op {
    border-right: 1px solid #666;
    margin-top: 10px;
}
.girl_op .title{
    text-align: center;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    padding: 5px;
    background-color: #464646;
}
.girl_op .girl_base {
    display: flex;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
.girl_op .service {
    display: block;
    width: calc(100%/10);
    text-align: center;
    border-right: 1px solid #666;
}
.girl_op .service .service_name{
    border-bottom: 1px solid #666;
    padding: 5px 0;
}
.girl_op .service .service_answer{
    padding: 5px 0;
    font-size: large;
}
.girl_op .service:nth-child(10) {
    border-right: none;
}





/*’Ç‰Á•ª20200601*/
.g_mess03_title{height: 17px; padding: 0 5px;}
.g_mess03{height: 68px;overflow-y:hidden;font-size: 12px;line-height: 1.35em; background: #000;color: #fff;padding-left: 5px;margin-bottom: 5px}






