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


/* 表 */

table.table1 th, table.table1 td {
	width: 60px;
	text-align: center;
}
table.table1 th{
	font-weight: normal;
	vertical-align: middle;
}

table.table1 th.blank {
	border: none;
	background-color: transparent;
}

table.table1 td.gray {
	background-color: gainsboro;
}
table.table1 td.red {
	background-color: lightpink;
}


