.schedules .girlbox {
	height: auto !important;
	min-height: 269px;
}

.schedules .girlbox .serial,
.schedules .girlbox .serial-finish {
	display: none;
}


.schedules.today-layout .girlbox {
	min-height: 298px;
}



.left3 {
	z-index: 3;
}

.left2 {
	z-index: 2;
}

.left1 {
	z-index: 1;
}


.scheduleday {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 653px;
	padding: 8px 16px;
}

.time {
	text-align: center;
	padding: 4px;
	margin: 0 0 1px;
	font-size: 11px !important;
}


.todaytime {
	margin: 0 0 1px;
	line-height: 26px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

/*--- 前の週・次の週を見るリンク ---*/
.week-link {
	height: 30px;
	position: relative;
}

.week-link a {
	position: absolute;
    top: 0;
}

.week-link a.one {
	left: 0;
}

.week-link a.two {
	left: 50%;
    transform: translateX(-50%);
}

.week-link a.three {
	right: 0;
}

/*--- スケジュールタイトル ---*/
.schedule-title {
	border-radius: 0 3px 3px 3px;
	color: #ffdb2a;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
	width: 662px;
}
