@charset "utf-8";

.nikki-diary{
    margin-left: 10%;	
}

.diary_contents-illust_wrap {
    display: flex;
    justify-content: space-between;
    width: 70vw;
    margin-left: 7%;
}
.diary-contents_wrap {
    width: 70%;
    margin-left: 60px;
}

.diary-20210430_wrap{
    display: block;
}

.diary-20201227_wrap{
    display: block;
    margin-top: 50px;
}

.diary-text_wrap{
    line-height: 27px;
    margin-left: 8px;
    margin-top: 30px;
}

.diary-quotation{
    font-style: italic;
}

.diary-quotation-source{
    text-align: right;
    font-style: italic;
    display: block;
    margin-top: -15px;
}

.diary-text-tobecontinued{
    text-align: right;
    margin-top: -20px;
}

.diary-text-date{
    text-align: right;	
}

.diary-illust_wrap {
    width: 9.5vw;
    height: auto;
    margin-top: 45%;
}

@media screen and (max-width: 900px){
.diary-illust_wrap {
    display: none; }	
}

@media screen and (min-width: 901px){
.diary-illust-smartphone_wrap {
    display: none; }	
}
