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

/* 表 */
table.table1 {
	margin-left: 0;
	margin-right: auto
}
table.table1 th,
table.table1 td {
	padding: 2px 4px;
	vertical-align: middle;
	line-height: 1.2;
	border-left: none;
	border-right: none;
}
table.table1 th:first-child,
table.table1 td:first-child {
	border-left: 1px solid gray;
}
table.table1 th:last-child,
table.table1 td:last-child {
	border-right: 1px solid gray;
}
