#timetable_tabs { border: 2px solid #EEE; background-color: #FFF; height: 48rem; padding: 3rem; position: relative;}

@media screen and (max-width : 768px) {
	#timetable_tabs { border: 1px solid #EEE; }
	
}

#timetable_tabs #timetable_00 { text-align: center; }
#timetable_tabs #timetable_00 div.time_contents { line-height: 110%; margin: 1rem;}
#timetable_tabs #short_title { text-align: right; }
#timetable_tabs #short_title a { text-align: right;color:#F00; text-decoration: underline; }
#timetable_tabs #timetable_00 > div:nth-child(1) { margin-top: 2rem; margin-bottom: 0; }
#timetable_tabs #timetable_00 > div:nth-child(1) a { color:#555; font-size: 2.3rem; font-weight: 300; }
#timetable_tabs #timetable_00 > div:nth-child(2) { margin-top: 0; margin-bottom: 3rem; }
#timetable_tabs #timetable_00 > div:nth-child(2) a { color:#555; font-size: 2.2rem; font-weight: 300; }
#timetable_tabs #timetable_00 > div:nth-child(3) { width1: 27rem; height: 18rem; text-align: left; }
#timetable_tabs .time_contents span { font-size:10pt; color:#999; }
