
/* テキストボックス */
#company {
  width: 99%;
  ime-mode: active;
}
#address {
  width: 99%;
  ime-mode: active;
}
#name {
  width: 99%;
  ime-mode: active;
}
#position {
  width: 99%;
  ime-mode: active;
}
#type {
  width: 99%;
  ime-mode: active;
}
#turnover {
  width: 99%;
  ime-mode: active;
}
#staff {
  width: 99%;
  ime-mode: disabled;
}
#tel {
  width: 99%;
  ime-mode: disabled;
}
#mail {
  width: 99%;
  ime-mode: disabled;
}
#income {
  width: 99%;
  ime-mode: disabled;
}
#reward {
  width: 99%;
  ime-mode: disabled;
}
#reward2 {
  width: 99%;
  ime-mode: disabled;
}
#owner {
  width: 99%;
  ime-mode: disabled;
}
#netassets {
  width: 99%;
  ime-mode: disabled;
}
#gain {
  width: 99%;
  ime-mode: disabled;
}
#loss {
  width: 99%;
  ime-mode: disabled;
}
#depreciate {
  width: 99%;
  ime-mode: disabled;
}
#deposit {
  width: 99%;
  ime-mode: disabled;
}
#securities {
  width: 99%;
  ime-mode: disabled;
}
#debt {
  width: 99%;
  ime-mode: disabled;
}

/* ボタン */
.box_btn {
  text-align: center;
  margin: 20px 0px 40px 0px;
}
#confirm {
  width: 100px;
  height: 50px;
}
#clear {
  width: 100px;
  height: 50px;
}
#send {
  width: 100px;
  height: 50px;
}
#back {
  width: 100px;
  height: 50px;
}


