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

table.table1 {
	margin: 0 auto 6px 20px;
}
table.table1 td {
	padding: 4px 4px 0 0;
	text-align: right;
	line-height: 1.3;
	border-top: none;
	border-left: none;
	border-right: none;
}
table.table1 td:nth-child(1),
table.table1 tr:nth-last-child(1) td {
	border: none;
}


article table.hissantemp {
	margin: 0 0 10px 0;
}
article table.hissantemp td {
	padding: 0 2px;
	border: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
article table.hissantemp tr:nth-last-child(2) td:nth-child(-n+5) {
	border-bottom: 1px solid dimgray;
}
article table.hissantemp tr:nth-child(-n+2) td:nth-child(5) {
	width: 30px;
	text-align: left;
}

