@media print {
	div.no_print {
		display:none;
	}
	div.receipt {
		font-size: x-small;
	}
}

input.num {
	text-align:right;
	ime-mode:disabled;
}
input.date {
	text-align:left;
	ime-mode:disabled;
}
input.code {
	ime-mode:disabled;
}
input.str {
/*	ime-mode:active;*/
}
input.jp {
	ime-mode:active;
}
input.chr {
	ime-mode:inactive;
}
div.form th {
	background-color: lightgreen;
	text-align: center;
}
div.form td {
	text-align: center;
}
div.list th {
	background-color: aqua;
	text-align: center;
}
div.list td {
	text-align: center;
}

