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

/* 表 */

table.table1 thead th {
	padding: 4px 0;
	width: 29px;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
}


table.table2 thead th {
	padding: 4px 0;
	width: 23px;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
}
table.table2 thead th.day {
	width: 34px;
}

table.table2 tbody th {
	vertical-align: middle;
	font-weight: normal;
}

table.table2 td {
	vertical-align: middle;
}

