@charset "utf-8";
@font-face {
	font-family: myf;
	src: url('swiss.ttf') , url('swiss.eot');
} 
@font-face {
	font-family: myf;
	font-style:italic;
	src: url('swissi.ttf') , url('swissi.eot');
} 

img {
	border:0;
}
html, body {
	height:100%;
	}
body {
	margin:0;
	font-family:myf;
	font-size:20px;
	background:#fff;
	overflow-x:hidden;
}
#top {
	position:fixed;
	top:5%;
	width:100%;
	min-width:600px;
	height:70px;
	background:url(k2.png);
	z-index:99;
}
#top > a {
	position:absolute;
	display:block;
	bottom:18px;
	left:10%;
}
#top nav {
	position:absolute;
	bottom:16px;
	right:10%;
}
#top a {
	display:inline-block;
	padding:0 20px;
	font-size:30px;
	color:#fff;
	text-decoration:none;
	transition:.3s;
}
#top a:hover {
	color:#555;
}
#zoom {
	height:100%;
	width:100%;
	overflow-y:hidden;
	overflow-x:scroll;
	}
#zoom img{
	height:100%;
	}


