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

.jqplot-target {
	color: #000000;
	background-color: #ffffff;
	font-family: "ＭＳ Ｐゴシック";
}

.jqplot-table-legend {
	border-style: none;
}

.jqplot-table-legend-label {
	white-space: nowrap;
	text-align: left;
	background-color: #ffffff;
	font-family: "ＭＳ Ｐゴシック";
	font-size: 8pt;
	border-style: none;
}

.jqplot-xaxis {
	font-size: 9pt;
	font-family: "ＭＳ Ｐゴシック";
	font-color: #000000;
	font-weight: bold;
	background-color: #ffffff;
}

.jqplot-yaxis {
	font-size: 9pt;
	font-family: "ＭＳ Ｐゴシック";
	font-color: #000000;
	font-weight: bold;
	background-color: #ffffff;
}

.jqplot-highlighter-tooltip {
	font-size: 10pt;
	text-align: left;
	background-color: #ffffff;
	font-family: "ＭＳ Ｐゴシック";
	font-color: #000000;
	font-weight: normal;
}

.jqplot-table-legend .jqplot-series-hidden {
    background-color:#e6e6e6;
    color: #727272;
}
.jqplot-series-hidden div {
	border-color: #B2B2B2!important;
}

.jqplot-table-legend td {
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}
</pre></body></html>