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

span.katamari {
	display: inline-block;
	vertical-align: middle;
}


/* 表 */
table.table1 th {
	padding: 0 4px;
	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.hleft {
	text-align: left;
}
table.table1 th.vmiddle {
	vertical-align: middle;
}
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;
}
table.table1 .rdtop {
	border-top-color: red;
}
table.table1 .rdbottom {
	border-bottom-color: red;
}
table.table1 .rdright {
	border-right-color: red;
}
table.table1 .rdleft {
	border-left-color: red;
}


img.imrei {
	vertical-align: middle;
}