.section ul li {
  font-size: 12px;
  color: #f00;
}
.section table.alpha {
  margin-bottom: 50px;
}

.section table.alpha tr {
  border-top: 1px solid #999;
}

.section table.alpha tr:last-child {
  border-bottom: 1px solid #999;
}

.section table.alpha th {
  text-align: left;
  padding-left: 10px;
  width: 200px;
}

.section table.alpha th span {
  color: #f00;
}

.section table.alpha td {
  padding: 10px 0;
}

.section table.alpha tr td select,
.section table.alpha tr td textarea,
.section table.alpha tr td input {
  border: 1px solid #aaa;
  padding: 5px 10px;
  border-radius: 3px;
}

.section table.alpha tr td textarea {
  width: 300px;
  height: 70px;
}

form .center {
  text-align: center;
  margin-bottom: 50px;
}

form .center input {
  padding: 10px 20px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background: #fff;
}

form input[type="button"],
form input[type="submit"] {
  cursor: pointer;
}