@charset "UTF-8";
@import url("/template/common/css/default.css");
@import url("../../img_common/common/css/layout_header-footer_tabs.css");
@import url("/template/common/css/layout_contents.css");

/* --------------------------------
	airport.css
--------------------------------
airport.cssは空港CATで使用しているCSSファイルです。
サイト内容で共通の記述についてはimportしている別ファイルにまとめています。

** index
01.再定義
	01.ナビブロック				.nav-box
	02.ガイド					.guide
	03.検索フォーム				#SearchFormBox
02.ページヘッダー			#PageHeader
03.空港一覧					#AirportCatList
04.ローカルナビ				.local-nav
05.格安航空券一覧			#Tickets
-------------------------------- */


/* --------------------------------
■01.再定義
--------------------------------
importした共有CSSの記述の上書きです。
-------------------------------- */

/* --------------------------------
■□01-01.ナビブロック(.nav-box)
--------------------------------
[空港CAT3]
周辺地図として、サブカラムで使用しているブロックです。
-------------------------------- */
#Sub .nav-box.map h2.title {
	border:1px solid #154d6e;
	box-shadow:none;
	background:#195d86 url("/template/common/img/contents/bg_nav-box_title.gif") repeat-x left bottom;
	background: -moz-linear-gradient(bottom,#154d6e,#195d86);	/* Firefox用 */
	background: -webkit-gradient(linear, left bottom, left top, from(#154d6e),to(#195d86));	/* Safari,Google Chrome用 */
	color:#fff;
	font-size:1em;
	font-weight:bold;
}
#Sub .nav-box.map h2.title span {
	display:inline;
	padding:0;
	border:none;
}
#Sub .nav-box.map .body {
	padding:1px;
}
#Sub .nav-box.map .body .more {
	margin:5px 0;
	text-align:center;
}

/* --------------------------------
■□01-02.ガイド(.guide)
--------------------------------
ガイドの解説ブロックで使いまわす汎用パーツです。
パーツの種類を追加しています。
-------------------------------- */
#Main .guide h2 {
	margin-bottom:15px;
}
#Main .guide .texts p,
#Main .guide .travel-info p {
	margin-bottom:15px;
}
/* basic-info */
#Main .guide .basic-info {
	overflow:hidden;
	_zoom:1;
}
#Main .guide .basic-info dl {
	width:49%;
}
#Main .guide .basic-info dl.odd {
	float:left;
}
#Main .guide .basic-info dl.even {
	float:right;
}
#Main .guide .basic-info dt,
#Main .guide .basic-info dd {
	padding:10px;
}
#Main .guide .basic-info dt {
	padding-bottom:0;
	color:#17557a;
	font-size:1.17em;
	font-weight:bold;
}
#Main .guide .basic-info dt:before {
	content:"■";
	float:left;
	line-height:2em;
	line-height:2.5em\9;
	margin-right:5px;
	color:#467bbb;
	font-size:0.5em;
}
#Main .guide .basic-info dt span {
	*display:block;
	*padding-left:10px;
	*background:url("/template/common/img/icon/icon_box_01.gif") no-repeat left center;
}
#Main .guide .basic-info dd {
	padding-top:0.25em;
	padding-left:20px;
	border-bottom:1px dotted #b2b2b2;
	color:#1a1a1a;
}
#Main .guide .basic-info dd.last {
	border-bottom:none;
}
/* tickets */
#Main .guide .tickets {
	padding:12px 10px;
	border-bottom:1px solid #ccc;
}
#Main .guide .tickets.last {
	border-bottom:none;
}
#Main .guide .tickets li {
	margin-bottom:0.75em;
	font-size:1.17em;
}
#Main .guide .tickets li .price {
	margin-left:0.5em;
	color:#f00;
	font-weight:bold;
}
/* travel-info */
#Main .guide .travel-info .section {
	margin-bottom:15px;
	padding:0 10px;
}
#Main .guide .travel-info h3 {
	margin:0 -10px 10px;
	padding-left:10px;
	background:#e3ebf5;
	color:#17557a;
	font-size:1.17em;
	font-weight:bold;
}
#Main .guide .travel-info h3 span {
	display:block;
	min-height:25px;
	_height:25px;
	line-height:25px;
	padding-left:25px;
	background:no-repeat left center;
}
#Main .guide .travel-info .airport h3 span {
	background-image:url("/template/common/img/icon/icon_airport_01.gif");
}
#Main .guide .travel-info .heritage h3 span {
	background-image:url("/template/common/img/icon/icon_heritage_01.gif");
}
#Main .guide .travel-info .history h3 span {
	background-image:url("/template/common/img/icon/icon_history_01.gif");
	background-position:2px 50%;
}
#Main .guide .travel-info .gourmet h3 span {
	background-image:url("/template/common/img/icon/icon_gourmet_01.gif");
	background-position:3px 50%;
}
#Main .guide .travel-info .liquor h3 span {
	background-image:url("/template/common/img/icon/icon_liquor_01.gif");
}
/* timetable */
#Main .guide .timetable {
	width:100%;
	margin-top:20px;
	border-top:3px solid #2f6cce;
	color:#1a1a1a;
}
#Main .guide .timetable th,
#Main .guide .timetable td {
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
}
#Main .guide .timetable thead {
	background:#f0f0f0;
	color:#333;
	font-weight:bold;
}
#Main .guide .timetable .carrier {
	width:17%;
}
#Main .guide .timetable .date {
	width:17%;
}
#Main .guide .timetable .name {
	width:10%;
}
#Main .guide .timetable .start {
	width:23%;
}
#Main .guide .timetable .end {
	width:23%;
}
/* links */
#Main .guide .links {
	margin:15px 30px;
}
#Main .guide .links li {
	margin-bottom:5px;
	padding-left:10px;
	background:url("images/mark02.gif") no-repeat 0 0.5em;
}

