
/* テキストボックス */
#name {
  width: 100%;
  ime-mode: active;
}
#kana {
  width: 100%;
  ime-mode: active;
}
#age {
  width: 80px;
  ime-mode: disabled;
}
#year {
  width: 100%;
  ime-mode: active;
}
#tel {
  width: 100%;
  ime-mode: disabled;
}
#mail {
  width: 100%;
  ime-mode: disabled;
}
#message {
  width: 100%;
  height: 100px;
  ime-mode: active;
}
#c_company {
  width: 100%;
  ime-mode: active;
}
#c_cpkana {
  width: 100%;
  ime-mode: active;
}
#c_name {
  width: 100%;
  ime-mode: active;
}
#c_kana {
  width: 100%;
  ime-mode: active;
}
#c_tel {
  width: 100%;
  ime-mode: disabled;
}
#c_mail {
  width: 100%;
  ime-mode: disabled;
}
#c_message {
  width: 100%;
  height: 100px;
  ime-mode: active;
}

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

