nav li:first-child a{
    color: white;
}
.menu li:first-child a{
    color: white;
}
h2{
    padding-top: 60px;
    margin-top: -60px;
    clear: both;
}
.mokuji{
    width: fit-content;
    padding: 10px;
    padding-right: 20px;
    margin: 0 auto 20px auto;
    border: solid 2px black;
    border-radius: 10px;
}
.mokuji h3{
    text-align: center;
    margin: 0;
}
.mokuji ul{
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
    list-style: square;
}
.imgbox{
    display: flex;
    width: fit-content;
    margin: 0 10px 8px 10px;
    border: solid 2px black;
    flex-direction: row;
}
.imgbox img{
    display: block;
    object-fit: cover;
    width: 200px;
    height: 300px;
}
.r{
    float: right;
}
.l{
    float: left;
    flex-direction: row-reverse;
}
.r img{
    border-right: solid 1px black;
}
.l img{
    border-left: solid 1px black;
}
.cha{
    clear: both;
}
.cha p{
    text-indent: 1em;
}
p{
    text-indent: 0;
}
.comments{
    font-size: 15px;
    line-height: 25px;
    margin: 10px;
}
.comments p{
    text-indent: -3em;
    padding-left: 3em;
}
.comments p:first-of-type{
    text-indent: 0;
    padding-left: 0;
}
.komoji{
    font-size: smaller;
}
.quote{
    margin: 0 20px 10px 20px;
    padding: 3px 30px 3px 30px;
    background-color: rgb(242, 244, 246);
    clear: right;
}
.dic{
    padding-left: calc(315px);
}
.dic p{
    text-indent: -285px;
}
.source{
    line-height: 18px;
    text-align: right;
    font-size: smaller;
}
.source a,.comments p a{
    text-decoration: underline;
}
.gr{
    font-size: smaller;
    color: rgb(118, 118, 118);
}
.gr a{
    color: rgb(118, 118, 118);
}
.gr a:hover{
    color: blue;
}
.black{
    background-color: black;
    color: white;
    padding: 0 3px 1px 2px;
    margin-right: 10px;
    border-radius: 2px;
}
h2 span{
    display: inline-block;
}
@media screen and (max-width: 890px){
    .dic{
        text-indent: 0;
        padding-left: 30px;
    }
    .dic p{
        text-indent: 0;
    }
    .brk{
        display: block;
    }
    .black{
        margin-right: 0;
    }
}
.la{
    display: inline;
}
.sm{
    display: none;
}
@media screen and (max-width: 850px){
    .imgbox{
        float: none;
        margin: 0 auto 5px auto;
    }
    .l{
        flex-direction: row;    
    }
    .l img{
        border-right: solid 1px black;
        border-left: none;
    }
    .la{
        display: none;
    }
    .sm{
        display: inline;
    }
    h2{
        text-align: center;
    }
}
.imgbrk::after{
    content: "\A";
    white-space: pre;
}
.comments p:first-of-type{
    text-align: center;
}
.comments p:first-of-type:before{
    content: "『";
}
.comments p:first-of-type:after{
    content: "』";
}
@media screen and (max-width: 570px){
    .imgbrk::after{
        display: none;
    }
    .comments{
        line-height: 20px;
    }
    .comments p:first-of-type{
        margin-bottom: 10px;
    }
    .comments p:first-of-type:before{
        content: "";
    }
    .comments p:first-of-type:after{
        content: "";
    }
}
@media screen and (max-width: 480px){
    .imgbox img{
        height: 300px;
        width: 178px;
    }

    .imgbrk2::after{
        content: "\A";
        white-space: pre;
    }
}
.cha p a{
    text-decoration: underline;
}