/* CSS Document */




/*============================================================================

	header

============================================================================*/
.cyborg-root header {
	position: absolute;
	width: 100%;
	z-index: 999;
}

.cyborg-root header .inner {
	width: 90%;
	max-width: 1300px;
	margin: auto;
}


/*------------------------------ ロゴ部分 ------------------------------*/
.cyborg-root header h1 {
	position: relative;
	top: 35px;
}

@media screen and (max-width:640px) {
	.cyborg-root header h1 {
		top: 20px;
	}

	.cyborg-root header h1 img {
		width: 250px;
	}
}