@charset "UTF-8";

/* Common */

section > div > table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

section > div > table td {
  border: solid 1px #ddd;
  padding: 5px 10px;
  width: 50%;
}

@media (max-width: 699px) {
  footer > nav > ul > li:nth-child(19) {
    background-color: #9a0000;
  }

  main > section {
    margin-bottom: 35px;
  }
}
