
/* テキストボックス */
#company {
  width: 100%;
  ime-mode: active;
}
#name {
  width: 100%;
  ime-mode: active;
}
#mail {
  width: 100%;
  ime-mode: disabled;
}
#tel {
  width: 100%;
  ime-mode: disabled;
}
#fax {
  width: 100%;
  ime-mode: disabled;
}
#zip1 {
  width: 80px;
  ime-mode: disabled;
  margin: 0px 0px 5px 0px;
}
#zip2 {
  width: 80px;
  ime-mode: disabled;
  margin: 0px 0px 5px 0px;
}
#address {
  width: 100%;
  height: 40px;
  ime-mode: active;
}
#message {
  width: 100%;
  height: 80px;
  ime-mode: active;
}
#year {
  width: 100px;
  ime-mode: disabled;
}
#output {
  width: 100px;
  ime-mode: disabled;
}
#voltage {
  width: 100px;
  ime-mode: disabled;
}
#maker {
  width: 100%;
  ime-mode: active;
}
#model {
  width: 100%;
  ime-mode: disabled;
}
#place {
  width: 100%;
  ime-mode: active;
}
#facility {
  width: 100%;
  ime-mode: active;
}

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

