@charset "utf-8";
.schedule {
	width: 700px;
	clear: left;
	float: left;
	margin-left: 100px;
}
.scheduleT {
	width: 900px;
	clear: left;
	float: left;
}

.scheduleColumnBlueT {
	float: left;
	width: 95px;
	background-color: #BFF2FF;
	padding-left: 15px;
	line-height: 12px;
	height: 475px;
	padding-top: 10px;
}
.scheduleColumnMustardT {
	float: left;
	width: 95px;
	background-color: #E7C585;
	padding-left: 15px;
	line-height: 12px;
	height: 475px;
	padding-top: 10px;
}
.scheduleColumnBlueC {
	float: left;
	width: 95px;
	background-color: #BFF2FF;
	padding-left: 15px;
	line-height: 12px;
	height: 500px;
	padding-top: 10px;
}
.scheduleColumnMustardC {
	float: left;
	width: 95px;
	background-color: #E7C585;
	padding-left: 15px;
	line-height: 12px;
	height: 500px;
	padding-top: 10px;
}
.scheduleFeather {
	width: 450px;
	clear: left;
	margin-left: 225px;
	float: left;
}
.scheduleColumnBlueF {
	float: left;
	width: 95px;
	background-color: #BFF2FF;
	padding-left: 15px;
	line-height: 12px;
	height: 225px;
	padding-top: 10px;
}
.scheduleColumnMustardF {
	float: left;
	width: 95px;
	background-color: #E7C585;
	padding-left: 15px;
	line-height: 12px;
	height: 225px;
	padding-top: 10px;
}

