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

table.table1{
}
table.table1 th{
	padding: 0 2px;
}
table.table1 thead th{
	padding: 4px 2px;
	line-height: 1.1;
}
table.table1 td{
	padding: 0 6px;
	text-align: center;
}
table.table1 td.toumei {
	border: none;
	background-color: transparent;
}
table.table1 tbody tr.heikin {
	border-top: double;
}