/* --------------------------------
■□01-03.検索フォーム(#SearchFormBox)
--------------------------------
サブカラム上部に設置された検索フォームです。
-------------------------------- */
#SearchFormBox h2.title {
	line-height:1.5;
	border:none;
	box-shadow:none;
	border-bottom:1px solid #dbdbdb;
	background:#f9f9f9 url("/template/common/img/contents/bg_search-form-box_title.gif") repeat-x left bottom;
	background: -moz-linear-gradient(bottom,#f1f1f1,#f9f9f9);	/* Firefox用 */
	background: -webkit-gradient(linear, left bottom, left top, from(#f1f1f1),to(#f9f9f9));	/* Safari,Google Chrome用 */
	color:#467bbb;
	font-size:1.17em;
	font-weight:bold;
}
#SearchFormBox h2.title span {
	display:block;
	min-height:25px;
	_height:25px;
	padding:5px 10px 5px 40px;
	border:none;
	border-bottom:1px solid #fff;
	background:url("/template/common/img/contents/bg_search-form-box_title_icon.gif") no-repeat 6px 50%;
}


/* --------------------------------
■02.ページヘッダー(#PageHeader)
--------------------------------
ページ上部に設置するページ全体の見出しブロックです。
-------------------------------- */
#CountryVisual {
	margin:0 auto;
	text-align:left;
}
#PageHeader {
	margin-top:20px;
}
#PageHeader h1 {
	margin:0 0 5px;
	font-size:1.33em;
}
#PageHeader .sec-lead {
	font-size:0.92em;
}


