/* CSS Document */

html, body {
    font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN","Yu Gothic UI", "MS PGothic", sans-serif;
    color: #181818;
}

.tw-auto {
    width: 1vw;
    white-space: nowrap;
}

#footerFixed {
    position: relative;
    box-sizing: border-box;
    min-height: 100vh;
    padding-bottom: 6vh;
}

#headerLogo {
    width: 158px;
    height: 32px;
}

footer {
    position: absolute;
    background-color: #F8F9FA;
    color: #BFBDBE;
    text-align: center;
    min-width: 100%;
    height: 6vh;
    bottom: 0;
}

footer #footerCopy {
    line-height: 6vh;
    margin: 0;
}