@charset "utf-8";
/* CSS Document */

html{
	height:100%;
	}
body{
	height:100%;
	margin:0;
	padding:0;
	}
.schedule-top{
	height:6%;
	}
.schedule-top table{
	margin-top:10px;
	border:0;
	}
.schedule-top th{
	font-size:12px;
	color:#666666;
	}
.schedule-top td{
	font-size:14px;
	}
.schedule-top .td1{
	color:#E67399;
	}
.schedule-top .td2{
	color:#668CD9;
	}
.schedule-top .td3{
	color:#4CB052;
	}
.schedule-top .td4{
	color:#E6804D;
	}