/* --------------------------------
■03.空港一覧(#AirportCatList)
--------------------------------
[空港CAT1]
下位CATへの遷移ブロックです。
-------------------------------- */
#AirportCatList .countries {
	display:inline-block;
	*display:inline;
	width:49%;
	margin-top:20px;
	vertical-align:top;
	*zoom:1;
}
#AirportCatList .country {
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px dotted #cdcdcd;
}
#AirportCatList .country .title,
#AirportCatList .country .body {
	margin-right:5px;
}
#AirportCatList .country .title,
#AirportCatList .country .title a {
	color:#467bbb;
	font-weight:bold;
}
#AirportCatList .country .title {
	font-size:1.17em;
}
#AirportCatList .country .title a {
}
#AirportCatList .country .title img {
	max-width:38px;
	margin-right:10px;
	vertical-align:middle;
}
#AirportCatList .country .body {
	font-size:110%;
}
#AirportCatList .country a {
	*padding-bottom:1px;
	*zoom:1;
	_zoom:normal;
}
#AirportCatList .country .body a {
	color:#4d4d4d;
}
#AirportCatList .country ul {
	margin-left:10px;
}
#AirportCatList .country li {
	margin-top:5px;
	padding-left:10px;
	background:url("../images/mark02.gif") no-repeat 0 0.4em;
}
#AirportCatList .more {
	text-align:right!important;
}
#AirportCatList .more a {
	padding-left:15px;
	background:url("../../template/common/img/icon/arrow_right_01.gif") no-repeat left center;
	color:#4d4d4d;
}


/* --------------------------------
■■04.ローカルナビ(.local-nav)
--------------------------------
[空港CAT1/3]
ページ内の遷移をまとめたローカルナビのブロックです。
-------------------------------- */
#Contents .local-nav {
	padding:4px 14px 14px;
	border:1px solid #ccc;
	background:#f2f2f2;
}
#Contents .local-nav ul {
	overflow:hidden;
	_zoom:1;
}
#Contents .local-nav li {
	float:left;
	margin-top:10px;
	margin-right:2em;
	*white-space:nowrap;
}
#Contents .local-nav a {
	padding-left:15px;
	text-indent:-15px;
	background:url("../../template/common/img/icon/arrow_bottom_01.gif") no-repeat left center;
	color:#1a1a1a;
}


