@charset "shift_jis";
/* CSS Document */

#day_wrapper {
	padding-top: 35px;
	padding-left: 100px;
	height: 41px;
	margin-bottom: 70px;
}
#day_container {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
#view_day {
	font-weight: bold;
	color: #fc04b3;
}
.day {
	float: left;
	width: 95px;
	background-color: #4b4b4b;
	line-height: 3;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
	font-family: verdana, arial;
	font-size: 12px;
}
.day a:link, .day a:visited {
	color: #FFF;
}
.day a:hover, .day a:active {
	color: #fc04b3;
}
.sun {
	background-color: #bb174d;
}
.sat {
	background-color: #006;
}
#schedule_date {
	font-family: verdana, arial;
	padding-left: 10px;
	font-weight: bold;
	margin-right: 15px;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #CCC;
}
#sche_day {
	margin-bottom: 30px;
	text-align: center;
    font-size: 18px;
}

.girls_list_com {

}
.sche_time {
	margin: 5% 0 4%;
	font-weight: bold;
	color: #fc04b3;
	font-size: 16px;
	height: 16px;
    overflow: hidden;
	line-height: 1.1;
	text-align: center;
}

/*-------------------------------750----------------------*/
@media screen and (max-width: 750px) {
#day_wrapper {
	padding-left: 0;
	margin-bottom: 100px;
}
.day {
    float: left;
    width: 24%;
    padding: 3% 0;
    margin: 0.5%;
    background-color: #4b4b4b;
    line-height: 1;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    text-align: center;
    font-family: verdana, arial;
    font-size: 12px;
}
.sche_time {
	margin: 5% 0 5%;
	font-size: 1.3rem;
	height: 13px;
}	
	
	
	
}










