* {
  margin: 0px;
  padding: 0px;
}

header {
  width: 100%;
  text-align: center;
  margin-bottom: 68px;
}

.contents {
  width: 100%;
}

.form table {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.form table.dashed, table.dashed td, table.dashed tr {
  border-width: thin;
  border-style: dashed;
  border-color: rgba(255, 51, 204, 0.6);
}


.form table tr td:first-of-type {
  text-align: center;
  width: 100px;
}

.form-error {
  margin-top: 6px;
  color: red;
  font-weight: bold;
  display: none;
}

input[type="number"], input[type="text"], input[type="tel"], input[type="mail"] {
  background: rgb(248, 248, 248);
  height: 31px;
}
input[type="number"]:disabled {
  background: gray;
}
#address {
  width: 100px;
}

.red {
  color: red;
}

.column {
  margin: 18px;
}

dt, dd {
  margin: 10px;
}

.hidden {
  display: none;
}

textarea {
  width: 160px;
  height: 130px;
  background: rgb(248, 248, 248);
}

.button {
  margin: 34px auto;
  text-align: center;
}
.button button#submit {
  padding: 18px 18px;
  border-radius: 4px;
  background-image: linear-gradient(#f38CAA, #FF33CC);
  font-weight: bold;
  color: white;
  font-size: 3.5ex;
}
.button #submit:hover {
  cursor: pointer;
  background: rgba(255, 51, 204, 0.6);
}
.button #submit:disabled {
  cursor: default;
  background: gray;
}
.button button#historyback {
  padding: 18px 18px;
  border-radius: 4px;
  font-weight: bold;
  color: white;
  font-size: 3.5ex;
  background-image: linear-gradient(#f38caa, #f1a899);
}
.button #historyback:hover {
  cursor: pointer;
  background: rgba(80, 51, 204, 0.6);
}

fieldset {
  margin: 20px 40px;
  border-radius: outset;
  display: inline;
}
legend {
  text-align: center;
}

.help {
  margin: 12px 6px 2px 0;
  color: rgb(98, 218, 28);
}

.information {
  text-align: center;
}
.information p {
  padding: 5px;
}

fieldset {
  margin-left: 10px;
}

.link {
  margin: 12px 6px 2px 0;
}
.link p:last-of-type {
  padding-top: 6px;
}

.information {
  margin-top: 36px;
}

#reguilation-link {
  cursor: pointer;
  color: rgb(24, 175, 141);
  font-weight: bold;
}

footer {
  padding: 20px;
  text-align: right;
  background: rgba(255, 51, 204, 0.6);
}