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



header, nav, section, footer {
    display:block;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-family:

		Meiryo,
		Osaka,
		"ＭＳ  Ｐゴシック",
		"MS P Gothic",
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"Hiragino Kaku Gothic Pro W3",
		"メイリオ",		
		sans-serif;
		
	
}
table{
	border-collapse:collapse;
	border-spacing:0
}
ol,ul{
	list-style:none;
}
ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

em {
	visibility: hidden;
}


/* ***********************************************************************************
clearfix設定ここから
**********************/
/* clearfix設定ここから */
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix{
  min-height:1px;
}

/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:hidden;
}
/* End hide from IE-mac */

/* clearfix設定ここまで */




</pre></body></html>