@charset "utf-8";
/* CSS Document */

header{
	margin-bottom:10px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:700;
}

.main_section{
	position:relative;
	top:70px;
}

@media only screen and (max-width : 1000px) {
	.main_section{
		top:120px;
	}
}
