@charset "UTF-8";

div, body,
section, article, nav,
header, footer, address,
h1, h2, h3, h4, h5, h6, hgroup, hr,
p, pre, blockquote,
ol, ul, li, dl, dt, dd {
	margin: 0rem;
	padding: 0rem;
	border: none;

	display: block;
	position: relative;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	float: none;
	clear: both;
	z-index: auto;
	direction: inherit;
	unicode-bidi: normal;

	width: auto;
	min-width: 0em;
	max-width: none;
	height: auto;
	min-height: 0em;
	max-height: none;
	line-height: inherit;
	overflow: visible;
	clip: auto;
	visibility: inherit;

	list-style: square outside;

	page-break-before: auto;
	page-break-after: auto;
	page-break-inside: auto;

	orphans: 2;
	widows: 2;

	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	font-size: inherit;

	color: inherit;
	background: transparent none repeat scroll 0;

	text-indent: inherit;
	text-align: inherit;
	text-decoration: none;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-transform: inherit;
	white-space: inherit;
}

:before, :after,
span, em, strong, mark,
abbr, acronym, dfn,
a, img, q, cite,
code, samp, kbd, var,
i, b, u, sub, sup,
tt, strike, u, font,
ins, del {
	margin: 0rem;
	padding: 0rem;
	border: none;

	display: inline;
	position: static;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	float: none;
	clear: none;
	z-index: auto;
	direction: inherit;
	unicode-bidi: normal;

	width: auto;
	min-width: 0em;
	max-width: none;
	height: auto;
	min-height: 0em;
	max-height: none;

	line-height: inherit;
	vertical-align: baseline;

	overflow: visible;
	clip: auto;
	visibility: inherit;

	break-before: auto;
	break-after: auto;

	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	font-size: inherit;

	color: inherit;
	background: transparent none repeat scroll 0;

	text-indent: 0em;
	text-align: inherit;
	text-decoration: none;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-transform: inherit;
	white-space: inherit;
}

