@charset "utf-8";
/* CSS Document */
.schedule_Table { width: 100%; margin-bottom: 30px; font-size: 14px; }
.schedule_Table .table_w1 { width: 14%; }
.schedule_Table .table_w2 { width: 43%; }

.schedule_Table .table_bg_pink { background-color: #eb6887; font-weight: bold; color: #fff; }
.schedule_Table .table_bg_blue { background-color: #3d93cc; font-weight: bold; color: #fff; }
.schedule_Table .table_bg_green { background-color: #F5A200; font-weight: bold; color: #fff; }
.schedule_Table .table_bg_orange { background-color: #00ABA3; font-weight: bold; color: #fff; }

.schedule_Table .table_txt_sat { color: #3d93cc; }
.schedule_Table .table_txt_sun { color: #eb6887; }

.table_txt_pink { color: #eb6887; font-weight: bold; }
.table_txt_blue { color: #3d93cc; font-weight: bold; }
.table_txt_green { color: #00AAA2; font-weight: bold; }
.table_txt_darkgreen { color: #00A460; font-weight: bold; }
.table_txt_orange { color: #EC8E25; font-weight: bold; }
.table_txt_red { color: #EB6643; font-weight: bold; }
.table_txt_black { color: #000; font-weight: bold; }

.table_txt_pink a { color: #eb6887; font-weight: bold; }
.table_txt_blue a { color: #3d93cc; font-weight: bold; }
.table_txt_green a { color: #00AAA2; font-weight: bold; }
.table_txt_darkgreen a { color: #00A460; font-weight: bold; }
.table_txt_orange a { color: #EC8E25; font-weight: bold; }
.table_txt_red a { color: #EB6643; font-weight: bold; }
.table_txt_black a { color: #000; font-weight: bold; }


@media screen and (max-width: 751px) {
	.schedule_Table { font-size: 12px; }
	
}