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


table.simulation th{
	vertical-align:middle;
	text-align:center;
	background-color:#60bbc4;
	color:#fff;
	border:1px solid #fff;
}



table.simulation td {
	padding:1.04%;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}


table.simulation td.open{
	color: #e2446a;
	background-color:#fdf0f3;
}

table.simulation td.close{
	background-color:#eee;
	color: #666;
}


</pre></body></html>