@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{
	margin-top: 43px;
    display: block;
}


.diary-20201227_wrap{
    margin-top: 43px;
    display: block;
}

.diary-text_wrap{
    line-height: 27px;
    margin-left: 8px;
}

.diary-text-tobecontinued{
    text-align: right;
    margin-top: -20px;
}

.diary-text-date{
    text-align: right;	
}

.diary-illust_wrap {
    width: 110%;
    height: auto;
    margin-top: 65%;
}

@media screen and (max-width: 900px){
.diary-illust_wrap {
    display: none; }	
}

@media screen and (min-width: 901px){
.diary-illust-smartphone_wrap {
    display: none; }	
}
