<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* コメント */
/* CountryList
----------------------------------------*/
#CountryList table,
#CountryListMIE table {
	border-collapse: collapse;
	background: none;
}

#CountryList table td,
#CountryListMIE table td {
	border: none;
	background-color: none;
	margin: 0;
}


/* caution
----------------------------------------*/
.caution {
	font-weight: bold;
	width: 500px;
	border: 1px #eaeaea solid;
	background-color: #ffee99;
	font-size: 100%;
	line-height: 150%;
	color: #ff0000;
}</pre></body></html>