input {
  margin: 1px 0px 1px 0px;
}

table {
  width: 480px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  border-bottom: 2px #9ebfdd solid;
  border-collapse: collapse;
  font-size: 90%;
  line-height: 1.2em;
}

table th {
  width: 90px;
  border-top: 1px #dcdcdc dotted;
  border-bottom: 1px #dcdcdc dotted;
  padding: 7px 5px 7px 8px;
  background-color: #f9f9f9;
  text-align: left;
  font-weight: normal;
}

table td {
  border-top: 1px #dcdcdc dotted;
  border-bottom: 1px #dcdcdc dotted;
  padding: 7px 10px 7px 10px;
  text-align: left;
}

.occupation {
  width: 450px;
  border: none;
  border-top: 2px #006699 solid;
  padding: 8px 10px 7px 10px;
  background-color: #9ebfdd;
  font-weight: bold;
  color: #1c3e69;
}

.red {
  font-size: 70%;
}


/* エラーメッセージ表示設定 */
#errmsg_box {
  border: 1px #B22222 solid;
}


