main {
	margin: 16px;
}
aside.mokuji ol {
	margin: 0 auto;
	border: 0;
	line-height: 1.4em;
}
aside.mokuji ol li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
article p,article ul,article ol,article dl {
	text-indent: 1em;
	line-height: 2;
}
article blockquote{
	line-height: 2;
}
article h2 {
	text-indent: 0.25em;
	font-size: 1.5rem;
	font-weight: bold;
	background-color: rgba(0,23,7,0.5625)
}
main ruby rt {
	line-height: 0;
}
article p cite,article p dfn {
	font-style: normal;
}
main img {
	box-sizing: border-box;
	padding-left: 1em;
	padding-right: 1em;
	width: 96%;
}
article dl dt {
	margin-top: 1em;
	font-size: 1.125em;
	background-color: rgba(34,140,39,0.125)
}
article dl dd {
	margin-left: 0.75em;
	font-style: oblique;
}
article table#syogenn {
	line-height: 2;
	border-spacing: 0;
	border-collapse: collapse;
}
article table#syogenn tr:nth-child(odd){
	background-color: rgba(34,140,39,0.0625);
}
article table#syogenn th {
	border-top: solid 1px #8be08f;
	border-bottom: solid 1px #8be08f;
}
article table#syogenn td {
	border-top: solid 1px #228c27;
	border-bottom: solid 1px #228c27;
	border-left: double 6px #033b06;
}
article div.daimei blockquote {
	width: fit-content;
	display: flex;
	flex-direction: column;
}
article div.daimei blockquote span {
	display: block;
	text-align: right;
}
article p.library-text {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-indent: 0;
}
aside.kyakutyuu dl {
	line-height: 1.25em;
}
aside.kyakutyuu dt {
	margin-top: 1em;
	background-color: rgba(34,140,39,0.125);
}
aside.kyakutyuu dd {
	margin: 0.5em;
	font-style: oblique;
}
aside.kyakutyuu blockquote {
	margin-left: 0.375em;
	margin-right: 0.375em;
	margin-top: 1em;
	margin-bottom: 1em;
}
aside.uenimodoru {
	position: fixed;
	bottom: 16px;
	right: 90px;
	margin: 0;
	border: 0;
	padding: 0;
}
aside.uenimodoru a {
	display: block;
	padding: 1em;
	line-height: 1em;
	font-weight: bold;
	border: 2px solid #033b06;
	background-color: #8be8be;
	opacity: 0.5625;
	color: #001707;
	text-decoration: none;
}