@charset "utf-8";
/* CSS Document */

@media only screen and (min-device-width: 980px) {
header, footer, main {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
header nav {
	position: fixed;
	top: -2px;
	width: 980px;
	z-index: 10;
}



