@charset "UTF-8";

input.longInputImeActive {
    width: 250px;
    ime-mode: active;
}

input.shortInputImeActive {
    width: 130px;
    ime-mode: active;
}

input.shortInputImeDisabled {
    width: 130px;
    ime-mode: disabled;
}

input.mail {
    width: 250px;
    ime-mode: disabled;
}

input.zipCd1 {
    width: 25px;
    ime-mode: disabled;
}

input.zipCd2 {
    width: 33px;
    ime-mode: disabled;
}

input.tel1 {
    width: 36px;
    ime-mode: disabled;
}

input.tel2 {
    width: 30px;
    ime-mode: disabled;
}

input.tel3 {
    width: 30px;
    ime-mode: disabled;
}

input.menuMailMagazine {
    width: 134px;
    ime-mode: disabled;
}

input.lastFirstName {
    width: 100px;
    ime-mode: active;
}

input.dateYmd {
    width: 60px;
    ime-mode: disabled;
}

input.login {
    width: 200px;
    ime-mode: disabled;
}

textarea.officeInquiry {
    height: 70px;
    width: 330px;
    ime-mode: active;
}

textarea.message {
    height: 90px;
    width: 400px;
    ime-mode: active;
}