[dir="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

[dir="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}

body {
	margin: auto;
	direction: ltr;
	line-height: 1.5;
	
	visibility: visible;
	
	list-style: none;
	
	font-family: "FreeSans", "Helvetica", "Source Han Sans", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1rem;
	
	color: black;
	background-color: white;
	text-indent: 0rem;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	white-space: normal;
}

@media screen {

body {
	margin: auto;
	max-width: 48rem;
	overflow: auto;
}

} /* @media screen */

/*
	Block elements
*/

div {
}

div.caution{
    margin: 1.5rem 0rem;
}

.article, article {
}

.section, section {
}

.nav, nav {
    text-align: right;
	break-inside: avoid;
}

h1, h2, h3, h4, h5, h6 {
	break-after: avoid;
	break-inside: avoid;
}

h1 {
	margin: 2rem 0rem;
    color: #D52;
    text-align: center;
    font-weight: bold;
	overflow: visible;
	font-size: 3rem;
	line-height: 1.5;
}

h1 .subtitle {
	display: block;
	font-size: 1rem;
	line-height: 1.5;
}

h2 {
	margin: 3rem 0rem 1.5rem 0rem;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
}

h2.ki{
	margin: 1.5rem 0rem;
	font-size: 1rem;
	font-weight: medium;
    text-align: center;
}

h3 {
	margin: 1.5rem 0rem 1.5rem 1rem;
	font-size: 1rem;
	font-weight: bold;
}

h4 {
	margin: 1.5rem 0rem 1.5rem 2rem;
	font-size: 1rem;
}

h5 {
	margin: 1.5rem 0rem 1.5rem 3rem;
	font-size: 1rem;
}

h6 {
	margin: 1.5rem 0rem 1.5rem 4rem;
	font-size: 1rem;
}

hr {
	margin: 1.5rem 0rem;
	border: none;
	border-bottom: solid thin #D52;
}

address {
	text-align: right;
	break-inside: avoid;    
}

.colophon {
	margin: 1.5rem 0rem;
}

.colophon:last-child{
	padding-top: 1.5rem;
	border-top: solid thin black;
	text-align: right;
	break-inside: avoid;    
}

.copyright {
	text-align: right;
	break-inside: avoid;
}

.author, .writer {
	text-align: right;
	break-inside: avoid;
}

.date {
	text-align: right;
	break-inside: avoid;
}

p {
	clear: none;
	overflow: visible;
	text-indent: 1rem;
}

blockquote {
	margin: 1.5rem 2rem;
	break-inside: avoid;
}

@media print {
blockquote[cite]:after {
	display: block;
	content: attr(cite);
	font-family: "code", monospace;
	text-align: right;
}
}/* @media print */

.blockcite {
	display: block;
	text-align: right;
}

div.poetic {
	margin: 1.5rem 2rem;
}

blockquote div.poetic {
	margin: 0rem;
}

.stanza {
	break-inside: avoid;
}

.stanza + .stanza {
	margin-top: 1.5rem;
}

pre {
	margin: 1.5rem 0rem;
	display: block;
	white-space: pre-wrap;
	font-family: "code", monospace;
}

@media screen {
.blockcode {
	border: none;
	color: white;
	background-color: black;
}
}/*@media screen*/

@media print {
.blockcode {
	border-color: black;
}
}/*@media print*/

.blocksamp {
	margin: 1.5rem 0rem;
}

@media screen {
.blocksamp {
	background-color: black;
	color: white;
}
}/*@media screen*/

@media print {
.blocksamp {
	border-color: black;
}
}/*@media print*/

li{
}

ol {
	display: table;
	margin: 1.5rem 0rem;
	counter-reset: ol-counter;
	break-inside: avoid;
}

li > ol,  dd > ol {
	margin: 0rem;
}

ol > li {
	display: table-row;
	counter-increment: ol-counter;
}

ol > li:before {
	display: table-cell;
	padding-right: 0.3rem;
	content: counter(ol-counter, decimal) ".";
	width: 2rem;
	text-align: right;
}

 ol.directory-line{
	display: block;
	margin: 0rem;
	padding: 0rem;
}

ol.directory-line > li {
	display: inline;
}

ol.directory-line > li:before {
	display: none;
}

ol.directory-line > li + li:before {
	display: inline;
	content: " >";
}

ul {
	display: table;
	margin: 1.5rem 0rem 1.5rem 1rem;
	padding: 0rem;
	break-inside: avoid;
}

li > ul, dd > ul {
	margin: 0rem;
}

li > ul {
	margin-left: 0rem;
}

ul + ul {
	margin-top: 1.5rem;
}

ul > li {
	display: table-row;
}

ul > li:before {
	display: table-cell;
	width: 1rem;
	content: "▪";
	text-align: center;
}

ul > li > ul > li:before {
	content: "▫";
}

ul > li > ul > li > ul > li:before {
	content: "▪";
}

ul > li > ul > li > ul > li > 
ul > li:before {
	content: "▫";
}

ul > li > ul > li > ul > li > 
ul > li > ul > li:before {
	content: "▪";
}

ul > li > ul > li > ul > li >
ul > li > ul > li > ul > li:before {
	content: "▫";
}

ul > li > ul > li > ul > li > 
ul > li > ul > li > ul > li >
ul > li:before {
	content: "▪";
}

ul > li > ul > li > ul > li >
ul > li > ul > li > ul > li >
ul > li > ul > li:before {
	content: "▫";
}

ul > li > ul > li > ul > li > 
ul > li > ul > li > ul > li >
ul > li > ul > li > ul > li:before {
	content: "▪";
}

address ul,
.colophon ul {
	display: block;
}

address ul > li,
.colophon ul > li {
	display: block;
	text-align: right;
}

address ul > li:before,
.colophon ul > li:before {
	display: none;
}

dl {
	margin: 1.5rem 0rem;
	padding: 0rem;
}

li > dl, dd > dl {
	margin: 0rem;
}

dt {
	break-inside: avoid;
}

dd {
	margin-left: 2rem;
}

dt + dd {
	break-before: avoid;
}

dl.dialogue > dt {
	float: left;
	clear: both;
	width: 5em;
}

dl.dialogue > dt:before {
}

dl.dialogue > dt img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
}

dl.dialogue > dd {
	clear: none;
	margin: 0em 0em 0em 6em;
	overflow: visible;
}

dl.dialogue > * + dd {
}

dl.dialogue > dd:after {
	display: block;
	content: "";
	clear: both;
}

dl.alternative-list {
	margin: 1.5rem 0rem;
}

dl.alternative-list > dt {
	width: 2rem;
	clear: both;
	float: left;
	padding-right: 0.3rem;
	text-align: right;
}

dl.alternative-list > dd {
	clear: none;
	margin: 0rem 0rem 0rem 2rem;
}

dl.alternative-list > dd:after {
	display: block;
	content: "";
	clear: both;
}

dl.note {
	margin: 1.75rem 0rem 1.5rem 0rem;
	padding-top: 0.25rem;
	border-top: solid thin black;
}

dl.note > dt {
	width: 2rem;
	clear: both;
	float: left;
	padding-right: 0.3rem;
	text-align: right;
}

dl.note > dd {
	clear: none;
	margin: 0rem 0rem 0rem 2.3rem;
}

dl.note > dd:after {
	display: block;
	content: "";
	clear: both;
}

.figure, figure {
	margin: 1.5rem 4rem;
	break-inside: avoid;
}

.figure.cut,
figure.cut {
	max-width: 50%;
	margin: 0rem 1rem 1.5rem 0rem;
	float: left;
}

.figure > img,
figure > img {
	display: block;
	max-width: 100%;
	max-height: 24rem;
	margin: 0rem auto;
}

.figcaption,
figcaption {
	display: block;
	margin-top: 1.5rem;
	text-align: center;
}

.figure.cut.writer-icon,
figure.cut.writer-icon {
	width: 4rem;
	height: 4rem;
}

/*
	Table
*/

table, thead, tfoot, tbody,
colgroup, col,
tr, th, td {
	margin: 0rem;
	padding: 0rem;
	border: none;
	
	position: static;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	float: none;
	clear: both;
	z-index: auto;
	direction: inherit;
	unicode-bidi: normal;
	
	width: auto;
	min-width: 0rem;
	max-width: none;
	height: auto;
	min-height: 0rem;
	max-height: none;
	line-height: inherit;
	overflow: visible;
	clip: auto;
	visibility: inherit;
	
	list-style: square outside;
	
	break-before: auto;
	break-after: auto;
	break-inside: auto;
	
	orphans: 2;
	widows: 2;
	
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	font-size: inherit;
	
	color: inherit;
	background: transparent none repeat scroll 0;
	
	text-indent: inherit;
	text-align: inherit;
	text-decoration: none;
	letter-spacing: inherit;
	word-spacing: inherit;
	text-transform: inherit;
	white-space: inherit;
}

table {
	display: table;
	margin: 1.5rem 0rem;
	border-collapse: collapse;
	border: none;
	table-layout: auto;
}

table.statistical {
	border-top: solid thin black;
	border-bottom: solid thin black;
}

table caption {
	display: table-caption;
	caption-side: bottom;
	text-align: center;
	break-before: avoid;
	break-inside: avoid;
}

thead {
	display: table-header-group;
	border-bottom: solid thin black;
	text-align: center;
	break-inside: avoid;
}

tfoot {
	display: table-footer-group;
	border-top: solid thin black;
	text-align: center;
}

tbody{
	display: table-row-group;
}

tbody + tbody {
	border-top: solid thin black;
}

colgroup {
	display: table-column-group;
}

col {
	display: table-column;
}

tr {
	display: table-row;
	break-inside: avoid;
}

td, th {
	display: table-cell;
	padding: 0rem 0.5rem;
	vertical-align: top;
}

.numeric {
	text-align: right;
}

th {
	font-weight: bold;
}

table.alternative-list {
	width: 100%;
	border: none;
}

table.alternative-list tr {
	border: none;
}

table.alternative-list th {
	padding: 0rem 0.3rem 0rem 0rem;
	width: 3rem;
	min-width: 3rem;
	text-align: right;
	border: none;
    font-weight: normal;
}

table.alternative-list td {
	padding: 0rem;
	min-width: 0rem;
	width: auto;
	text-align: left;
}

/*
	Logical inline elements
*/

span {
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	text-decoration: underline;
}

strong:lang(de) {
	letter-spacing: 0.3rem;
	font-weight: normal;
}

.ipa {
	font-family: "FreeSerif", serif;
}

.holiday {
	color: #D52;
	font-weight: bold;
}

dfn {
	font-weight: bold;
}

code, samp, kbd {
	font-family: monospace;
}

var {
	font-style: italic;
}

q:before, cite:before {
	content: open-quote;
}

q:after, cite:after {
	content: close-quote;
}

@media screen {

a[href] {
	color: #D52;
	text-decoration: none;
}

a[href]:hover,
a[href]:focus {
	text-decoration: underline;
}

a[href]:visited {
	color: #C32;
}

}/*@media screen*/

@media print{

a[href]{
	color: inherit;
}

a[href]:after {
	content: "(" attr(href) ")";
	font-family: monospace;
}

ol.directory-line a[href]:after {
    display: none;
}

a[href].note-mark {
	content: none;
}

}/* @media print */

img, object {
	vertical-align: middle;
	max-width: 100%;
}

/*
	Physical inline elements
*/

tt {
	font-family: monospace;
}

i {
	font-style: italic;
}

b {
	font-weight: bold;
}

sub {
	font-size: 0.75rem;
	line-height: 1;
	vertical-align: sub;
}

sup {
	font-size: 0.75rem;
	line-height: 1;
	vertical-align: super;
}

ruby {
}

rp {
}

rt {
}

strike {
	text-decoration: line-through;
}

u {
	text-decoration: underline;
}

/*
	Modification
*/

del {
	text-decoration: line-through;
}

ins {
	text-decoration: underline;
}
