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


/* 表 */
table.table1 th {
	width: 30px;
	vertical-align: middle;
/*	min-width: 50px;*/
}
table.table1 td {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
table.table1 th.blank {
	border: none;
	background-color: transparent;
}
table.table1 th.dstop {
	border-top-style: dashed;
}
table.table1 th.dsbottom {
	border-bottom-style: dashed;
}
table.table1 th.dsleft {
	border-left-style: dashed;
}
table.table1 th.dsright {
	border-right-style: dashed;
}
