@charset "utf-8";
/* ===================================================================
	top
=================================================================== */

/*---------------------
	レイアウト
---------------------*/
html, body {height: 100%;} 
html{
	overflow-x:auto;
	overflow-y:scroll;
}
body{
	/*margin-right:20px;*/
  min-width: 960px;
  min-height: 600px;
  position: relative;
	overflow:hidden;
}
#top-header{
	width:100%;
	z-index:2;
	font-size:10px;
	color:#9c9c9c;
	background-color:#fff;
	height:36px;
	float:left;
}
#top-header h1{
	float:left;
	margin:0;
	padding:0;
	padding:15px 0 0 10px;
	background-color:#fff;
}
#top-header h2{
	float:right;
	padding:15px 10px 0 0;
}
#top-header h2 a,#top-header h2 a:link,#top-header h2 a:visited,#top-header h2 a:hover{
	color:#50A2CF;
}

.wrap{
	height:100%;
	overflow:hidden;
}
body > .wrap{
	height:auto;
	min-height:600px;
}

#container{
	clear:both;
	z-index:1;
	height:385px;
	width:970px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-263px;
	margin-left:-485px;
}
#topmenu{
	width:340px;
	height:385px;
	float:left;
}
	#topmenu .logo{
		margin:0;
		padding:0;
		float:left;
		padding-top:80px;
	}
	#topmenu h3{
		margin-bottom:30px;
	}
	#topmenu .address{
		color:#999;
		margin-bottom:20px;
		padding:5px;
		font-size:10px;
		line-height:1.5;
	}
	#topmenu .address strong{
		color:#5ABAEE;
	}
	#topmenu .notice{
		color:#444;
		background-color:#fbffff;
		margin-bottom:40px;
		padding:5px;
		border:1px solid #6CF;
		font-size:10px;
		line-height:1.5;
	}
		
	#topmenu #gNav{
		float:right;
		width:135px;
		margin-bottom:0;
		padding-top:100px;
	}
	#topmenu #gNav ul li{
		height:18px;
	}

#fla{
	float:right;
	width:630px;
	height:385px;
}

#top-footer{
	width:100%;
	z-index:-1;
	height:160px;
	margin-top:-160px;
	position:absolute;
	bottom:0;
	clear:both;
}

.reserveButton{
	position:absolute;
	z-index:1;
	left:0;
	bottom:0;
}

.reserveButton > a{
	width:302px;
	height:32px;
	line-height:32px;
	border:2px solid #61CBFF;
	border-radius:4px;
	text-align:center;
	font-size:13px;
	display:block;
	color:#444;	
	position:relative;
	z-index:1;
	-webkit-transition:background-color 0.3s,color 0.3s;
	transition:background-color 0.3s,color 0.3s;
}


.reserveButton > a:hover{
	background:#61CBFF;
	color:#fff;
	text-decoration:none;
}

.is-ltIE8 .reserveButton > a:after{
	display:none;	
}

.reserveButton > a:after{
	content:"";
	display:block;
	position:absolute;
	right:3%;
	top:50%;
	z-index:1;
	width:6px;
	height:6px;
	border:2px solid #61CBFF;
	margin-top:-4px;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	border-bottom:none;
	border-left:none;
}