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

body #container {
	background-image: url(../common/imgs/bg01.png);
	background-repeat: no-repeat;
	background-position: 90px top;
	background-size: 100% auto;
	background-attachment: fixed;
	}
	
#footer-link {
	background: linear-gradient(90deg, #004E8C, #006FBB);
background: -webkit-gradient(linear, left top, right top, from(#004E8C), to(#006FBB));
background: -moz-linear-gradient(left, #004E8C, #006FBB);
background: -ms-linear-gradient(left,  #004E8C,  #006FBB);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#004E8C', endColorstr='#006FBB', GradientType=1)";
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#004E8C', endColorstr='#006FBB', GradientType=1);
}

#footer-link .wrapper{
	padding:30px 0;
	background-position:center center;
	background-image:url(../common/imgs/bg-foot.png);
	background-repeat:no-repeat;
}
#footer-link ul{
	width:1170px;
	margin:0 auto;
}
#footer-link li{
	float:left;
	margin-right:30px;
}
/*#footer-link li img {
     vertical-align: bottom;
}*/
#footer-link li:last-child{
	margin-right:0;
}


@media only screen and (max-width: 1190px){
#footer-link ul{ width:568px;}
#footer-link li{ margin-right:0; margin-bottom:20px;}
#footer-link li:first-child{ margin-right:25px;}
#footer-link li:last-child{ margin-bottom:0;}
}
@media only screen and (max-width: 600px){
#footer-link .wrapper{padding:30px 20px;}
#footer-link ul{ width: auto;}
#footer-link li{ float: none; text-align:center}
#footer-link li:first-child{ margin-right:0;}
#footer-link li img{ max-width:100%;}

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