/* =====================
   novel.css
   小説ページ共通スタイル
   ===================== */


.book-cover {
  display: block;
  max-width: 240px;
  width: 100%;
  margin: 0 auto 1.5em;
}

.book-info {
  width: 100%;
  max-width: 300px;
  border-collapse: collapse;
  margin: 1.5em auto;

}

.book-info th,
.book-info td {
  padding: 0.5em 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  font-size: 0.9rem;
}

.book-info th {
  width: 7em;
  font-weight: normal;
  color: #666;
  white-space: nowrap;
}




.chapterIndex {
    margin-top: 3em;
    color: #26303a;
}

.chapterIndex h2 {
    font-size: 1rem;
    font-weight: normal;
    margin: 2em 0 1em;
}

.chapterIndex p {
    line-height: 2;
}



.chapterIndex a:link,
.chapterIndex a:visited {
    color: inherit;
    text-decoration: none;
}

.chapterIndex a:hover {
    text-decoration: underline;
}

.chapterIndex a:active {
    color: inherit;
}

.r18 {
  color: #cc3333;
  font-weight: bold;
  margin-right: 0.3em;
}



body {
    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        "BIZ UDPMincho",
        serif;
    line-height: 1.9; /* ← ここ調整したいなら変えてな */
}

.novelWrap {
    max-width: 760px;
    margin: 80px auto;
    padding: 0 30px;
}

.novelTitle {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 0.5em;
}

.novelEpisode {
    font-size: 1rem;
    letter-spacing: 0.3em;
    margin-bottom: 5em;
}

.novelText p {
    margin-bottom: 1.4em; /* ← ここも調整ポイント */
}

.novelNav {
    text-align: center;
    margin-top: 6em;
    font-size: 0.9rem;
}

.novelNav a {
    margin: 0 1em;
}

.backTop {
    margin-top: 10em;
}


.chapterIndex a {
    color: inherit;
    text-decoration: none;
}

.chapterIndex a:hover {
    text-decoration: underline;
}

.chapterIndex p {
    margin-left: 1em;
}