html, body{
  /*height: 100%;*/
  /*min-height: 100%;*/
}

body {
  background:
    linear-gradient(rgba(255,255,255,0.25), rgba(255,255,255,0.25)),
    url("/novels/images/text_bg.webp");
  background-size: 100% 100%;
  background-position: center top;	/* 画面いっぱいに拡大縮小して表示、上部中央に揃える */
  background-attachment: fixed;		/* スクロールしても背景を固定 */
  background-repeat: no-repeat;
}

.content::-webkit-scrollbar-thumb{
  background:#c9b18a;
  border-radius:4px;
}

.history-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.history-list li {
  margin: 0.2em 0;
}
