@charset "UTF-8";
/* 色設定 */
h2 {
  background: #E0842F;
  margin: 0;
}

footer {
  background: #E0842F;
  color: #fff;
}

.form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
  background: #E0842F;
  color: #fff;
}

/* その他追加要素あれば */
/*# sourceMappingURL=style.css.map */

.table_form th{
  width: 400px;
}

label {
  display: block;
}