@charset "utf-8";

body {
    background-color: #ffffec;
}

    body.for-mobile {
    }

body,
pre {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", sans-serif;
}

img {
    vertical-align: middle;
}

#wrapper {
    margin: 0 auto;
}

    .for-mobile #wrapper {
        padding: 0;
    }

header {
}

#sign {
}

#sub-title {
}

#last-update {
    float: right;
}

#greeting {
    color: #666 !important;
    margin-right: 1em;
}

.logo {
    font-style: italic;
    font-weight: bold;
}

    header .logo {
        font-size: 36px;
    }
    
    .logo span:nth-child(1) {
        color: #ea5324 !important;
    }
    
    .logo span:nth-child(2) {
        color: #206e58 !important;
    }

    .logo span:nth-child(3) {
        color: #2e868e !important;
    }

    .logo span:nth-child(4) {
        color: #7aab30 !important;
    }

    .logo span:nth-child(5) {
        color: #F7B833 !important;
    }

    .logo span:nth-child(6) {
        color: #ea618e !important;
    }

    .logo span:nth-child(7) {
        color: #409ecc !important;
    }

    .logo span:nth-child(8) {
        color: #98605e !important;
    }

    .logo span:nth-child(9) {
        color: #e29676 !important;
    }

.site-img img {
    width: 100%;
    height: auto;
}

.site-title {
    margin: 0;
}

.site-domain {
    font-size: 80%;
}
