@charset "utf-8";
input[type="radio"],
input[type="checkbox"] { vertical-align: -0.1em; }
input[type="text"],
select {
	width: 100%;
	padding: 5px;
	height: 30px;
}
#formEnd { text-align:center; }
 
/* ---IME ON--- */
.ime_on { ime-mode: active; }
/* ---IME KILL--- */
.ime_off { ime-mode: desabled; }