<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Pathway+Gothic+One");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

h1, h2, h3, h4, h5, h6 {
    color: #ebebeb;
    font-weight: 300;
    letter-spacing: 0.25em;
    line-height: 1em;
    margin: 0 0 1em 0;
    text-transform: none;
    font-family: 'Pathway Gothic One', sans-serif;
}

h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}

#header &gt; header h1 {
    font-size: 2.5em;
    line-height: 1.5em;
    margin: 0;
}

#header.alt &gt; header h1 {
    display: inline;
    font-size: 2em;
}

#header &gt; header p {
    border-top: solid 1px #313032;
    color: #757575;
    display: inline-block;
    font-size: 1.35em;
    letter-spacing: 0.25em;
    line-height: 2em;
    margin: 1.5em 0 0 0;
    min-width: 50%;
    padding: 1em 0 0 0;
    position: relative;
    text-transform: none;
    top: -0.5em;
    font-family: 'Pathway Gothic One', sans-serif;
}

body p, li, td  {
    font-weight: 100;
    font-family: "Noto Sans Japanese";
}

.nihongo {
    font-weight: 100;
    font-size: 1em;
    font-family: "Noto Sans Japanese";
}

.img {
    margin-top: 0em;
    margin-right: 20em;
}

body {
    background-image: url("images/overlay1.png"), url("../../images/bg.jpg");
}

#banner {
    /*background-image: url("images/overlay2.png"), url("../../images/image_01.jpg");*/
}

#banner {
    background-color: #2a2b2e;
    background-image: none, none;
    background-position: 0, 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 0, 0;
    border-top: 0 !important;
    color: #c9caca;
    padding: 0em;
    padding-bottom: 0em;
    text-align: center;
}

#banner &gt; img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

#header:before {
    background: none;
    display: none;
}

#header:after {
    background: none;
    display: none;
}</pre></body></html>