@charset "utf-8";
input[type="radio"], input[type="checkbox"] { vertical-align: -0.1em; }
input[type="text"], input[type="email"], input[type="tel"], textarea { border: 1px solid #999999; width: 460px; padding: 5px; }
input[type="email"] { width: 370px; }
select { border: 1px solid #999999; width: 240px; padding: 5px; }
textarea { width: 100%; }
input.number_add { width: 160px; }
#formEnd { text-align: center; padding-top: 30px; }
#formEnd .btn_submit { background: #f89a3d; border: none; font-family: "Meiryo"; padding: 8px 80px; cursor: pointer; font-size: 20px; font-weight: normal; color: #fff; letter-spacing: 1px; transition: all 0.5s; }
#formEnd .btn_submit:hover { background:#f57b03; }

/* ---IME ON--- */
.ime_on { ime-mode: active; }

/* ---IME KILL--- */
.ime_off { ime-mode: desabled; }
.hissu, .ninni { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-color: #e10e0e; color: #fff; padding: 0 5px; line-height: 20px; font-weight: normal; margin-right: 5px; }
.ninni { background: #4b68ac; }