/* ==============================
   episode.css
   各話ページ用
============================== */

/* ===== 攻撃画像エリア ===== */
.attack-illustration {
  margin-bottom: 1.5rem;
}

/* ===== エピソードメイン画像 ===== */
.episode-main-img {
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto 2rem auto;
  border-bottom: 1px solid #aaa;
  padding-bottom: 1rem;
}

/* ===== あらすじ内の段落 ===== */
.novel-prologue p {
  text-indent: 0;
}

/* ===== 小説本文 ===== */
.episode-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.episode-text p {
  text-indent: 0;
  margin-bottom: 1.2rem;
}

/* ===== 本文内の会話・地の文補助 ===== */
.episode-text br {
  line-height: 1.8;
}

/* ===== 関連リンク ===== */
.episode-links {
  margin-top: 2rem;
}

.episode-links p {
  text-indent: 0;
}
