@charset "UTF-8";
/* ------------------------------------------------------------
 * Hanbun Bulletin Print Article Cascading Style Sheets
 * first edition: 2019-04-26
 * -----------------------------------------------------------*/
/* -------------------------------------- */
/*          Bulletin Total Style          */
/* -------------------------------------- */
header .sub-title {
	display: block;
	font-size: 0.7em;
	line-height: 1.5em;
}

#content > p:nth-of-type(n+1):not([class~="signature"]):not([class~="date"]),
#content blockquote p:nth-of-type(n+1):not([class~="signature"]):not([class~="date"]) {
	margin-top: 0;
	margin-bottom: 0;
}

#content > p:not([class]),
#content .typeset p:not([class~="from-middle"]):not([class~="source"]),
#content p.typeset:not([class~="from-middle"]):not([class~="source"]) {
	text-indent: 1em;
}

#content > p:lang(en):not([class]),
#content .typeset p:lang(en):not([class~="from-middle"]):not([class~="source"]),
#content p.typeset:lang(en):not([class~="from-middle"]):not([class~="source"]) {
	text-indent: 2.5em;
}

#content blockquote .translation {
	margin-left: 1em;
}

#content ul,
#content ol {
	margin-left: 1.75em;
}

#content .note-index {
	margin: 0 0.2em 0 0;
	position: relative;
	top: -0.5em;
	font-size: 0.9em;
	text-decoration: none;
	color: #d3381c;
}

#content > .note-popup {
	display: none;
}

#content > .notification-popup {
	display: none;
}

#content > .notification-popup:before {
	display: none;
}

#content p.next-page-link {
	display: none;
}

#help-view {
	display: none;
}


/* -------------------------------------- */
/*          Bulletin Half Style           */
/* -------------------------------------- */
header .contents-index {
	display: none;
}

#content .serial-index {
	display: none;
}
