<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 {
	font-size:12px;
	color: #333;
	background:#fff;
}

/*
reset
*/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

img {
}
ul,dl,ol {text-indent: 0;}
li {list-style: none;}
.ie8 img{
  width: auto;
}


/*layout
----------------------------------------------------*/

#container {
	width:940px;
	height:1400px;
    margin: 0 auto;
   	padding: 0;
	text-align: center;
	background: url(../images/main.jpg) no-repeat 0 0;
	display:none;
	position:relative;
}
#btn_interview {
	position:absolute;
	top:605px;
	left:15px;
}
#banner1 {
	position:absolute;
	top:670px;
	left:490px;
}

#more1 {
	position:absolute;
	top:965px;
	left:65px;
}
#more2 {
	position:absolute;
	top:965px;
	left:205px;
}
#more3 {
	position:absolute;
	top:1037px;
	left:760px;
}

#youtubeArea {
	position:absolute;
	top:1080px;
	left:50px;
}
#youtube1 {
	position:absolute;
	top:20px;
	left:0px;
}
#youtube2 {
	position:absolute;
	top:20px;
	left:440px;
}

#interview {
	width:600px;
    margin: 0 auto;
   	padding: 0px 0px 0px 0px;
	text-align: center;
	display:none;
	background:#f3efed;
}
#interview h1 {
	text-align:center;
	margin:0px 0px 40px 0px;
}
#interview p {
	font-size:12px;
	line-height:20px;
	margin:5px 40px 15px 40px;
	text-align:left;
}
#interview p.q {
	color:#003580;
	line-height:18px;
	margin:5px 60px 10px 60px;
	text-align:left;
}
#interview p.a {
	margin:5px 60px 30px 60px;
	text-align:left;
}
#interview p.auth {
	text-align:right;
}

#footer2 {
	color:#e5e4e9;
	font-family: 'Roboto', sans-serif;
	background:#003580;
	text-align:center;
	padding:20px 40px 15px 40px;
	margin:40px 0px 0px 0px;
}
#footer2 a.close {
	color:#e5e4e9;
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
	border:1px solid #e5e4e9;
	padding:2px 10px;
	margin:5px 40px 0px 40px;
}
#footer2 a.close:hover {
	color:#4a4754;
	border:1px solid #e5e4e9;
	background:#e5e4e9;
}
#footer2 p {
	font-size:12px;
	color:#e5e4e9;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	margin:30px 40px 0px 40px;
}

/*
*/
.clearfix { /zoom : 1; }
.clearfix:after { content : ''; display : block; clear : both; height:0; }

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