@charset "utf-8";
@import "basic.css";

/* "赤き宝刀"と見分けるために、em要素のスタイルを変更 */
/* うみねこ本体のスタイル同様、傍点処理 */
q em, blockquote em
	{
		font-style   : normal;
		border-bottom: 1px dotted;
	}


/* 赤き真実 + 青き真実 */
strong.truth-of-red
	{
		color: red;
	}
strong.truth-of-blue
	{
		color: blue;
	}


blockquote.wtc3[title]:before
	{
		content: "[Quotation] うみねこのなく頃に(" attr(title) ")";
	}
blockquote.wtc3[title]:after
	{
		text-align: right;
		font-size : smaller;
		font-style: italic;
	}
blockquote.wtc3[title="EP1"]:after
	{ content: "― When They Cry3 / Episode1: Legend of the golden witch ―"; }
blockquote.wtc3[title="EP2"]:after
	{ content: "― When They Cry3 / Episode2: Turn of the golden witch ―"; }
blockquote.wtc3[title="EP3"]:after
	{ content: "― When They Cry3 / Episode3: Banquet of the golden witch ―"; }
blockquote.wtc3[title="EP4"]:after
	{ content: "― When They Cry3 / Episode4: Alliance of the golden witch ―"; }


