#ham-menu {
    display: none;
}

#menu-background {
    display: none;
}

#menu-icon {
    display: none;
}

#menu-cb {
    display: none;
}

body {
    font-size: 9pt;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}

#frame {
    padding: 75px;
    margin: 0;
    border: 0;
}

img#logo {
    margin-right: 10px;
    width: 75px;
    vertical-align: middle;
}

p {
    margin: 25px 0;
}

h1 {
    font-size: 14pt;
    font-weight: 700;
    margin: 0 0 10px;
}

a {
    color: #28b;
    text-decoration: none;
}

a:visited {
    color: #28b;
}

a:hover {
    color: #3af;
}

a.name {
    font-size: 18pt;
    font-weight: 700;
    color: #323232;
    vertical-align: middle;
    overflow-x: scroll;
}

div.saikawa, div.moe {
    margin: 20px 0;
}

time {
    font-size: 8pt;
}

.title {
    font-size: 9pt;
    font-weight: 700;
    color: #323232;
    margin: 0;
}

.site-nav {
    padding-bottom: 50px;
    overflow-y: hidden;
}

.writing-contents { 
    color: #444;
    font-size: 8pt;
}

.writing-index, .writing-header {
    padding: 0 0 10px;
}

.writing-title {
    color: #323232;
}

.writing-body blockquote.quote div.reference {
    font-style: normal;
    font-weight: 400;
}

.writing-body blockquote.quote {
    color: #666;
    font-style: italic;
    font-weight: 100;
}

.writing-body pre:not(.prettyprint) {
    font-size: 8pt;
    padding: 10px 20px;
    overflow: auto;
    border: solid 1px;
}

.writing-body pre.prettyprint {
    font-size: 8pt;
}

.writing-footer {
    padding: 25px 0 0;
}

.duration {
    border-left: solid 2px;
    padding: 0px 0px 0px 5px;
    margin: 10px 0;
}

.duration::before {
    content: attr(id);
    font-size: 12pt;
    font-weight: 700;
    position: absolute;
    left: 10px;
}

.duration::after {
    content: attr(title);
    font-weight: 700;
}

.link {
    display: none;
}

#top-link-a {
    display: none;
}

#pn-link {
    display: none;
}

@media print {
    body pre:not(.prettyprint) {
        width: 250px;
    }
    body img {
        width: 250px;
    }
    body iframe {
        width: 250px;
    }
}
