body {
    margin: 0;
    background-color: #f8f0f4;
    overflow: hidden;
    font-family: "MS UI Gothic";
    font-size: 20px;
    cursor: url(arrow.ico), auto;
}
a {
    text-decoration: none;
    color: #7c586a;
    cursor: url(cross.ico), auto;
}
a:visited {
    color: #7c586a;
}
a:hover {
    color: #bb5a8b;
    text-decoration: underline;
}
br.big {
    display: block;
    margin: 10px 0;
}
p {
    font-family: "Times New Roman", serif;
    margin-left: 10px;
    color: #6c3953;
}
.quote {
    font-family: "Brush Script MT", cursive;
    color: #5c2842;
    font-style: italic;
}
.sub {
    text-align: right;
    border-left: dashed 1px #956f82;
    border-top: rgba(255, 0, 0, 0);
}
dt {
    text-align: left;
    border: dashed 1px #956f82;
}
dd {
    border-left: dashed 1px #956f82;
}
summary {
    background-color: rgba(251, 244, 232, 0.61);
    color: #884e6b;
}
br {
    display: block;
    margin: 5px 0;
}
::selection {
    color: #956f80;
    background: rgba(200, 185, 162, 0.58);
}
#left {
    border-right: dotted 2px #956f82;
    height: 100vh;
    width: 5%;
    background-image: url(src/pixelbg.png);
}
#bottom {
    border-top: dotted 2px #956f82;
    height: 10%;
    width: 250vh;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(pixelbg.png);
}
.box02 {
    background: url(back01.gif);
    border: dashed 1px #956f82;
    width: 35vw; /* 幅 */
    height: 89.7vh;
}
.box-inner {
    background: #fff;
    border-bottom: 2px dashed #c3c2ad;
    border-top: 2px dashed #c3c2ad;
    box-shadow:
        0 4px 0 #fff,
        0 -4px 0 #fff;
    height: 94.6%;
    font-size: medium;
    text-align: center;
    overflow: auto;
    scrollbar-width: none;
}
#nav {
    border-left: dotted 2px #956f82;
    height: 90vh;
    width: 5vw;
    overflow: hidden;
    text-align: center;
    word-wrap: break-word;
    font-variant-caps: small-caps;
    position: relative;
    line-height: 1.8;
    background-color: rgba(255, 255, 255, 0.45);
}
#link {
    position: absolute;
    bottom: 22px;
    right: 0;
    width: 100%;
    color: #7c586a;
    line-height: 16px;
}
#contents {
    position: absolute;
    right: 0;
    background: url(blogbg.png) no-repeat;
    background-size: 70% 100%;
    flex-direction: row-reverse;
    height: 90vh;
    width: 94.9vw;
    overflow: hidden;
    display: flex;
}
.cbox {
    height: 300px;
    width: 200px;
    align-self: flex-end;
    position: relative;
    bottom: -280px;
    right: 3px;
    border: 2px groove #c3b7bd;
    transition: 0.5s;
    overflow: hidden;
    background-color: #f8f0f4;
}
.cbox:hover {
    transform: translate(0, -280px);
}
.cboxheader {
    width: 100%;
    height: 20px;
    border-bottom: 2px groove #c3b7bd;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf8fb+0,f1e1ea+50,eed8e3+51,edd3e1+100 */
    background: linear-gradient(
        to bottom,
        #fcf8fb 0%,
        #f1e1ea 50%,
        #eed8e3 51%,
        #edd3e1 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    text-align: center;
    color: #956f82;
    text-shadow: -1px 1px 12px rgb(255, 255, 255);
    display: grid;
}
