@charset "utf-8";
/* CSS Document */


/* common setting */
header.nav-fixed > nav,
header.nav-fixed > nav:before,
body.nav > header > nav:before,
body.nav > header.nav-fixed > nav:before {
	box-shadow: none;
}
header.nav-fixed > nav:after {
	background: #424242;
}
header > h1 {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100vw;
	min-width: 1280px;
	height: 70px;
	text-align: center;
	padding-top: 15px;
	background: #fff;
	z-index: 10;
	border-bottom: 1px solid #c0c0c0;
}
header > h1 > img {
	height: 40px;
	vertical-align: top;
}

main {	
	margin-top: 180px !important;
	position: relative;
}
main > section {
	padding: 20px 0;
}
