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

/* ----------------------------------------------------------
 xj
-----------------------------------------------------------*/
.xjGraph .graph {
	display: inline-block;
	width: 48%;
}
.xjGraph .graph:nth-child(even) {
	float: right;
}
.xjGraph .graph .unit {
	font-size: 0.8em;
}
.xjGraph .graph img {
	display: block;
	margin: 0 auto;
}
.xjGraph .graph .xj_chart_table {
	width: 100%;
}
.xj_chart_table tr td {
	padding: 5px;
	font-size: 0.9em;
}
.xj_chart_table tr td:first-child,
.xj_chart_table tr:first-child td {
    color: #ffffff;
    background: #2463a9;
}



@media only screen and (max-width: 760px) {
	.xjGraph .graph {
		display: block;
		width: 100%;
	}
	.xjGraph .graph:nth-child(even) {
		float: none;
	}
}
@media only screen and (max-width: 520px) {
	.xjGraph .graph .xj_chart_table {
		font-size: 0.8em;
	}
}</pre></body></html>