<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

p{
	text-indent: 0 !important;
}
p:lang(ja){
	margin-top: 0.3em;
	margin-bottom: 1em;
	/*color: green;*/
	padding: 0.2em 0.1em;
	border: dashed 1px;
}
td&gt;p,
th&gt;p,
dd&gt;p,
li&gt;p{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

p:lang(ja):last-child{
	margin-bottom: 0;
}
p.issue{
	/*color: rgb(204,0,0);*/
}
div.jnote{
	background-color: #FFD1AB;
	color: black;
	padding: .5em 1em;
	font-size: .9em;
}
.example div.jnote{
	border-color: #FFF8DD
}
div.jnote:before{
	content: "訳注: ";
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}
div.jnote p{
	color: inherit;
	background-color: transparent;
	border: none;
}
:lang(ja) em{
	font-style: normal;
	font-weight: bold;
}
.helpwanted{
	border: 6px dotted;
	color: blue;
}
.helpwanted:before{
	content: "HelpWanted!!";
	font-size: 1.5em;
	display: block;
}

ins{
	background-color: #C7FFCB;
	text-decoration: none;
	color: inherit;
	border-color: #46D980;
}

del{
	background-color: #FFC9E5;
	text-decoration: line-through;
	color: #D9465E;
}

ins.BlockLevel,
del.BlockLevel{
	display: block;
	/* margin: 1em 0; */
	/* border-style: double none; */
	border-width: 0.3em;
}

ins.BlockLevel h2,
del.BlockLevel h2,
ins.BlockLevel h3,
del.BlockLevel h3{
	background-color: inherit;
}
</pre></body></html>