﻿@charset "UTF-8";

/* basic *****************************************/
html {
	overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
	font-size:12px;
	color:#000;
	background:#fff;
}


/* 0.container *****************************************/
#container {
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
}


/* 1.header *****************************************/
#header {
	max-width:100%;
	margin-bottom:10px;
}

#header img {
	max-width:100%;
}

#header div {
	position:absolute;
	width:90%;
	padding:8px;
	height:0;
	top:0;
	left:0;
}

#header div h1 {
	font-size:17px;
	color:#fff;
	line-height:1.2;
}

#header div h2 {
	display:none;
}


/* 2.slide *****************************************/
#slide {
	width:100%px;
	overflow:hidden;
	position:relative;
	padding-bottom:0px;
}

.slideIcatch {
	width:100%;
	height:auto;
}

.slideInner {
	list-style:none;
	margin:0;
	padding:0;
}

.slideInner li {
	position:absolute;
	background:#fff;
	margin:0;
	padding:0;
}

.slideCont {
	 position:absolute;
	 float:left;
	 left:50%;
	 bottom:0;
}

.slideCont span {
	 position:relative;
	 left:-50%;
	 float:left;
	 margin:5px;
	 -webkit-border-radius:5px;
	 -moz-border-radius:5px;
	 border-radius:5px;
	 width:10px;
	 height:10px;
	 overflow:hidden;
	 -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	 -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	 box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
	 background:#eee;
	 text-indent:-9999px;
	 vertical-align:middle;
}

.slideCont span:hover {
	 background:#ccc;
	 cursor:pointer;
}

.slideCont span.current {
	 -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	 -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	 box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	 background:#85d1c6;
}


/* 3.navigater *****************************************/
#navigater {
	clear:both;
	height:36px;
}

#sns {
	float:left;
	width:300px;
	margin-top:8px;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}


/* 4.menu *****************************************/
#menu {
	clear:both;
	width:100%;
	background:#cf4;
}

#menu a {
	display:inline-block;
	width:33.5%;
	height:30px;
	margin-right:-6px;
	padding:5px 0;
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background:#cf4;
	background:-webkit-gradient(linear, left top, right top, color-stop(0.50, #cf4), color-stop(1.00, #ce4));
	background:-webkit-linear-gradient(left, #cf4 50%, #ce4 100%);
	background:-moz-linear-gradient(left, #cf4 50%, #ce4 100%);
	background:-o-linear-gradient(left, #cf4 50%, #ce4 100%);
	background:-ms-linear-gradient(left, #cf4 50%, #ce4 100%);
	background:linear-gradient(to right, #cf4 50%, #ce4 100%);
	border-bottom:2px solid #008;
}

#menu a.inv {
	display:none;
}

#menu h2 {
	display:none;
}

#banner {
	display:none;
}


/* 5.contents *****************************************/
#contents {
	width:100vw;
	background:#fff;
}

.document {
	clear:both;
	padding:5px;
}


/* 6.footer *****************************************/
#footer {
	clear:both;
	width:100%;
	height:65px;
	padding:15px 0;
}

.copyright {
	font-style:normal;
	font-size:11px;
	color:#999;
	line-height:3.0;
	text-align:center;
	height:15px;
}

#pageTop {
	position:fixed;
	right:0;
	bottom:0;
	padding:10px;
	background:#000
}

#pageTop a {
	padding:0 0 0 12px;
	color:#fff;
	font-size:11px;
/*	  background:#000 url("../images/bg_pagetop.gif") 0 50% no-repeat;*/
}


/* 8.basic *****************************************/
br {
	letter-spacing:normal;
}

br.both {
	clear:both;
}

a {
	color:#114499;
	text-decoration:none;
}

img {
	border:0;
	vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
}

h2 {
	clear:both;
	padding:4px 10px;
	line-height:1.5;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	background:#227;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #227), color-stop(0.00, #5555ff));
	background:-webkit-linear-gradient(top, #5555ff 0%, #227 85%);
	background:-moz-linear-gradient(top, #5555ff 0%, #227 85%);
	background:-o-linear-gradient(top, #5555ff 0%, #227 85%);
	background:-ms-linear-gradient(top, #5555ff 0%, #227 85%);
	background:linear-gradient(to bottom, #5555ff 0%, #227 85%);
}

h3 {
	clear:both;
	margin-top:10px;
	padding:3px 15px;
	line-height:1.5;
	font-size:13px;
	font-weight:bold;
	color:#000;
	border:1px solid #ddd;
	background:#cdf;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #bcf), color-stop(0.00, #cdf));
	background:-webkit-linear-gradient(top, #cdf 0%, #bcf 85%);
	background:-moz-linear-gradient(top, #cdf 0%, #bcf 85%);
	background:-o-linear-gradient(top, #cdf 0%, #bcf 85%);
	background:-ms-linear-gradient(top, #cdf 0%, #bcf 85%);
	background:linear-gradient(to bottom, #cdf 0%, #bcf 85%);
}

h4 {
	clear:both;
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:1.5;
}

h5 {
	color:#000;
	font-size:12px;
	font-weight:normal;
	line-height:1.5;
	border-left:5px solid #000;
}

h6 {
	color:#000;
	font-size:11px;
	font-weight:normal;
	line-height:1.5;
}

em {
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:1.5;
}

p {
	margin:10px;
}

ul,ol,dl {
	clear:both;
	margin:0 5px;
	padding:10px;
}

li {
	padding:0;
	margin-left:10px;
}

dt {
	margin:0;
	padding:0;
}

dd {
	margin:0 0 0.5em 1em;
	padding:0;
	background:#f1f1f1;
}

table {
	font-size:12px;
	width:100%px;
	margin:10px;
	border-collapse:collapse;
	border:1px solid #999;
	border-spacing:0;
	line-height:1.8;
}

table th {
	padding:5px;
	border:1px solid #999;
	border-width:0 0 1px 1px;
	background:#EFEBEF;
	font-weight:bold;
	text-align:left;
}

table td {
	padding:5px;
	border:1px solid #999;
	border-width:0 0 1px 1px;
	text-align:left;
}

table td ol {
	margin:0;
	padding:0 0 0 30px;
}

table td li {
	margin:0;
	padding:0;
}


/* 9.important *****************************************/
.youtube-player {
	clear:both;
	float:left;
	margin:0 5px 5px 0;
	width:160px;
	height:90px;
	border:0;
}

.inv {
	display:none;
	!important;
}

.note {
	color:#880000;
	font-size:12px;
}

#flight {
	width:100%;
	height:222px;
}
