/* すべてのセルに枠線を付加する */
.tablepress thead th,
.tablepress tbody td,
.tablepress tfoot th {
	border: 1px solid black;
}

#tablepress-9 th {
	font-size: 13px;
}

#tablepress-9 td {
	font-size: 13px;
}

#tablepress-10 th {
	font-size: 13px;
}

#tablepress-10 td {
	font-size: 13px;
}