/*ジョイスの会話引用部分。*/
.s12citej {
  margin-left: 3em;
  text-indent: -2em;
}
.s12citej > div:nth-child(n+2) {
  text-indent: -1em;
}
/*地の文引用部分。*/
.s12citeplain {
  margin-left: 2em;
  text-indent: -1em;
}
.s12citeplain > div:nth-child(n+2) {
  text-indent: 0;
}
/*プルーストの会話引用部分。*/
.s12citep {
  margin-left: 3em;
  text-indent: -2em;
}
.s12citep > div:nth-child(n+2) {
  text-indent: -1.5em;
}
/*プルーストの会話引用部分の日本語。*/
.s12citepjap {
  margin-left: 3em;
  text-indent: -2em;
}
.s12citepjap > div:nth-child(n+2) {
  text-indent: -1em;
}
/*注釈内の補注など。*/
.s12addnote {
  color: blue;
  text-indent: -1em;
  margin-right: 3em;
  margin-left: 6em;
}
