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



table.table1 {
	margin: 0 auto 8px 0;
}
table.table1 tr:first-child td {
	width: 34px;
	border-right: none;
	border-left: none;
}
table.table1 tr:first-child td:last-child {
	border-right: 1px solid gray;
}
table.table1 th {
	padding: 0 2px;
}
