body {
  background: #fff;
  margin: 0;
  padding: 12px;
  color: #0C1765;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;

}

#mainbgc {
      background-color: #FFF5F9;
}
#novelDiv {
    margin: auto;
}
#novelDiv h1 {
    font-family: "ƒqƒ‰ƒMƒmŠÛƒS ProN W4";
    text-align: center;
    font-size: 1.3em;
    white-space: nowrap;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    font-weight: bold;
    padding: 20px 0;
    margin: 0;
}
.novellist {
    font-family: "ƒqƒ‰ƒMƒmŠÛƒS ProN W4";
    margin: 0 30px;
}
.novellist div{
    margin-bottom: 10px;
}
.novellist a {
	text-decoration:none;
	color: #0C1765;
}

.noveltext {
    margin: 0 30px;
}
.novel {
    font-family: serif;
    margin: auto;
    padding: 0;
    line-height: 2.0em;
    letter-spacing: 0.05em;
}




.listtitle {
    font-family: "ƒqƒ‰ƒMƒmŠÛƒS ProN W4";    
}

.novellinkcontents {
display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0px;
    padding-top: 0px;
}
.novellink {
	color: #FF8C9D;
width: calc(100% / 3 - 30px);
    margin-bottom: 0px;
    padding: 0px 10px;
    text-align: center;
}

.novellink a {
	text-decoration:none;
    color: #FF8C9D;
}
.backBtn-grid {
	color: #FF8C9D;
}
.backBtn-grid a {
	color: #FF8C9D;
}