body {
color: #2e3133;
background: #ffedab;
margin: 0;
padding: 12px;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}

#novelwrapper {
margin: 0 auto;
}
#noveltitle {
text-align: center;
} 
/* 小説タイトルとカッコ */
#noveltitle h2 {
position: relative;
line-height: 1.4;
padding:0.25em 1em;
display: inline-block;
text-align: center;
letter-spacing: 0.05em;
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight: 200;
font-size: 1.4em;
}
h2:before, h2:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
h2:before {
  border-left: solid 1px #00a3a7;
  border-top: solid 1px #00a3a7;
  top:0;
  left: 0;
}
h2:after {
  border-right: solid 1px #00a3a7;
  border-bottom: solid 1px #00a3a7;
  bottom:0;
  right: 0;
}

.listtitle {
font-family: "Noto Serif JP", serif;
position: relative;
display: inline-block;
padding: 0 55px;
text-align: center;
font-size: 1.2em;
margin-top: 20px;
margin-bottom: 20px;
}
.listtitle:before, .listtitle:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: #d6ae72;
}
.listtitle:before {
left:0;
}
.listtitle:after {
right: 0;
}

.noveltext {
margin: 0 10px;
}
.novel {
font-family: serif;
margin: auto;
padding: 0;
line-height: 2.2em;
letter-spacing: 0.08em;
font-feature-settings: "palt";
}

.novellist {
    margin: 0 30px;
}
.novellist p {
margin-top: 20px;
font-size: 0.8em;
}
.novellist div {
    margin-bottom: 10px;
}

/* ページ推移とリンク */
.novellist a {
text-decoration:none;
color: #006a6c;
}
.novellinkcontents {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
width: 100%;
margin: 0px;
padding-top: 0px;
}
.novellink {
color: #d6ae72;
width: calc(100% / 3 - 30px);
margin-bottom: 0px;
padding: 0px 10px;
text-align: center;
}
.novellink a {
text-decoration:none;
color: #006a6c;
}
.backBtn-grid {
color: #006a6c;
}
.backBtn-grid a {
color: #006a6c;
}