
/* テーブル */
table.tbl_sp colgroup.col_contact1 {
  width: 200px;
}
table.tbl_sp colgroup.col_contact2 {
  width: 520px;
}

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

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

