* {
    margin: 0;
    box-sizing: border-box;
}

*:not(i) {
    font-family: CPN, sans-serif;
}

body {
    padding: 0;
    background-color: #f8f9fa;
}

.hd {
    padding: 8px 24px;
    background-color: #fff;
    box-shadow: 2px 2px 2px #00000010;
}

.hd_header {
    display: flex;
    justify-content: space-between;
}

.left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.right {
    display: flex;
    align-items: center;
}

.hamburger {
    width: 44px;
    height: 44px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

main {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 8px;
}

.m_hd {
    border-bottom: 1px solid #a2a9b1;
}

.air {
    margin-top: 8px;
}

.up, .down {
    margin-right: 5px;
}

.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    text-align: left;
    font-size: 88%;
    line-height: 1.5em;
}

table {
    font-size: 100%;
}

hr {
    height: 1px;
    background-color: #a2a9b1;
    border: 0;
    margin: 0.2em 0;
}

li {
    list-style: none;
}

ul {
    display: flex;
    justify-content: center;
}

.hlist li::after {
    content: " · ";
    font-weight: bold;
}

.hlist li:last-child::after {
    content: none;
}

.legend-color {
    display: inline-block;
    min-width: 1.25em;
    height: 1.25em;
    line-height: 1.25;
    margin: 1px 0;
    text-align: center;
    border: 1px solid black;
    background-color: transparent;
    color: black;
}

.hlist li {
    margin-right: 10px;
}

button#zone, button#moo, button#all {
    border: none;
    background: transparent;
    text-decoration: underline;
    cursor: pointer;
    display: grid;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px;
}
p {
    text-indent: 2.5em;
}

h3 {
    margin-bottom: 4.8px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 4.8px;
    padding-bottom: 0px;
    padding-top: 9.6px;
}

h4 {
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 4px;
  margin-left: 0px;
  padding-top: 8px;
  padding-bottom: 0px;
}

h2 {
  margin: 6px 0px;
  padding-top: 12px;
  padding-bottom: 4.08px;
}
