body {
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    color: black;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 800px;
}

header {
    margin-top: 2em;
}

h1 {
    font-size: 2em;
    text-align: center;
}

h3 {
    font-size:1.5em;
    text-align: center;
}

footer {
    text-align: right;
}

.team {
    margin:2em 0;
}

.team table {
    width: auto;
    margin: 0 auto;
}

.team td {
    border: 0;
}

.team ul {
    list-style: none;
}

.team span {
    display: inline-block;
    width: 150px;
}

.team .button {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 0 1.5rem;
}

.team td:first-child {
    white-space: nowrap;
}

.coupang {
    text-align: center;
    margin-bottom: 2em;
}
.coupang a {
    display: block;
}
.coupang img {
    max-width: 100%;
}

.schedule {
}

.schedule th,
.schedule td {
    text-align: center;
}

.schedule .hidden {
    display: none;
}

.schedule .more {
    cursor: pointer;
}

.schedule .more:hover {
    background-color: #F2F2F2;
}

.adsense {
    margin:3em 0;
}

@media (max-width: 767px) {
    body {
        font-size: 1.3em;
    }

    .team td {
        padding-left: 8px;
        padding-right: 8px;
    }

    .team .button {
        font-size:1rem;
    }
}
