<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "csm37";
  src: url('/design/font/S-Core - Core Sans M 37 Cn Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "csm65";
  src: url('/design/font/S-Core - Core Sans M 65 Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "csm77";
  src: url('/design/font/S-Core - Core Sans M 77 Cn ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: 'csm37';
  box-sizing: border-box;
  color:#434a51;
  font-size:16px;
}

body {
  margin:0px;
  padding:0px;
}
.moving {
	position:relative;
}

a { text-decoration:none; }

a:hover { text-decoration:underline; }

img { border:0px; }

.right { float:right; }

.left { float:left; }

.clr { clear:both; }

.center { text-align:center; }

.content {
  width:1180px;
  margin:0px auto;
  position:relative;
  font-size:18px;
}

.l20 {
  margin-left:20px;
}

.col50 {
  width:50%;
  float:left;
}</pre></body></html>