@charset "utf-8";
/* CSS Document */

/*
header{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:700;
}

.main_section{
	position:relative;
	top:125px;
}
@media only screen and (max-width : 1000px) {  
	.main_section{
		top:185px;
	}
}

@media only screen and (max-width : 780px) {
	header{
		position:relative;
		top:auto;
		left:auto;
		right:auto0; 
	}  
	.main_section{
		top:0;
	}
}
*/ 
/*

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;
	}
}
