@charset "UTF-8";


/*▼タグそのものに適用
-------------------------------------------*/
body {
	
}
/*ヘッダー*/
.system #header {
	position: fixed;
	top: 0;
	width: 100%;
	padding-bottom: 10px;/*影に必要*/
}
.system #header > div {
	height: 90px;
}
.system #header nav li {
	width: 16%;
}


div[id^="page"] > .contents {
	margin: 90px 0 0 0;
}
#page01 .contents, #page02 > .contents, #page03n > .contents {
	margin: 90px 0 0 0;
}