@charset "UTF-8";

/*==== form style ====*/
@import url("form.css");


/* CSS Document */
#applyform .table_basic {
  text-align: left;
  margin-bottom: 40px;
}
#applyform .table_basic tr:first-of-type {
  background: #dfdaad;
}
#applyform .table_basic tr:first-child td:first-of-type {
  background: #f5f4e6;
}
#applyform .table_basic tr td:first-of-type {
  font-weight: bold;
}
#applyform .theme {
  font-weight: bold;
}
