.cschaptertitle {
  margin: 0 0 1.6rem 7rem;
}
/*……csverse1は「秋」「気分」「アラベスク」「グアアの歌」に使用。
連の下の空白によって使い分ける。*/
.csverse1 {
  text-indent: -1em;
  margin: 0 0 1.6rem 3rem;
}
.csverse2 {
  text-indent: -1em;
  margin: 0 0 3.2rem 3rem;
}
/*……csverse3は小説内の詩、「土曜の晩のことだった」とスカルドに使用。*/
.csverse3 > div {
  margin-bottom: 1.6rem;
}
.csverse3 > div:first-child > div:first-child {
  text-indent: -1em;
  margin-left: 5rem;
}
.csverse3 > div:first-child > div:nth-child(n+2), 
.csverse3 > div:nth-child(n+2) {
  text-indent: -1em;
  margin-left: 6em;
}
.csverseno {
  margin: 0 0 0.4rem 8rem;
}
.csversecast {
  margin: 0 0 0.4rem 5rem;
}
.csversesubtitle {
  margin: 0 0 0.4rem 6rem;
}
.cscmtcit {
  margin-left: 6em;
}
.cscmtcitauth1 {
  margin-bottom: 1.6em;
  margin-left: 16em;
}
.cscmtcitauth2 {
  margin-bottom: 1.6em;
  margin-left: 21em;
}
.cscmtofcmt {
  font-size: 95%;
  margin: 0 7.5em 1.6em 8em;
  text-indent: -1.5em;
}
.cscmtinnerplot {
  text-indent: -2em;
  margin: 0 2em 1.6em 5em;
}
/*「異邦人」のアフォリズム部分。*/
.csaphorismtitle {
  margin-bottom: 0.4em;
  margin-left: 15em;
}
.csaphorismepigraph {
  display: block;
  width: fit-content;
  margin : 0 5.5em 0.4em auto;
}
.csaphorismtxt {
  text-indent: 1em;
  margin-right: 5.5em;
  margin-bottom: 1.6em;
  margin-left: 6em;
}
/*「グアアの歌」中の箇条書き部分（ul）。*/
.csgurreul {
  margin-right: 5.5em;
  margin-left: 3em;
}
/*「真昼」引用部分。*/
.csmittagtitle {
  margin-right: 6em;
  margin-bottom: 0.4em;
  margin-left: 10em;
}
.csmittagtxt {
  text-indent: -1em;
  margin-right: 6em;
  margin-left: 7em;
}
.csmittagtxtlast {
  text-indent: -1em;
  margin-right: 6em;
  margin-bottom: 1.6em;
  margin-left: 10em;
}
/*「夏風」のヴァルデマと夏風の対比部分。*/
.csvaldemarsummerwindflex {
  display: flex;
  margin-right: 6em;
  margin-left: 4em;
}
.csvaldemarsummerwindflex div:first-child {
  min-width: 1.5em;
}
.csvaldemarsummerwindcont {
  text-indent: -2em;
  margin-right: 2.5em;
  margin-left: 7.5em;
}
/*「夏風」のシェーンベルクの回想解説用。*/
.cssummerwindflashback {
  margin-right: 3em;
  margin-bottom: 1.6em;
}
.cssummerwindflashback div:nth-child(3n+1) {
  text-indent: -1em;
  margin-left: 3em;
}
.cssummerwindflashback div:nth-child(3n+2) {
  margin-left: 3em;
}
.cssummerwindflashback div:nth-child(3n+3) {
  text-indent: -2em;
  margin-left: 5em;
}

/*以下は付録（annex）部分。*/
.csannex {
  font-size: 120%;
  margin-top: 2.4em;
  font-weight: bold;
  border-width: 0px 0px 2px 6px;
  border-style: solid;
  border-color: red;
  padding: 6px 6px 6px 12px;
}
.csannextitle {
  font-size : 150%;
  font-weight : bolder;
  line-height : 1.2;
  margin-top : 2.4em;
  margin-bottom : 0.8em;
}
.csannextitle div:first-child {
  margin-bottom : 0.4em;
}
.csannexorgnote {
  text-indent: -1.0em;
  font-size: 90%;
  color: crimson;
  margin-left: 3.0em;
}
.csannexannotation {
  text-indent: -2.0em;
  font-size: 90%;
  color: blue;
  margin-left: 4.0em;
}
.csannexcit {
  text-indent: 0;
  margin-left: 4.0rem;
  margin-bottom: 1.6rem;
}
.csannexright {
  display: block;
  text-indent: 0;
  width: fit-content;
  margin : 0 0 0 auto;
}
.csannexaddnote {
  text-indent: -2.0em;
  font-size: 90%;
  color: blue;
  margin-left: 4.0em;
  margin-bottom: 1.6em;
}
