@charset "UTF-8";

body {
    background-color: #fff;
    color: #222;
    font-family: "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      Meiryo,
      sans-serif;
}

header {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 16px 0;
    text-align: center;
}

header img {
    height: 32px;
}

main {
    width: 640px;
    margin: 0 auto;
    padding: 24px;
}

main a {
    color: #006a94;
    text-decoration: underline;
}

main h2 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}
main h2 img{
    height: 1.4rem;
    margin-left: 4px;
}

main h3 {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 16px;
}

main p {
    line-height: 150%;
}

main p + p {
    margin-top: 16px;
}

dl.info {
    margin: 12px 8px;
}

dl.info dt {
    font-size: 0.8em;
    margin-bottom: 4px;
}

dl.info dd {
    font-size: 0.9em;
    margin-bottom: 8px;
}

dl.info dt, dl.info dd {
    text-align: left;
}

.bold {
    font-size: 1.2em;
    font-weight: bold;
    white-space: nowrap;
}

dl.photo {
    margin: 24px 0;
}

dl.photo div {
    font-size: 0.8rem;
    color: #555;
    padding: 8px;
    background-color: #f7f7f7;
}

dl.photo dt {
    margin-bottom: 8px;
}

dl.photo dt, dl.photo dd {
    text-align: center;
}

dl.photo img {
    width: 80%;
}

dl.photo dt.img-w img {
    max-height: 200px;
    max-width: 560px;
    width: auto;
}

dl.photo dt.img-w img + img {
    margin-left: 8px;
}


.contact {
    font-size: 0.9rem;
    margin-top: 24px;
}

.contact h3 {
    font-weight: bold;
    margin-bottom: 12px;
    text-align: left;
    font-size: inherit;
}

.contact a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px 0;
    border: 1px solid #006a94;
    border-radius: 4px;
    color: #006a94;
    text-decoration: none;
}

.contact a:hover, .contact a:active {
    color: white;
    background-color: #006a94;
}

.contact ul li + li {
    margin-top: 8px;
}

footer {
    width: 100%;
    text-align: center;
    background-color: #f7f7f7;
    padding: 24px 0;
    color: #666;
    font-size: 0.8rem;
}

main .ad {
    margin-top: 16px;
}

@media screen and (max-width: 640px) {
    main {
        width: 100%;
    }

    main p {
        font-size: 0.9rem;
    }

    dl.photo img {
        width: 100%;
    }

    dl.photo dt.img-w img {
        max-height: 140px;
        max-width: 326px;
        width: auto;
    }
}