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





.girls_list {
    
}

#day_wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}
#day_container {
	font-family: verdana, arial;
	font-weight: bold;
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#view_day {
	background-color: #bd0000;
	color: #FFFFFF;
}
.day {
    width: calc(100%/4 - 5px);
    line-height: 1.2;
    background-color: #ebebeb;
    text-align: center;
    margin-left: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 10px 0;
    letter-spacing: -1px;
    font-size: 80%;
}
.day a {
	color: #000;
}
#schedule_date {
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.schedule_time {
	background-color: #c10000;
	line-height: 1.4;
    padding: 5px 0;
	color: #FFF;
        font-size: 90%;
}
.sun {
	background-color: #FFAFA8;
}
.sat {
	background-color: #B1E2FF;
}
