table.ascii-kana {
	border-collapse: separate;
	border-top: solid 1px #ddf;
	border-left: solid 1px#ddf;
}
table.ascii-kana th, table.ascii-kana td {
	padding: 0px;
	border: solid 1px;
	border-color: #FFF #aaf #aaf #FFF;
	text-align: center;
	line-height: 125%;
}
table.ascii-kana th {
	background-color: #cdf;
}

table.ascii-kana th:nth-child(1), table.ascii-kana th:nth-child(6) {
	width: 40px;
}
table.ascii-kana td:nth-child(1), table.ascii-kana td:nth-child(6) {
	font-size: 14pt;
}

table.ascii-kana th:nth-child(2), table.ascii-kana th:nth-child(7) {
	width: 60px;
}
table.ascii-kana th:nth-child(3), table.ascii-kana th:nth-child(8) {
	width: 40px;
}
table.ascii-kana th:nth-child(4), table.ascii-kana th:nth-child(9) {
	width: 90px;
}

table.ascii-alphanum th:nth-child(3n+1), table.ascii-alphanum td:nth-child(3n+1) {
	font-size: 14pt !important;
	width: 50px !important;
}
table.ascii-alphanum th:nth-child(3n+2), table.ascii-alphanum td:nth-child(3n+2) {
	font-size: 12pt !important;
	width: 60px !important;
}
table.ascii-alphanum th:nth-child(3n), table.ascii-alphanum td:nth-child(3n) {
	width: 25px !important;
}

table.ascii-kana td.blank {
	border: 0px;
	width: 20px;
	border-right: solid 1px #ddf;
}
