.register {
  text-align: center;
}

.register table {
  width: 700px;
  margin: 30px auto;
}

.register table th, .register table td {
  border: 1px solid #666666;
  padding: 5px 10px;
}

.register table thead th {
  background: #0068b6;
  color: #ffffff;
}

.register table tbody th {
  background: #fffbc7;
  font-weight: normal;
}

.register table tbody td {
  text-align: left;
}

.desc {
  padding: 0 0 20px;
}

.memo {
  padding: 20px 0px 0;
}

.button {
  text-align: center;
  padding: 20px 0 0;
}

table.form {
  width: 100%;
}

table.form th, table.form td {
  text-align: left;
  border-bottom: 1px solid #0068b6;
  padding: 10px;
  vertical-align: top;
}

table.form .enquete {
  text-align: center;
}

table.form td span {
  font-size: 12px;
  line-height: 18px;
}

table.form input, table.form textarea {
  vertical-align: bottom;
  border: 1px solid #cccccc;
  margin: 0px 0;
}

table.form input[type="text"] {
  vertical-align: baseline;
}

table.form input[type="radio"] {
  vertical-align: baseline;
  margin-right: 10px;
}

table.form input[type="checkbox"] {
  vertical-align: baseline;
  margin-right: 10px;
}

table.form .text {
  width: 450px;
  box-sizing: border-box;
}

table.form .text.short {
  width: 150px;
  margin: 10px 0;
}

table.form textarea.text {
  height: 100px;
}

.notes {
  font-size: 12px;
  line-height: 18px;
  padding-top: 20px;
}

.notes p {
  padding: 0 12px 15px;
}

.notes p span {
  display: block;
  padding: 0 0 0 25px;
}

.button input {
  width: 120px;
  line-height: 1;
  padding: 10px 0;
  margin: 0 10px;
  background: #0068b6;
  color: #ffffff;
  border: 1px solid #0068b6;
}

.button input[type="reset"] {
  border: 1px solid #cccccc;
  background: #cccccc;
  color: #666666;
}