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


table.table1 tbody th {
	border-left: none;
	border-right: none;
}
table.table1 tbody th:first-child {
	text-align: right;
	border-left: 1px solid gray;
}
table.table1 tbody th:nth-child(1) {
	padding-left: 20px;
	text-align: right;
	border-left: 1px solid gray;
}
table.table1 tbody th:nth-child(2) {
	text-align: center;
}
table.table1 tbody th:nth-child(3) {
	text-align: left;
}

