
/* テーブル */
table.tbl_sp colgroup.col1 {
  width: 200px;
}
table.tbl_sp colgroup.col2 {
  width: 744px;
}

/* テキストボックス */
#name {
  width: 724px;
  ime-mode: active;
}
#tel {
  width: 724px;
  ime-mode: disabled;
}
#mail {
  width: 724px;
  ime-mode: disabled;
}
#area {
  width: 724px;
  ime-mode: disabled;
}
#age {
  width: 70px;
  ime-mode: disabled;
}
.date {
  width:200px;
  ime-mode: active;
  margin: 5px 0px 5px 0px;
}
#message {
  width: 724px;
  height: 100px;
  ime-mode: active;
}

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

