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

/* 表 */

table.table1 td {
	width: 30px;
}


table.table2 th {
	width: 70px;
	font-weight: normal;
}
table.table2 td {
	padding: 4px;
	width: 30px;
}
