<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* リセットスタイルシート */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,table,th,td,img,form{
	margin:0;
	padding:0;
}
img{
	border:none;
	/*vertical-align: bottom;*/
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
table th{
	font-weight:normal;
	/*vertical-align:top;*/
}
th td{
	vertical-align:top;
}
ol,ul{
	list-style:none;
}
body{
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-family:"ＭＳ ゴシック", "MS Gothic",'HiraKakuProN-W3','ヒラギノ角ゴ Pro W3', "Osaka－等幅", Osaka-mono, monospace;
	line-height:1.5em;
	font-size:12px;
	text-align:center;
}
table{
	font-size:1em;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight:normal;
}
a{
	outline:none;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
address{
  font-style:normal;
}
.clear{
	zoom:1;
}
.clear:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearFix{
	content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
	zoom:1;
}
.clearFix1{
    clear: both;
	zoom:1;
}
.clearFix1 img{
	vertical-align:middle;
}

.clear_both{
	clear:both;
	zoom:1;
}
</pre></body></html>