.main .text { line-height: 2; font-size: 1.4rem; }


figure.nsfw , .imagelink.nsfw {
    overflow: hidden;
}

 .nodata , .nolist {
    box-shadow: none;
    display: flex;
    flex-direction: column;
    background: var(--white);
    width: 100%;
    padding: 3rem;
    border-radius: 20px;
}


div.logstatus-fixed {
    border-radius: 0!important;
}

div.logstatus-fixed .head {
    display: none!important;
}



.text .embeddedimage {
    max-height: 450px;
    height: auto;
    width: auto;
    border-radius: 5px;

}


.wrapper {
 max-width: 600px;
 width: 95%;
 }


.memo_desc {
    margin-bottom: 50px;
    background: var(--white);
    padding: 40px 20px;
    border-radius: 20px;
    border: var(--edge);
}

@media screen and (min-width: 1025px), print {
.memo_desc {
    padding: 60px;
}
}

.readmorearea {
    background: var(--background);
    padding: 1.5rem;
}

figure.embeddedpictbox {
    margin: 0;
    border: none;
}

a.imagelink {
    display: inline-block;
    border-radius: 6px;
    border: 1px solid var(--secondary);
}

img.nsfw {
    filter: blur(20px);
}

ul.decorationL li {
    position: relative;
    padding-left: 1.4em;
}

ul.decorationL li::before {
    position: absolute;
    top: 1rem;
    left: 3px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.footer {
width: 100%;
}



.main .pager {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 padding-top: 3rem;
}

.main .pager > a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    width: 3rem;
    height: 3rem;
    text-decoration: none;
    border-radius: 50%;
}

.main .pager > a.pagenumhere { background: var(--secondary); font-weight: 700; color: var(--white); pointer-events: none; }

/* .main .pager > a:hover { background: #0061b6; } */

.main .pager > a + a { margin-left: 1.5rem; }

.main .pager + .foot { margin-top: auto; }

.prevnext, .pageback{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
}

a.prevlink, a.nextlink, a.pagebacklink {
    background: var(--secondary);
    color: var(--white);
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
}

iframe.embeddedmovie {
    display: block;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

small.decorationT {
    font-size: xx-small;
}

/* figure.embeddedpictbox {
    border: 1px solid var(--secondary);
} */

span.omitmark {
    font-family: meiryo;
    padding: 0 0.5em;
}

.deco-hr {
    display: block;
    border: 1px dashed var(--secondary);
    margin: 30px auto 10px;
}