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

#wrap {
	width:100%;
	min-width:1200px;
	position:relative; 
	margin:0 auto;
	overflow:hidden;
}
#header {
	position:fixed;
	top:0; left:0; right:0;
    z-index: 9999;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
	#header.h_fixed {
		background: rgba(255,255,255,0.95);
	}
#container {
	width:100%;
	position:relative; 
	margin:0 auto;
}
.inner {
	width:1200px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#footer{
	width:100%;
	clear:both;
	position:relative; 
	margin:0 auto;
}
</pre></body></html>