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

div#page {
	width: 650px;
}
header div.tips {
	display: none;
}

div#main {
	overflow: visible;
}

div#main_left {
	display: none;
}

div#main_right {
	width: 640px;
}

footer {
	width: 640px;
}

#report div#main_right div.left_box,
#report div#main_right div.right_box {
	float: none;
	width: 100%;
}

#announce h3.print_br {
	page-break-before: always;
}</pre></body></html>