@charset "utf-8";

#schedule table {
    border-spacing: 0;
}

#schedule th {
	text-align: left;
}

#schedule .date {
	width: 1000px;
	margin-bottom: 20px;
}

#schedule .date td {
	text-align: right;
	width: 46px;
}

#schedule .date th {
	width: 172px;
}

#schedule .date .venue {
	width: 148px;
	text-align: left;
}

#schedule .date .time {
	width: 82px;
	text-align: left;
}

#schedule .timetable {
	width: 984px;
	border-top: 2px #333 solid;
	border-bottom: 1px #333 solid;
}

#schedule .timetable th,
#schedule .timetable td {
	border: 1px #333 solid;
	border-left: none;
	border-top: none;
}

#schedule .timetable th {
	width: 166px;
	font-weight: normal;
	padding-right: 5px;
}

#schedule .timetable th span {
	font-size: 10px;
}

#schedule .timetable td {
	width: 46px;
}

#schedule .timetable .venue1 {
	width: 44px;
	text-align: center;
	padding: 0 2px;
}

#schedule .timetable .venue2 {
	width: 140px;
	text-align: left;
	padding: 0 2px;
}

#schedule .timetable .time {
	width: 66px;
	text-align: right;
	padding: 0 2px;
}

#schedule .timetable .pe th {
	background: url(../images/schedule/sche_pe.png) repeat-y right;
}

#schedule .timetable .pe .open {
	background: url(../images/schedule/sche_pe.png) repeat-x bottom;
}

#schedule .timetable .ev th {
	background: url(../images/schedule/sche_ev.png) repeat-y right;
}

#schedule .timetable .ev .open {
	background: url(../images/schedule/sche_ev.png) repeat-x bottom;
}

#schedule .timetable .ev .open_to30 {
	background: url(../images/schedule/sche_ev_to30.png) no-repeat center bottom;
}

#schedule .timetable .ev .open_to45 {
	background: url(../images/schedule/sche_ev_to30.png) no-repeat 0 bottom;
}

#schedule .timetable .ev .open_from30 {
	background: url(../images/schedule/sche_ev_from30.png) no-repeat center bottom;
}

#schedule .timetable .ev .open_pre {
	background: url(../images/schedule/sche_ev2.png) repeat-x bottom;
}

#schedule .timetable .pe_ev th {
	background: url(../images/schedule/sche_pe_ev.png) repeat-y right;
}

#schedule .timetable .pe_ev .open {
	background: url(../images/schedule/sche_pe_ev.png) repeat-x bottom;
}

#schedule .timetable .ws th {
	background: url(../images/schedule/sche_ws.png) repeat-y right;
}

#schedule .timetable .ws .open {
	background: url(../images/schedule/sche_ws.png) repeat-x bottom;
}

#schedule .timetable .ws .open_from30 {
	background: url(../images/schedule/sche_ws_from30.png) no-repeat center bottom;
}

#schedule .timetable .rev th {
	background: url(../images/schedule/sche_rev.png) repeat-y right;
}

#schedule .timetable .rev .open {
	background: url(../images/schedule/sche_rev.png) repeat-x bottom;
}


