/* CSS Document */

body {
	color: #fff;
	background-color:#000;
	background-image:url(../img/girl/girl_bg.jpg);
	background-repeat:no-repeat;
}
button {
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

#girl_container {
	margin: 100px 20px 10px;
	width: 800px;
	font-family: verdana, arial;
	padding: 5px;
	height: 700px;
    overflow: hidden;
}
#girl_main {
	margin-right: auto;
	margin-left: auto;
}
#girl_left {
	width: 506px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
#girl_name {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	width: 205px;
}
#girl_top {
	font-size:16px;
	border-bottom: 1px dashed #750000;
	margin-top: 49px;
	margin-bottom: 6px;
	padding-bottom: 1px;
	
	height: 26px;
}
#girl_size {
	width:300px;
	margin-top: 6px;
	margin-right:5px;
	float:right;
}
#photoBIG {
	float: left;
	height: 450px;
	width: 300px;
	padding: 2px;
	border: 1px solid #750000;
	margin-right: 4px;
	overflow: hidden;
	margin-bottom: 9px;
}
.girl_prof {
	float: left;
	width: 241px;
	margin-bottom: 5px;
}
#girl_com {
	font-size: 12px;
	line-height: 140%;
	height: 307px;
	margin-top: 46px;
	width: 183px;
	margin-left: 5px;
	overflow: auto;
	padding-right: 5px;
}
#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 #750000;
	padding-top: 5px;
	padding-left: 5px;
    height: 91px;
}
#thum_container a {
	display: block;
	height: 86px;
	width: 57px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#schedule_wrapper {
	width: 506px;
	clear: left;
}
#schedule_container {
	font-size: 12px;
	border-top: 1px solid #750000;
	border-left: 1px solid #750000;
	width: 506px;
	margin-top: 40px;
    display: flex;
	float:left;
}
.schedule {
	width: calc(100%/7);
	text-align: center;
}
.date {
	color: #fff;
	background-color: #750000;
	border-right: 1px solid #750000;
	border-bottom: 1px solid #750000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sun {
	background-color: #F03;
}
.sat {
	background-color: #377dac;
}
.time {
	border-right: 1px solid #750000;
	border-bottom: 1px solid #750000;
	padding-top: 8px;
	padding-bottom: 7px;
	height: 35px;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}
#girl_right {
	float: left;
}

/* schedule */

#top_sche_container {
	width: 262px;
	height: 664px;
	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%;
}

/*----------------------*/
.breadcrumbs {
    width: 500px !important;
    float: left;
    margin: 10px auto;
    color: #fff;
}











