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

/* 表 */
table.table1 th {
	vertical-align: middle;
}
table.table1 td {
	width: 40px;
	padding: 0;
}
table.table1 td.nobottom {
	border-bottom: none;
}
table.table1 td.notop {
	border-top: none;
}
