@charset "UTF-8";

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/*全体の調整*/
body {
    font:13px Georgia, Century, serif;
    *font-size:small;
    *font:x-small;
	-webkit-text-size-adjust: none;
}
a{
	ouline: 0;
}
/*セクションの設定*/
div.section {
	width: 100%;
	max-width: 1920px;
	height: 800px;
	position: relative;
	margin: 0 auto;
}
/*レイヤーの設定*/
div.layer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/*背景画像の設定*/
/*0*/
#section0 {
	background: url(../images/section0_bg.jpg) no-repeat 0px 0px;
}

/*1*/
#section1 {
	background: url(../images/section1_bg.jpg) no-repeat 0px 0px;
}

/*2*/
#section2 {
	background: url(../images/section2_bg.jpg) no-repeat 0px 0px;
}

/*3*/
#section3 {
	background: url(../images/section3_bg.JPG) no-repeat 0px 0px;
}


@media screen and (max-device-width:1367px){
	/*背景画像の設定2*/
	/*0*/
	#section0 {
		background: url(../images/section0_bg2.jpg) no-repeat 0px 0px;
	}
	
	/*1*/
	#section1 {
		background: url(../images/section1_bg2.jpg) no-repeat 0px 0px;
	}
	
	/*2*/
	#section2 {
		background: url(../images/section2_bg2.jpg) no-repeat 0px 0px;
	}
	
	/*3*/
	#section3 {
		background: url(../images/section3_bg2.JPG) no-repeat 0px 0px;
	}
}

/*各セクション内のレイアウト等*/
/*0*/
#section0 h1 {
	position: absolute;
	left: 8%;
	top: 120px;
}
ul#topNav {
	position: absolute;
	left: 8%;
	bottom: 40%;
}
ul#topNav li {
	display: inline;
	margin-right: 40px;
}

/*1*/
#section1 h2 {
	position: absolute;
	left: 58%;
	top: 200px;
}
#section1 p {
	position: absolute;
	left: 58%;
	top: 300px;
	color: #fff;
	font-size: 108%;
	width: 450px;
	line-height: 2;
}

/*2*/
#section2 h2 {
	position: absolute;
	left: 8%;
	top: 200px;
}
#section2 p {
	position: absolute;
	left: 8%;
	top: 300px;
	color: #fff;
	font-size: 108%;
	width: 450px;
	line-height: 2;
}
/*3*/
#section3 h2 {
	position: absolute;
	left: 58%;
	top: 200px;
}
#section3 p {
	position: absolute;
	left: 58%;
	top: 300px;
	color: #fff;
	font-size: 108%;
	width: 450px;
	line-height: 2;
}

/*ナビゲーション*/
ul#nav {
	position: fixed;
	left: 8%;
	bottom: 10%;
	background: #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 2px 20px 0px 20px;
}
ul#nav li {
	display: inline;
	margin: 0 10px;
}
ul#nav li a {
	opacity: 0.8;
	color:#222;
	font-size:20px;
	text-decoration:none;
}
ul#nav li a:hover {
	opacity: 1;
}