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

table.table1 {
	margin-left: 0;
}

table.table1 td{
	padding: 4px 4px 0 4px;
	line-height: 1;
	border: none;
}
table.table1 tr:nth-child(-n+3) td:nth-child(n+2) {
	padding: 0 6px 0 6px;
	border-bottom: 1px solid black;
}

