<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
  margin:0;
  padding:0;
  zoom:1;
  border:none;
  outline:none;
} 

html{
  height:100%;
}
html&gt;/**/body{
  overflow:-moz-scrollbars-vertical;
}
html:first-child body{
  min-height:100%;
  padding-bottom:1px;
} 

/*ãƒ†ãƒ¼ãƒ–ãƒ«é–¢é€£////////////////////*/
table{
  border-collapse:collapse;
  border:none;
  border-spacing:0;
}
th,td{
  font-weight:normal;
}
caption{
  text-align:left;
} 

/*ãƒªã‚¹ãƒˆé–¢é€£///////////////////////*/
ul,ol,dl{
  list-style:none;
}
li{
  display:list-item;
  zoom:normal;
} 

/*ç”»åƒãƒ»ã‚ªãƒ–ã‚¸ã‚§ã‚¯ãƒˆé–¢é€£////////////////*/
img,a img{
  vertical-align:top;
  border:none;
}
object,embed{
  vertical-align:top;
} 

/*ãƒ•ã‚©ãƒ¼ãƒ&nbsp;é–¢é€£///////////////////*/
fieldset{
  border:none;
}
input,textarea{
  font-size:1em;
} 

/*ãƒ†ã‚­ã‚¹ãƒˆé–¢é€£/////////////////////*/
em,address,dfn{
  font-style:normal;
}
ul ul,ul dl,dl ul,table p,table ul,table table{
  font-size:1em;
} 

/*ãã®ä»–///////////////////////*/
hr{
  height:0px;
  margin:0px;
  border:none;
  border-width: 0px 0px 0px 0px; /* å¤ªã• */
  border-style: solid; /* ç·šç¨® */
  border-color: #000; /* ç·šè‰² */
}
* html hr{/* for -IE6 */
  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
} 

.clear { 
	clear:both;
	height:0px;
	}
	
/*clearfix///////////////////////*/
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
	
.clearfix {
	zoom:1;
	}
	
	
body {
  -webkit-text-size-adjust: none;
}


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