@charset "utf-8";
/* CSS Document */

table.thSchedule {
	border-collapse: separate;
	margin: 10px 0;
	width: 100%;
}
table.thSchedule th {
	background-color: #E4EEBA;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
table.thSchedule td {
	border-bottom: 1px dotted #E4EEBA;
	padding: 5px;
}
.point1 {
	font-size: 110%;
	margin-top: 20px;
}