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

/* テキストボックス */
#name {
  width: 660px;
  ime-mode: active;
}
#mail {
  width: 660px;
  ime-mode: disabled;
}
#tel {
  width: 660px;
  ime-mode: disabled;
}
#apartment {
  width: 660px;
  ime-mode: active;
}
#address {
  width: 660px;
  ime-mode: active;
}
#occupy {
  width: 660px;
  ime-mode: disabled;
}
#period {
  width: 660px;
  ime-mode: active;
}
#message {
  width: 660px;
  height: 100px;
  ime-mode: active;
}

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

