<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
.header {
    height: 40px;
    width: 100%;
    background-color: #a60a0e;
    position: fixed;
    top: 0;
    border-bottom: 1px solid black;
}
.header-center {
    height: 40px;
    margin-top: 8px;
    padding: 0 30px;
    float: left;
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.shunnowadai001 {
    padding-top: 60px;
    margin-bottom: 10px;
    float: left;
    font-size: 16px;
}
.shunnowadai002 {
    margin-top: 1px;
    margin-bottom: 10px;
    float: left;
    font-size: 14px;
}
.shunnowadai002 a:hover {
    background-color: #c5ee7e;
    transition: background-color 1s;
}
.shunnowadai003 {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 30px;
    line-height: 20px;
    font-size: 16px;
}
.shunnowadai003 a:hover {
    background-color: #c5ee7e;
    transition: background-color 1s;
}</pre></body></html>