/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 14 2025 | 23:38:36 */
/* オープンキャンパス2025 */
.oc2025-timetable thead th{
	text-align:center;
	background-color:#1c52e5;
	color:white;
	border-right:1px dotted white;
}
.oc2025-timetable thead th:last-child{
	border-right:none;
}
.oc2025-timetable thead th.column-2,
.oc2025-timetable thead th.column-3,
.oc2025-timetable thead th.column-4,
.oc2025-timetable thead th.column-5{
	width:17%;
}
.oc2025-timetable thead th.column-6{
	width:22%;
}

.oc2025-timetable tbody tr{
	height:20pt;
}
.oc2025-timetable tbody .column-1{
	text-align:right;
	vertical-align:middle;
}
.oc2025-timetable tbody .column-2,
.oc2025-timetable tbody .column-3,
.oc2025-timetable tbody .column-4,
.oc2025-timetable tbody .column-5{
	vertical-align:middle;
	font-size:0.8em;
}
.oc2025-timetable tbody .column-6{
	vertical-align:middle;
	font-size:0.7em;
}
.oc2025-timetable tbody .column-1,
.oc2025-timetable tbody .column-2,
.oc2025-timetable tbody .column-4{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;

}
.oc2025-timetable tbody .column-3,
.oc2025-timetable tbody .column-6{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;

}
.oc2025-timetable tbody .column-5{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;

}