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

/* 表 */
table.table1 th.none {
	background-color: transparent;
	border: none;
}
table.table1 th,
table.table1 td {
	padding: 4px;
	vertical-align: middle;
}

table.table1 th:nth-last-child(1),
table.table1 td:nth-last-child(1) {
	border-left: double;
}
table.table1 tbody tr:nth-last-child(1) th,
table.table1 tbody tr:nth-last-child(1) td {
	border-top: double;
}
