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

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

** index
01.再定義
02.ページヘッダー					#PageHeader
03.エリアで絞り込む					#AreaCatList
04.人気の都市から格安航空券を探す	#PickupAreaCatList
05.注目格安航空券					#PickupTickets
06.旅行ガイド						#TravelGuide
07.今、人気の国！航空券ランキング	#PopularRanking
08.格安航空券一覧					#Tickets
-------------------------------- */


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


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


/* --------------------------------
■03.エリアで絞り込む(#AreaCatList)
--------------------------------
[エリアCAT1/2]
下位CATへの遷移ブロックです。.tab-bodyを使用。
[エリアCAT2.5]
下位CATへの遷移ブロックです。.list-bodyを使用。
[エリアCAT3]
下位CATへの遷移ブロックです。.list-bodyと.cat4を使用。
-------------------------------- */
#AreaCatList {
	margin-bottom:50px;
}
#AreaCatList .sec-lead {
	margin:15px 10px;
	font-weight:bold;
}
/* tab-body */
#AreaCatList .tabs {
	zoom:1;
}
#AreaCatList .tabs:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
}
#AreaCatList .tabs li {
	float:left;
	border:1px #d9d9d9;
	border-style:solid solid none none;
}
#AreaCatList .tabs li.first {
	border-left:1px solid #d9d9d9;
}
#AreaCatList .tabs a {
	display:block;
	padding:5px 1.5em;
	*padding:5px 1.2em;
	border-top:1px solid #eee;
	background:#e6e6e6 url("../common/img/contents/bg_area-cat-list_tab.gif") repeat-x left bottom;
	background: -moz-linear-gradient(bottom,#f2f2f2,#e6e6e6);	/* Firefox用 */
	background: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2),to(#e6e6e6));	/* Safari,Google Chrome用 */
	color:#333;
	text-decoration:none;
}
#AreaCatList .tabs .now a,
#AreaCatList .tabs strong,
#AreaCatList .tabs a:hover,
#AreaCatList .tabs a:active {
	position:relative;
	border-top-color:#fff;
	border-bottom:1px solid #fff;
	background:#fff;
	font-weight:bold;
}
#AreaCatList .content {
	margin-top:-1px;
	padding:20px;
	border:1px solid #d9d9d9;
}
#AreaCatList .content .tab {
	display:none;
	overflow:hidden;
	_zoom:1;
}
#AreaCatList .content #TabDefault {
	display:block;
}
#AreaCatList .content a {
	color:#4d4d4d;
	*padding-bottom:1px;
	*zoom:1;
	_zoom:normal;
}
#AreaCatList .content .tab dl {
	display:inline-block;	*display:inline;
	margin-right:3em;
	vertical-align:top;
	*zoom:1;
}
#AreaCatList .content #TabDefault dl,
#AreaCatList .content #TabCN dl,
#AreaCatList .content #TabUS dl {
	margin-bottom:1.5em;
}
#AreaCatList .content #TabDefault .others {
	font-weight:bold;
}
#AreaCatList .content ul {
	overflow:hidden;
	/* _zoom:1; */
}
#AreaCatList .content li {
	float:left;
	margin-top:10px;
	margin-right:0.5em;
	padding-right:0.5em;
	border-right:1px solid #4d4d4d;
	*white-space:nowrap;
}
#AreaCatList .content #TabDefault .others li {
	margin-top:1em;
}
#AreaCatList .content li.last {
	margin-right:0;
	padding-right:0;
	border-right:none;
}
/* list-body */
#AreaCatList .list-body {
	padding:0 10px;
}
#AreaCatList .list-body dl {
	overflow:hidden;
	margin-top:10px;
	_zoom:1;
}
#AreaCatList .list-body li,
#AreaCatList .list-body dt {
	font-size:1.17em;
	font-weight:bold;
}
#AreaCatList .list-body dt {
	float:left;
	margin-right:1em;
}
#AreaCatList .list-body dd {
	overflow:hidden;
	_zoom:1;
}
#AreaCatList .list-body ul {
	overflow:hidden;
	_zoom:1;
}
#AreaCatList .list-body li {
	float:left;
	margin-right:0.5em;
	padding-right:0.5em;
	border-right:1px solid #4d4d4d;
	*white-space:nowrap;
}
#AreaCatList .list-body li.last {
	margin-right:0;
	padding-right:0;
	border-right:none;
}
#AreaCatList .list-body dd li,
#AreaCatList .list-body .cat4 li {
	font-size:1em;
	font-weight:normal;
}
#AreaCatList .list-body dd a {
	color:#4d4d4d;
}
/* cat4 */
#AreaCatList .list-body .cat4 li {
	margin-right:0;
	padding-right:0;
	padding-left:12px;
	border-right:none;
	background:url("../common/img/icon/icon_-.gif") no-repeat 2px 50%;
}
#AreaCatList .list-body .cat4 li.first {
	padding-left:0;
	background:none;
}



