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

/* 表 */

table.table1 th {
	padding: 4px 0;
	width: 48px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1em;
	border-top: none;
	border-bottom: none;
}
table.table1 td {
	text-align: center;
	vertical-align: middle;
	border-top: none;
	border-bottom: none;
}
table.table1 thead, table.table1 tfoot {
	border: 1px solid gray;
}



table.table2 th {
	padding: 4px 0;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1em;
	border-top: none;
	border-bottom: none;
}
table.table2 th.vw {
	width: 28px;
}
table.table2 th.vw-vw {
	width: 42px;
}
table.table2 th.v-vw-w {
	width: 100px;
}
table.table2 tbody th {
	width: 48px;
}

table.table2 td {
	text-align: center;
	vertical-align: middle;
	border-top: none;
	border-bottom: none;
}
table.table2 thead, table.table2 tfoot {
	border: 1px solid gray;
}
