/* 小説用 */

/* ボディ */
body{
  margin-top : 20px;
  margin-bottom : 20px;
  background-color : #D0D0E7;
  color : #000000;
}

/* 全体のボックス */
.main{
  background-color : #FBFBFB;
  border-radius: 10px;
  margin : auto;
  padding: 1.4rem 2.8rem; /* 上下・左右 */
  line-height : 2;/* 子要素への引き継ぎ回避のために単位を指定しない */
  border-width : 0px;
  border-style : none;
  max-width : 40rem;
  text-align : left;
  word-wrap:break-word;
}

/* H1 ページタイトル用 */
.p-title{
  margin-top : 1rem;
  margin-bottom : 1rem;
  font-weight : normal;
  font-size: 1rem;
}

/* H2 SSタイトル用 */
.s_title{
  margin-top : 2rem;
  margin-bottom : 1.5rem;
  font-weight : normal;
  font-size: 1rem;
}
/* H2 SSタイトルが英字で小さくなる場合 */
.s2_title{
  margin-top : 2rem;
  margin-bottom : 1.5rem;
  font-weight : normal;
  font-size: 1.2rem;
}
/* 上部の解説・文字サイズやや小さめ */
.guide_top{
  margin-bottom : 3rem;
  color : #666666;
  font-size : 0.95rem;
}

/* 文末小文字解説 */
.d-guide{
  margin-top : 2.5rem;
  margin-bottom : 1.4rem;
  line-height : 1.7;/* 子要素への引き継ぎ回避のために単位を指定しない */
  font-size : 0.9rem;
  color : #666666;
}

/* ◇の上下<br>二回分／五行空きスペース */
.em4{
  width : 100%;
  margin : 4rem auto;
  text-align : center;
}
/* 空改行四行空きスペース */
.em3{
  width : 100%;
  margin : 3rem auto;
  text-align : center;
}
/* 空改行三行空きスペース */
.em2{
  width : 100%;
  margin : 2rem auto;
  text-align : center;
}
/* ルビ */
.at{
ruby-align : auto;
}

/* up日付 連番SS用*/
.date{
  margin-bottom : 1em;
  text-align : right;
  font-size : 0.95rem;
}
/* up日付 単ページSS用*/
.date2{
  margin-top : 2rem;
  margin-bottom : 1rem;
  text-align : right;
  font-size : 0.95rem;
}

/* タイトルエンド・単独ページ用 */
#end-1{
  margin-top : 4rem;
  margin-bottom : 4rem;
  text-align : center;
}

/* タイトルエンド・「戻る／進む」ボックスのある連作用 */
#end{
  margin-top : 4rem;
  margin-bottom : 3rem;
  text-align : center;
}

/* 戻る・進むボックス */
	/* ページ上部用 */
.navi_top{
  display : flex;
  flex-direction: row;
  width : 65%;
  font-size : 0.95rem;
  margin : auto;
  margin-top : 1rem;
  margin-bottom : 1rem;
}
	/* ページ下部用 */
.navi_bottom{
  display : flex;
  flex-direction: row;
  width : 65%;
  font-size : 0.95rem;
  margin : auto;
  margin-top : 2rem;
  margin-bottom : 1rem;
}
	/* 共通の中身 */
.back{
  text-align : left;
}
.page{
  text-align : center;
  margin : auto;
}
.next{
  text-align : right;
}


/* 目次へ戻る */
#back{
  margin-bottom : 1rem;
  margin-right : 0.7rem;
  text-align : right;
  font-size : 0.95rem;
}
/* カテゴリ目次へ戻る */
#c_back{
  margin-bottom : 1rem;
  margin-right : 0.7rem;
  text-align : left;
  font-size : 0.95rem;
}
/* リンク */
A:LINK{
  color : #8080c0;
}
A:VISITED{
  color : #8080c0;
}
A:ACTIVE{
  color : #8080ff;
}
a.jump{
	display: block;
	padding-top: 40px;
	margin-top: -40px;
}