/* --------------------------------
■05.格安航空券一覧(#Tickets)
--------------------------------
[空港CAT3]
所属する空港CATの商品一覧です。
-------------------------------- */
#Tickets .sec-lead {
	font-weight:bold;
}
/* from-airport */
#Tickets .from-airport {
	overflow:hidden;
	border-bottom:2px solid #17557a;
	font-weight:bold;
	_zoom:1;
}
#Tickets .from-airport ul {
	float:right;
}
#Tickets .from-airport li {
	float:left;
	margin-left:3px;
	_margin-left:2px;
}
#Tickets .from-airport a,
#Tickets .from-airport span {
	display:block;
	_float:left;
	border:1px #d9d9d9;
	border-style:solid solid none;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	background:#e6e6e6 url("/template/common/img/contents/bg_from-airport_tab.gif") repeat-x left bottom;
	background: -moz-linear-gradient(bottom,#f1f1f1,#e6e6e6);	/* Firefox用 */
	background: -webkit-gradient(linear, left bottom, left top, from(#f1f1f1),to(#e6e6e6));	/* Safari,Google Chrome用 */
	color:#4d4d4d;
	text-decoration:none;
	_cursor:pointer;
	_zoom:1;
}
#Tickets .from-airport a span,
#Tickets .from-airport span span {
	padding:7px 22px 5px;
	border-color:#eee;
	-moz-text-shadow:0 0 2px #fff;
	-webkit-text-shadow:0 0 2px #fff;
	text-shadow:0 0 2px #fff;
}
#Tickets .from-airport .now a,
#Tickets .from-airport .now span,
#Tickets .from-airport a:hover {
	border-color:#154d6f;
	background:#195d86 url("/template/common/img/contents/bg_from-airport_tab_now.gif") repeat-x left bottom;
	background: -moz-linear-gradient(bottom,#154d6f,#195d86);	/* Firefox用 */
	background: -webkit-gradient(linear, left bottom, left top, from(#154d6f),to(#195d86));	/* Safari,Google Chrome用 */
	color:#fff;
}
#Tickets .from-airport .now a span,
#Tickets .from-airport .now span span,
#Tickets .from-airport a:hover span {
	padding:8px 23px 5px;
	border:none;
	background:#195d86 url("/template/common/img/contents/bg_from-airport_tab_now.gif") repeat-x left bottom;
	background: -moz-linear-gradient(bottom,#154d6f,#195d86);	/* Firefox用 */
	background: -webkit-gradient(linear, left bottom, left top, from(#154d6f),to(#195d86));	/* Safari,Google Chrome用 */
	color:#fff;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
}
/* page-nation */
#Tickets .page-nation {
	overflow:hidden;
	padding:15px 0;
	_zoom:1;
}
#Tickets .page-nation .sort {
	float:left;
	padding-top:2px;
}
#Tickets .page-nation ul {
	float:right;
	border-right:1px solid #e6e6e6;
}
#Tickets .page-nation li {
	float:left;
	border:1px solid #e6e6e6;
	border-right:none;
}
#Tickets .page-nation li.index {
	border:none;
}
#Tickets .page-nation ul a,
#Tickets .page-nation ul span {
	display:block;
	padding:3px 6px;
	color:#4d4d4d;
	text-decoration:none;
}
#Tickets .page-nation ul a:hover,
#Tickets .page-nation ul span {
	background:#467bbb;
	color:#fff;
}
/* tickets */
#Tickets .tickets {
	border-bottom:1px solid #cecece;
}
#Tickets .tickets .ticket {
	padding:20px 10px 20px 0;
	border-top:1px solid #cecece;
}
#Tickets .tickets .price {
	display:inline-block;	*display:inline;
	width:150px;
	overflow:hidden;
	padding-right:15px;
	color:#be0101;
	font-size:1.75em;
	font-weight:bold;
	text-align:right;
	vertical-align:middle;
	*zoom:1;
}
#Tickets .tickets .info {
	display:inline-block;	*display:inline;
	position:relative;
	width:415px;
	padding-right:120px;
	text-align:left;
	vertical-align:middle;
	*zoom:1;
}
#Tickets .tickets h3,
#Tickets .tickets .name {
	margin:0 -120px 5px 0;
	font-size:1.33em!important;
	font-weight:bold;
}
#Tickets .tickets h3 a,
#Tickets .tickets .name a {
	color:#626262;
}
#Tickets .tickets h3 img,
#Tickets .tickets .name img {
	position:absolute;
	right:10px;
	bottom:0;
	background:#aa0303;
	color:#fff;
}
#Tickets .tickets p {
	font-size:0.83em;
}
#Tickets .tickets .career {
	float:left;
	width:110px;
}
#Tickets .tickets .caption {
	line-height:1.5;
	width:275px;
	overflow:hidden;
	margin-right:10px;
	_zoom:1;
}
#Tickets .tickets .more {	/* 2012/2 add */
	text-align:center;
	border-top:1px solid #cecece;
	font-size:125%;
	letter-spacing:0.1em;
}
#Tickets .tickets .more a {	/* 2012/2 add */
	display:block;
	padding:10px;
	background:#e0e0e0;
	color:#467bbb;
}
#Tickets .tickets .more a span {	/* 2012/2 add */
	padding-left:15px;
	background:url("/template/common/img/icon/arrow_right_01.gif") no-repeat left center;
}

/*2012.05.17追加 DP導線*/
/* SlideShow */
#SlideShow .banners {
	overflow:hidden;
	margin: 20px 0 10px 15px;
	padding:6px 7px 3px 7px;
	background:#17557a;
	_zoom:1;
	float: right;
}
#SlideShow .banners li {
	float:left;
	list-style: none;
}
#SlideShow .banners li.even {
	float:right;
}
#SlideShow .banners li.tour {
	float:left;
}
#SlideShow .banners li.hotel {
	padding-left:6px;
}
#SlideShow .banners li.hoken {
	float:right;
	padding-left:6px;
}