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

* {
	font-size : 100%;
	_font-size :100%;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	}

html {
	height: 100%;
	}
html&gt;/**/body {
	overflow-y:scroll;
	}

/*body {
	color: #333333;
	font-size: small;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
	}*/

/*honda_lab custum*/
html{
	font-size:16px;
	*font-size:medium;
}

body{
	font-size:80.5%; /* 16px -&gt; 10px memo85.5*/
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,'MS P Gothic','ＭＳ Ｐゴシック',sans-serif;
	*font-family:Osaka,'MS P Gothic','ＭＳ Ｐゴシック',sans-serif;
	background-color:#000;
	color:#666666;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
	}

p,
li,
dt,
dl {
	line-height: 1.75;
	}

p {
	margin: 0 0 1em 0;
	}

ul li {
	list-style: none;
	}
		
caption {
	text-align: left;
	}
	
img, a img{
	border: none;
	vertical-align: bottom;
	background: transparent;
	}

strong {
	font-weight: bold;
	}
	
fieldset{
	border: none;
	}

a:link {
	color:#06F;
	text-decoration:none;
	}
a:visited {
	color:#069;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
</pre></body></html>