@charset "UTF-8";

/*-- 氏名カナ --*/
input.kana {
    width:60px !important; ime-mode:active !important;
}

/*-- 氏名 --*/
input.name {
    width:60px !important; ime-mode:active !important;
}

/*-- 短い入力 --*/
input.shortName {
    width:50px !important; ime-mode:active !important;
}

/*-- 中間長さの入力 --*/
input.middleName {
    width:150px !important; ime-mode:active !important;
}

/*-- 長い入力 --*/
input.longName {
    width:250px !important; ime-mode:active !important;
}

/*-- 郵便番号 --*/
input.zipCd {
    width:100px !important; ime-mode:disabled !important;
}

/*-- メール --*/
input.email {
    width:200px !important; ime-mode:disabled !important;
}

/*-- お金 --*/
input.money {
    width:60px !important; text-align:right !important; padding-right:1px !important; ime-mode:disabled !important;
}

/*-- 日付 --*/
input.datePick {
    width:80px !important; ime-mode:disabled !important;
}

/*-- 数字 --*/
input.no {
    width:80px !important; ime-mode:disabled !important;
}

/*-- 短い数字 --*/
input.shortno {
    width:50px !important; ime-mode:disabled !important;
}

/*-- コード --*/
input.code {
    width:100px !important; ime-mode:disabled !important;
}

/*-- 短いコード --*/
input.shortCode {
    width:30px !important; ime-mode:disabled !important;
}

/*-- 中間長さのコード --*/
input.middleCode {
    width:80px !important; ime-mode:disabled !important;
}

/*-- 中間長さのコード --*/
input.middleLongCode {
    width:150px !important; ime-mode:disabled !important;
}

/*-- 長いコード --*/
input.longCode {
    width:250px !important; ime-mode:disabled !important;
}


