body {
    background-color: #000000;
    color: #ffffff;
}

#header-area {
    min-height: 52px;
    background-color: #000000;
    margin-top: 1rem;
}

#header .form-group {
    margin-bottom: 0;
}

#main {
    background-color: #080808;
    min-height: 80vh;
    padding-bottom: 1rem;
    padding-top: 1.5rem;
}

#footer {
    margin-top: 0;
    background-color: #000000;
}

.form-control {
    background-color: #000000;
    border-color: #000000;
    border-bottom-color: #080808;
    padding-left: 0;
}
.form-control:focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
}

article .archive-singular-header .header-title {
    font-size: .95rem;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
    display: inline;
}

a {
    color: #999999;
}
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
    color: #999999;
}
.content a,
.content a:hover,
.content a:active,
.content a:focus,
.content a:visited {
    text-decoration: none;
    color: #bd5745;
}

#child-pages ul li {
    font-size: 1rem;
}

.archive-block {
    padding: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
}


article .archive-singular-header ul.nav-pills .nav-link, article .archive-singular-header ul.nav-pills .nav-link.active, article .archive-singular-header ul.nav-pills .show>.nav-link, article .singular-header ul.nav-pills .nav-link, article .singular-header ul.nav-pills .nav-link.active, article .singular-header ul.nav-pills .show>.nav-link {
    background-color: #000000;
}


section .archive-header .header-title, article .header-title {
    font-family: "Noto Sans Japanese", "Sawarabi Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    font-feature-settings: "palt";
    line-height: 1.4;
}


.content h1,
.content h2,
.content h3,
.content h4 {
    font-size: 1.0rem;
}
.content h1,
.content h2 {
    color: #ffffff;
}

.content h3 {
    color: #ddd;
}
.content h1 {
    border-bottom: 0px solid #ddd;
    border-top: 1px solid #999;
    padding-bottom: 0;
    padding-top: 1em;
}

.content p {
    line-height: 1.7;
    margin-top: 0.8em;
    color: #bbb;
}

.content li {
    color: #bbb;
}

.content strong {
    font-weight: 700;
    color: #ffffff;
}

.enlighter-t-bootstrap4 {
    background-color: #080808 !important;
    margin-top: 1rem !important;
    border: 1px solid #333333 !important;
}

.enlighter-t-bootstrap4 .enlighter-text {
    color: #cccccc !important;
}

div#navbarNav {
    margin-left: 1rem;
}

.vardump {
    font-size: .9rem;
    color: #333333;
    margin-bottom: 2rem;
}

.singular-header {
    border-bottom: #555555 solid 1px;
}