
/* テキストボックス */
#company {
  width: 880px;
  ime-mode: active;
}
#name {
  width: 880px;
  ime-mode: active;
}
#tel {
  width: 880px;
  ime-mode: disabled;
}
#mail {
  width: 880px;
  ime-mode: disabled;
}
#message {
  width: 880px;
  height: 300px;
  ime-mode: active;
}

/* ボタン */
.box_btn {
  margin: 30px 0px 30px 0px;
}
#confirm {
  width: 100px;
  height: 30px;
}
#clear {
  width: 100px;
  height: 30px;
}
#send {
  width: 100px;
  height: 30px;
}
#back {
  width: 100px;
  height: 30px;
}

