<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 {
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.text-red {
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

table {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.space-top {
	margin-top: 15px;
}
	

.bg-white {
	background-color: #ffffff;
}

.text-white {
	color: #FFFFFF;
}
.border-black {
	border: 2px solid #aaaaaa;
}

.bg-blue {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-color: #0860ac;
}

.answer {
	background-color: #e2f1ff;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.question {
	background-color: #f1f1f1;
	border: 1px solid #CCCCCC;
}


a:link,a:visited,a:active
 {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
</pre></body></html>