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


/* 表 */

table.table1 td {
	padding: 0;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	border: none;
}

table.table1 tr:nth-child(1) td {
}
table.table1 tr:nth-child(2) td {
	height: 58px;
}
table.table1 tr:nth-child(3) td {
}

table.table1 td:nth-child(1) {
}
table.table1 td:nth-child(2) {
	width: 82px;
}
table.table1 td:nth-child(3) {
}

table.table1 td.h {
	background-image: url(../_image/2012_1_1_h.svg);
	background-size: 82px 19px;
	background-position: center;
	background-repeat: no-repeat;
}
table.table1 td.i {
	background-image: url(../_image/2012_1_1_i.svg);
	background-size: 19px 58px;
	background-position: center;
	background-repeat: no-repeat;
}
table.table1 td.j {
	background-image: url(../_image/2012_1_1_j.svg);
	background-size: 82px 58px;
	background-position: center;
	background-repeat: no-repeat;
}
