/* 
    Document   : metafield
    Created on : 2010/09/27, 14:39:09
    Author     : fukui
    Description:
        Purpose of the stylesheet follows.
*/

input[type="text"].name {
  width: 100px;
}

input[type="text"].kana {
  width: 100px;
}

input[type="text"].date {
  width: 68px;
  ime-mode: disabled;
}

input[type="text"].year_month {
  width: 50px;
  ime-mode: disabled;
}

input[type="text"].phone_number {
  width: 7em;
  ime-mode: disabled;
}

input[type="text"].mail_address {
  width: 32em;
  ime-mode: disabled;
}

input[type="text"].user_name {
  width: 160px;
  ime-mode: disabled;
}

input[type="text"].password, input[type="password"].password {
  width: 160px;
}

input[type="text"].full_name_last, input[type="text"].full_name_first {
  width: 9em;
}

input[type="text"].postal_code_first {
  width: 2.5em;
  ime-mode: disabled;
}

input[type="text"].postal_code_last {
  width: 3em;
  ime-mode: disabled;
}

input[type="text"].address_prefecture {
  width: 4em;
}

input[type="text"].address_municipality {
  width: 16em;
}

input[type="text"].address_city {
  width: 32em;
}

input[type="text"].address_land_number {
  width: 32em;
}

input[type="text"].address_building {
  width: 32em;
}

input[type="text"].bank_code {
  width: 2.5em;
  ime-mode: disabled;
}

input[type="text"].bank_branch_code {
  width: 2em;
  ime-mode: disabled;
}

input[type="text"].account_number {
  width: 54px;
  ime-mode: disabled;
}

input[type="text"].account_holder {
  width: 16em;
}

input[type="text"].bank_account_transfer_count {
  width: 48px;
}

input[type="text"].bank_account_transfer_total_amount {
  width: 88px;
}

input[type="text"].bank_account_transfer_customer_code {
  width: 150px;
  ime-mode: disabled;
}

input[type="text"].consignor_code {
  width: 80px;
  ime-mode: disabled;
}