<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a{
	cursor: pointer;
}
a:hover{
	opacity: 0.8;
}

#wrapper{
	text-align: center;
}

#header{
	background-color: #fff;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
	height: 90px;
	position: relative;
	z-index: 1;	
}
.header_inner{
	margin: auto;
	overflow: hidden;
	width: 1024px;
}
.logo{
	float: left;
	margin: 37px 0 0 30px;
}
.header_navi{
	float: right;
	margin: 0 12px 0 0;
	height: 90px;
}
.header_navi li{
	float: left;
	height: 88px;
	margin:  0 5px;
	padding: 0 13px;
}
.header_navi li.active{
	border-bottom: 2px solid #000000;
}
.header_navi li a{
	display: block;
}
.header_navi li img{
	margin-top: 40px;
}

#main{
	margin: auto;
	width: 1024px;
}

.copyright{
	font-size: 9px;
}
</pre></body></html>