@charset "UTF-8";
/*
Theme Name: 米子鬼太郎空港
Author: meccommunications
Author URI: http://www.mec-com.co.jp
*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
img.sp{
	display:none;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
}
body {
	font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	color: #333333;
	text-align:center;
	font-size:14px;
	line-height:20px;
	height:100%;
	-webkit-text-size-adjust:none;
	background:#C3E6FB;
	min-width:1000px;
}
body{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック'\9;}

h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:14px;
	line-height:20px;
}
strong{
	font-weight:bold;
}
em{
	font-style:normal;
	color:#ED1C24;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*標準のリンク*/
a{
	color: #288CD2;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
/*-------------------------フッター固定（フッター高340px）*/
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -340px;
}
#contents{
	padding-bottom:341px;
}
footer {
	min-height:340px;
}

/*header
-----------------------------------------------------------------------------------------*/
header{
	background:url(images/bg.png) top repeat-x;
	width:100%;
	height:130px;
	position:fixed;
	top: 0;
	z-index:999;
}
header div.headerbox{
	background:url(images/header_bg.png) left top no-repeat;
	width:1000px;
	height:130px;
	text-align:left;
	margin:0 auto;
	padding:0 10px;
}
/*-------------------------siteinfo*/
header .siteinfo ul{
	float:right;
	padding:8px 0;
}
header .siteinfo ul li{
	font-size:12px;
	line-height:14px;
	float:left;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #D5D5D5;
}
header .siteinfo ul li:first-child{
	margin-left:0;
	padding-left:0;
	border-left:none;
}
header .siteinfo ul li a{
	display:block;
	color:#D5D5D5;
}
header .siteinfo ul li a:hover{
	text-decoration:underline;
}
/*-------------------------ロゴ*/
header h1{
	float:left;
}
header h1 a{
	display:block;
	height:90px;
}
header h1 a:hover{
	background:url(images/header_logo_hover.png) right repeat-y;
}
/*-------------------------グローバルメニュー*/
header nav{
	float:left;
}
header nav h2 {
	display: none;
}
header nav li{
	float:left;
}
header nav li a{
	display:block;
	width:105px;
	height:90px;
	text-align:center;
	color:#606060;
	background:url(images/header_nav.png) top no-repeat;
}
header nav li a img{
	margin-top:17px;
	margin-bottom:5px;
}
header nav li a:hover{
	background-position:center;
}
header nav li a.current{
	background-position:bottom;
}

/*contents
-----------------------------------------------------------------------------------------*/
#contents{
	width: 980px;
	text-align:left;
	margin:0 auto;
	padding-top:140px;
}
#contents .accordionopen{
	cursor:pointer;
	color: #288CD2;
}
#contents .accordionopen:hover{
	text-decoration:underline;
}
#contents .accordion{
	display:none;
}
#contents .accordion.open{
	display:block;
}

/*バナー
-----------------------------------------------------------------------------------------*/
#banner{
	margin:20px 0;
	background:#FFF;
	padding:20px;
	box-shadow: 0 1px 2px #58799A;
	-webkit-box-shadow: 0 1px 2px #58799A;
	-moz-box-shadow: 0 1px 2px #58799A;
}
#banner li{
	float:left;
	margin-right:-1px;
}
#banner li.otoku{
	width:146px;
	height:80px;
	text-indent:-9999em;
	background:url(images/title_package.png) right no-repeat;
}
#banner a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}




/*footer
-----------------------------------------------------------------------------------------*/
footer {
	min-width:980px;
	background:#49575E url(images/footer_bg.png) bottom repeat-x;
	text-align:left;
}
/*-------------------------上へ*/
#toPageTop {
	position:fixed;
	bottom: 0;
	right: 0;
	width:50px;
	height:60px;
	background:#888888;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
* html #toPageTop {position:absolute;}
#toPageTop:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	cursor:pointer;
}
/*-------------------------フッターナビ*/
footer nav{
	margin:0 auto;
	width:980px;
	height:280px;
}
footer nav ul{
	float:left;
	width:140px;
	margin-left:28px;
}
footer nav ul:first-child{
	margin-left:0;
}
footer nav ul li a{
	display:block;
	font-size:13px;
	line-height:25px;
	padding-left:20px;
	background:url(images/ya_maru.png) left no-repeat;
	color:#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
footer nav ul li:first-child{
	margin:15px 0 10px 0;
	border-bottom:1px solid #FFFFFF;
}
footer nav ul li:first-child a{
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
	background:center 20px no-repeat;
	text-align:center;
	padding:100px 0 10px 0;
}
footer nav ul li a:hover{
	background-color:#000;
}
footer nav ul:nth-child(1) li:first-child a{
	background-image:url(images/icon_flight.png);
}
footer nav ul:nth-child(2) li:first-child a{
	background-image:url(images/icon_access.png);
}
footer nav ul:nth-child(3) li:first-child a{
	background-image:url(images/icon_parking.png);
}
footer nav ul:nth-child(4) li:first-child a{
	background-image:url(images/icon_floor.png);
}
footer nav ul:nth-child(5) li:first-child a{
	background-image:url(images/icon_shop.png);
}
footer nav ul:nth-child(6) li:first-child a{
	background-image:url(images/icon_tourism.png);
}
/*-------------------------表示切り替え*/
#viewport{
	display:none;
	margin:0 20px 30px 20px;
	background:#000000;
	box-shadow: 0 3px 5px #000;
	-webkit-box-shadow: 0 3px 5px #000;
	-moz-box-shadow: 0 3px 5px #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#viewport li{
	text-align:center;
	font-size:25px;
	line-height:60px;
	width:50%;
	float:left;
	padding:5px 0;
	color:#666666;
}
#viewport li#btnSP{
	background:#FFFFFF;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-bottom-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
}
#viewport li#btnPC{
	background:#D5D5D5;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-bottom-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
}
/*-------------------------フッターメニュー*/
#footermenu{
	margin:0 auto;
	width:980px;
	height:60px;
	overflow: hidden;
}
#footermenu ul{
	float:right;
	padding-top:18px;
}
#footermenu ul li{
	font-size:12px;
	line-height:24px;
	float:left;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #797979;
	letter-spacing:1px;
}
#footermenu ul li:first-child{
	margin-left:0;
	padding-left:0;
	border-left:none;
}
#footermenu ul li a{
	display:block;
	color:#D5D5D5;
}
#footermenu ul li a:hover{
	text-decoration:underline;
}

/*-------------------------Copyright*/
footer small{
	display:block;
	font-size:10px;
	padding-top:8px;
}
footer small a{
	color:#999999;
}
footer small a:hover{
	text-decoration:underline;
}
footer small a strong{
	font-size:16px;
	line-height:25px;
	color:#FFFFFF;
	display:block;
	padding-left:35px;
	letter-spacing:1px;
	background:url(images/footer_logo.png)  top left no-repeat;
}
footer small.ml a strong{
	letter-spacing:0px;
	font-weight:normal;
}