/* --------------------------------
■04.人気の都市から格安航空券を探す(#PickupAreaCatList)
--------------------------------
[エリアCAT1]
厳選した下位CATの商品詳細への遷移ブロックです。
-------------------------------- */
#PickupAreaCatList .sec-lead {
	font-weight:bold;
}
#PickupAreaCatList ul {
	overflow:hidden;
	margin:0 10px;
	_zoom:1;
}
#PickupAreaCatList li {
	float:left;
	margin-top:5px;
	margin-right:0.5em;
	padding-right:0.5em;
	border-right:1px solid #4d4d4d;
	*white-space:nowrap;
}
#PickupAreaCatList li.last {
	margin-right:0;
	padding-right:0;
	border-right:none;
}
#PickupAreaCatList ul a {
	color:#4d4d4d;
}


/* --------------------------------
■05.注目格安航空券(#PickupTickets)
--------------------------------
[エリアCAT1]
強化都市の商品詳細への遷移ブロックです。
[エリアCAT2]
航空会社の商品詳細への遷移ブロックです。
-------------------------------- */
#PickupTickets .sec-lead {
	margin-bottom:0;
	font-weight:bold;
}
#PickupTickets .tickets {
	padding:12px 10px;
	border-bottom:1px solid #ccc;
	font-size:1.17em;
}
#PickupTickets .tickets h3 {
	font-weight:bold;
}
#PickupTickets .tickets.last {
	border-bottom:none;
}
#PickupTickets .tickets li {
	margin-top:0.75em;
}
#PickupTickets .tickets li .price {
	margin-left:0.5em;
	color:#f00;
	font-weight:bold;
}


/* --------------------------------
■06.旅行ガイド(#TravelGuide)
--------------------------------
[エリアCAT1]
メインカラムに設置する、旅行ガイドCATへの遷移ブロックです。
-------------------------------- */
#TravelGuide .sec-lead {
	font-weight:bold;
}
#TravelGuide .body {
	margin:0 10px;
}
#TravelGuide .body ul {
	margin:15px -3px;
}
#TravelGuide .body li {
	display:inline-block;	*display:inline;
	width:16%;
	text-align:center;
	vertical-align:top;
	*zoom:1;
}
#TravelGuide .body ul img {
	display:block;
	margin:0 auto 5px;
}
#TravelGuide p.more {
	text-align:right;
}
#TravelGuide .more a {
	padding-left:15px;
	background:url("../common/img/icon/arrow_right_01.gif") no-repeat left center;
	color:#4d4d4d;
	font-size:0.92em;
}


/* --------------------------------
■07.今、人気の国！航空券ランキング(#PopularRanking)
--------------------------------
[エリアCAT1]
メインカラム最下部に設置するランキングブロックです。
-------------------------------- */
#PopularRanking {
	overflow:hidden;
}
#PopularRanking .sec-lead {
	font-weight:bold;
}
#PopularRanking .rankings {
	overflow:hidden;
	margin:0 -11px -1px;
	_zoom:1;
}
#PopularRanking .ranking {
	display:inline-block;	*display:inline;
	width:344px;
	margin:0 10px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	*zoom:1;
}
#PopularRanking .ranking h3 {
	margin:15px 10px 0;
	color:#17557a;
	font-weight:bold;
}
#PopularRanking .ranking h3:before {
	content:"■";
	float:left;
	line-height:2.5em;
	margin-right:5px;
	color:#467bbb;
	font-size:0.5em;
}
#PopularRanking .ranking h3 span {
	*display:block;
	*padding-left:10px;
	*background:url("../common/img/icon/icon_box_01.gif") no-repeat 0 8px;
}
#PopularRanking .ranking li {
	line-height:1.5;
	padding:10px 15px 10px 50px;
	border-bottom:1px dotted #b2b2b2;
	background:no-repeat 10px 50%;
}
#PopularRanking .ranking li.no01 {
	background-image:url("../common/img/icon/icon_ranking_no01_02.gif");
}
#PopularRanking .ranking li.no02 {
	background-image:url("../common/img/icon/icon_ranking_no02_02.gif");
}
#PopularRanking .ranking li.no03 {
	border-bottom:none;
	background-image:url("../common/img/icon/icon_ranking_no03_02.gif");
}
#PopularRanking .price {
	display:block;
	color:#f00;
	font-size:1.17em;
	font-weight:bold;
}


/* --------------------------------
■08.格安航空券一覧(#Tickets)
--------------------------------
[エリアCAT2-4]
所属するエリア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("../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("../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("../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;
}
