<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	font-family: Osaka-mono, "MS Gothic", monospace;
	font-weight: normal;
	font-size: 16px;
	line-height: 120%;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.midashi {
	font-size: 28px;
	font-weight: bold;
	background-color: #A4F5C6;
	line-height: 120%;
}

.read {
	font-size: 24px;
	font-weight: bold;
}

th{
	background-image: url(./img/backline.jpg);
	font-size: 18px;
	font-weight: bold;
}

.honbun {
	font-size: 16px;
}

.spec {
	font-size: 14px;
	color: #15009E;
}

.ub {
	border-bottom: 5px solid #A4F5C6;
}

.le {
	border-left: 5px solid #F2C3D8;
}

.waku {
	border-top: 5px solid #A4F5C6;
	border-bottom: 5px solid #A4F5C6;
}</pre></body></html>