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

*{webkit-tap-highlight-color(0,0,0,0);outline: none;}

html, body, p, div, table, td, th, span, h1, h2, h3, h4, h5, h6, ul, ol, li, img, a, a img, canvas, pre, header, footer, section, article{
	margin:0;padding:0;
	text-decoration:none;
	border:0px none transparent;
	font-size:inherit;
	font-weight:inherit;
	font-family:inherit;
	color:inherit;
	cursor:default;
	text-align:inherit;
	line-height:inherit;
	box-sizing:border-box;
}

html, body{
	/*height:100%; width:100%;*/
	font-weight:normal;
	font-family: 貂ｸ繧ｴ繧ｷ繝�け菴�, 'Yu Gothic', YuGothic, '繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け Pro', 'Hiragino Kaku Gothic Pro', 繝｡繧､繝ｪ繧ｪ, Meiryo, Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;

	line-height:1.4em;
    -webkit-text-size-adjust: 100%;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
li {list-style:none}

a{text-decoration:none; color:red;cursor:pointer;}
a:hover{text-decoration:none; color:indianred;}
a:focus{text-decoration:none; color:indianred;}
a *{cursor: pointer;}
td,
th {vertical-align:top;}</pre></body></html>