/*ヴェルレーヌの詩。*/
.lbverlaine {
  text-indent: 0;
  margin-bottom: 1.6rem;
  margin-left: 4rem;
}
/*モークレールの文章最後の原注。*/
.lborgnote {
  font-size: 90%;
  text-indent: -4em;
  margin-bottom: 1.6em;
  margin-left: 5em;
}
/*ランドルミの文章中の「＊」による節分け。*/
.lbseparator {
  text-indent: 0;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
/*
注釈欄、注釈項目内の囲み共通。
lbcmtborderクラスは一度しか使っていない。
*/
.lbcmtborder,
.lbcmtinnerborder {
  border: solid;
  border-color: #ffc0cb;
  border-width: 0.1em;
  padding: 1em 3em;
}
/*注釈欄の囲み追加設定。マージン。*/
.lbcmtborder {
  margin: 0 0 1.6em;
}
/*注釈項目内の囲み追加設定。マージン。*/
.lbcmtinnerborder {
  margin: 0em 1.5em 1.6em;
}
/*
囲み内出典の右寄せ。上にもマージンを取る。
「ジョルジュ・ミゴー」以外はすべて「（）」を付けているので、
2行以上になったとき「（」が左に突き出るようマイナスインデントを設定。
*/
.lbtxtbkr {
  text-indent: -1em;
  text-align: left;
  width: fit-content;
  margin: 1.6em 0 0 auto;
}
/*囲み内の原注など。*/
.lbcmtofcmt {
  text-indent: 0;
  font-size: 95%;
  margin-right: 4em;
  margin-bottom: 1.6em;
  margin-left: 4em;
}
/*注釈内の他作品のあらすじ。*/
.lbcmtinnerplot {
  margin: 0 2em 1.6em;
}
/*詩篇初演表。*/
.lbcmttable{
  line-height: 140%;
  border-collapse: collapse;
  border: 2px blue solid;
  margin-bottom: 1.6em;
}
.lbcmttable td{ 
  border: 1px blue solid;
  padding: 0.5rem;
}
