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

/* ---------------------- css reset ---------------------------*/

html{color:#4D443F; font-size: 14px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0px;padding:0px;}
img{border:0px;margin: 0px;padding:0px;}
 h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}


.clear{
clear: both;
margin: 0px;
padding: 0px;
height:0px;
width:0px;
}
.left{
	float: left;
	}
.right{
	float: right;
	}
.f_12{font-size: 12px;}
.f_normal{font-weight: normal;}
.bold{font-weight: bold;}
/* ------------------------------------------------------------*/</pre></body></html>