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

table.table1{
}
table.table1 th{
	padding: 0 2px;
}
table.table1 td{
	padding: 0 6px;
	text-align: right;
	background-color: #f0f0f0;
}
table.table1 td:nth-child(n+3){
	padding: 0 10px;
	background-color: lightyellow;
}
table.table1 td:nth-child(5){
	padding: 0 44px;
}
