<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#contents_area ul {
    margin-left: -1em;
}

#headimage {
    height: 320px;
}

.lead {
    font-weight: bold;
}

#contents_area .honbun h3 {
    font-size: 120%;
    font-weight: bold;
}

#contents_area .honbun p {
    margin: 0 0 3em 1em;
}

#contents_area .banner {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 20px 0;
}

#contents_area .banner ul {
    display: flex;
    flex-wrap: wrap;
}

#contents_area .banner ul li {
    list-style: none;
    width: 50%;
    text-align: center;
}</pre></body></html>