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


/* 表 */
table.table1 th {
	padding: 0 4px;
	vertical-align: middle;
/*	min-width: 50px;*/
}
table.table1 td {
	width: 60px;
	height: 50px;
	vertical-align: middle;
}
table.table1 th.blank {
	border: none;
	background-color: transparent;
}
table.table1 th.notop {
	border-top: none;
}
table.table1 th.nobottom {
	border-bottom: none;
}
table.table1 th.noright {
	border-right: none;
}
table.table1 th.noleft {
	border-left: none;
}


img.robot {
	vertical-align: middle;
}