@charset "shift_jis";

html {
	font: 1em/1.5 "メイリオ","Meiryo",verdana,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	color: #333;
	height: 100%;
}
body {
	position: relative;
	overflow-x: hidden;
	height: 100%;
}
p, h1, h2, h3, h4, h5 {
	margin: 0;
	font-size: 1em;
}
.hide-text {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#outer {
	position: absolute;
	width: 2000px;
	left: 50%;
	margin-left: -1000px;
	overflow-x: hidden;
}
#outer section {
	position: relative;
}
#outer .inner {
	width: 100%;
	height: 800px;
	text-align: center;
}

.over {
	position: relative;
	overflow: hidden;
	background: url(../img/over_bg.png);
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
}
.over.show {
	display: block;
	opacity: 1;
}
.over h3 {
	position: absolute;
	background: url(../img/parts.png) no-repeat;
	width: 300px;
	height: 58px;
	left: 600px;
	top: 100px;
}
.over ul {
	position: absolute;
	padding: 0;
	width: 800px;
	height: 540px;
	left: 600px;
	top: 180px;
	overflow-y: auto;
	text-align: left;
}
.over li {
	display: block;
}
.over li img {
	margin-top: .5em;
}
.over li h4 {
	font-size: 1.25em;
	color: #3794d7;
}
.over li h5 {
	font-size: 1.125em;
	color: #3794d7;
}
.over li p {
	margin-bottom: 1em;
}
.over li a {
	color: #3794d7;
}
.over li a:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/parts.png) no-repeat 3px -394px;
}
.over li a:hover {
	text-decoration: none;
}
.over a.arrowL,
.over a.arrowR {
	position: absolute;
	display: block;
	width: 27px;
	height: 50px;
	top: 340px;
	background: url(../img/parts.png) no-repeat;
}
.over a.arrowL {
	left: 530px;
	background-position: 0 -223px;
}
.over a.arrowR {
	right: 530px;
	background-position: 0 -280px;
}
.over .pager {
	position: absolute;
	width: 100%;
	top: 740px;
}
.over .pager a {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 10px;
	background: url(../img/parts.png) no-repeat 0 -368px;
}
.over .pager a.active {background-position: 0 -336px;}

#intro {
	background: #3794d7;
	overflow: hidden;
}
#intro .inner {
	background: url("../img/intro_bg.png?150106") no-repeat bottom #70BEF6;
}
#intro .logo {
	position: absolute;
	width: 100%;
	top: 90px;
	z-index: 10;
}
#intro .ticker {
	position: absolute;
	width: 529px;
	height: 15px;
	left: 736px;
	top: 360px;
	overflow: hidden;
	line-height: 0;
	text-align: left;
}
#intro .ticker img {
	margin-left: 34px;
}
#intro .btn {
	position: absolute;
	width: 100%;
	bottom: 20px;
}
#intro .btn a {
	-webkit-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}
#intro .btn a:hover {
	opacity: .8;
}

#sec1 {
	height: 400px;
}
#sec1 .inner {
	background: url(../img/sec1_bg.png) no-repeat;
}

#sec2 {
	background: #70bef6;
}
#sec2 .inner {
	background: url(../img/sec2_bg.png) no-repeat;
}
#sec2 .bus {
	position: absolute;
	display: block;
	left: 400px;
	bottom: 0;
}

#sec3 .inner {
	background: url(../img/sec3_bg.png) no-repeat;
}
#sec3 .board {
	position: absolute;
	left: 1408px;
	top: 231px;
}

#sec4 {
	background: #6fbef6;
}
#sec4 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/sec4_bg.png) no-repeat;
}
#sec4 .plane {
	position: absolute;
	left: 900px;
	top: 70px;
}
#sec4 .over h3 {
	background-position: 0 -75px;
}

#sec5 .inner {
	background: url(../img/sec5_bg.png) no-repeat;
}
#sec5 .plane1 {
	position: absolute;
	left: 420px;
	top: 165px;
}
#sec5 .plane2 {
	position: absolute;
	left: 970px;
	top: 110px;
	width: 406px;
}
#sec5 .over h3 {
	background-position: 0 -148px;
}
#sec5 .over .left {
	display: inline-block;
	width: 390px;
	vertical-align: top;
	margin-right: 3px;
}

#footer .inner {
	background: url(../img/footer_bg.png) no-repeat;
	height: 570px;
}
#footer .logo {
	padding-top: 250px;
}
#footer .btn {
	padding-top: 50px;
}
#footer .btn a {
	-webkit-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}
#footer .btn a:hover {
	opacity: .8;
}
#footer .copyright {
	position: absolute;
	left: 524px;
	top: 550px;
	font: 11px Verdana;
	color: #808080;
}

#menu {
	position: fixed;
	right: 20px;
	top: 50%;
	margin: -170px 0 0;
}
#menu ul {
	padding: 0;
}
#menu li {
	background: #fff;
}
#menu a {
	background: url(../img/menu.png) no-repeat;
	display: block;
	width: 70px;
	height: 71px;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
#menu a:hover {
	opacity: .8;
}
#menu a.intro {background-position: 0 0;}
#menu a.sec2 {background-position: 0 -71px;}
#menu a.sec2.active {background-position: -70px -71px;}
#menu a.sec3 {background-position: 0 -142px;}
#menu a.sec3.active {background-position: -70px -142px;}
#menu a.sec4 {background-position: 0 -213px;}
#menu a.sec4.active {background-position: -70px -213px;}
#menu a.sec5 {background-position: 0 -284px; height: 69px;}
#menu a.sec5.active {background-position: -70px -284px;}

