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

/* ============================================================

Reset Tag Setting

============================================================ */


/* Reset Overflow
------------------------------------------------------------ */
html{}

/* Reset Margin &amp; Padding
------------------------------------------------------------ */
body,div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,
table,th,td{margin:0;padding:0;}

/* Reset Font - italic
------------------------------------------------------------ */
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight:normal;}

/* Reset Font - Table
------------------------------------------------------------ */
table {border-collapse:collapse;border-spacing:0;}
th{line-height:0px;}
caption,th {text-align:left;}

/* Reset Other
------------------------------------------------------------ */
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
hr,legend{display:none;}

/* Reset Font - size
------------------------------------------------------------ */
h2,h3,h4,h5,h6{clear: both;font-size: 100%; font-weight: normal;}

/* Reset Border
------------------------------------------------------------ */
img,abbr,acronym,fieldset{border:0;}

/* Reset List - style
------------------------------------------------------------ */

ul,ol,dl{text-indent: 0;}
li{list-style:none;}

/* link List - style
------------------------------------------------------------ */

a:link, a:visited {
color: #333;
}

a:hover {
}

a:hover{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";

}


/* Reset List - style
------------------------------------------------------------ */

table{border-collapse: collapsel; border-spacing: 0;font-size: inherit;}
th,td{text-align: left; vertical-align: top;}
caption{ text-align: left;}

/* Reset Body - setting
------------------------------------------------------------ */
body{background:#FFF;font-size:15px;color:#333;line-height:1.5em; font-family:  "MS Gothic",, Osaka-mono, monospace;}

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