<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
input,
textarea,
button,
p,
blockquote,
th,
td,
img,
iframe {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button,
textarea,
option {
	font: 12px "\5b8b\4f53", Arial, Helvetica, sans-serif;
}

ul,
li,
div {
	list-style: none;
	border: 0px;
}

img {
	border: 0px;
}

.clear {
	font: 0px/0px serif;
	display: block;
	clear: both;
}

html {
	-webkit-text-size-adjust: none;
}

input {
	outline: none;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
}

body:nth-of-type(1) input:focus,
textarea:focus {
	outline: none;
}

body {
	font: 12px "\5b8b\4f53", Tahoma, Arial;
	color: #333;
	background: #fff;
	position: relative;
}


/*header*/

.left {
	float: left;
}

.right {
	float: right;
}

#header{ width: 100%; height: 32px; margin: 0px auto; border-bottom: 1px solid #f1f1f1; background: #fafafa; }
	.head{ width: 1100px; height: 32px; margin: 0px auto; }
	.head span{ display: block; float: left; line-height: 32px; }
	.head span a{ color: #999999; margin-right: 3px; margin-left: 3px; }
	.head span a.login{ color: #0072bc; margin-left: 20px; }
	.head span a.gom{
		margin: 0px 8px;
	}
	.head p{ display: block; float: right; line-height: 32px; color: #999999; }
	.head p a{ color: #999999; margin: 0px 5px; }
	.head p a.mobile{ display: inline-block; width: 50px; vertical-align: middle; line-height: 31px; text-indent: 12px; background: url(/images/brand2016/band2016.png) no-repeat 0 8px; }
	.head a:hover,.head span a.login:hover{ text-decoration: underline; color: #ff6600; }
</pre></body></html>