/* skin_fs_home.css 
VERSION: JUN/24/09
Last Edit nta
*/


div.st1_right{
	overflow:visible;
}


div.air_title{
	width:490px;
	height:42px;
	margin-top:12px;
}



	div.air_title h2{
		display:block;
		width:490px;
		height:42px;
		color:#314E6C;
		text-align:left;
		margin:0;
		padding-top:3px;
		font-weight:bold;
		overflow:hidden;
		text-indent:-999em;
		background-repeat:no-repeat;
	}
	
	div.air_title h2#air_title_asia{
		background: transparent url(../img/fs/bg_fs_air_title_asia.jpg) no-repeat;
	}
	
	div.air_title h2#air_title_hawaii{
		background: transparent url(../img/fs/bg_fs_air_title_hawaii.jpg) no-repeat;
	}
	
	div.air_title h2#air_title_guamsaipan{
		background: transparent url(../img/fs/bg_fs_air_title_guamsaipan.jpg) no-repeat;
	}
	
	div.air_title h2#air_title_usa{
		background: transparent url(../img/fs/bg_fs_air_title_usa.jpg) no-repeat;
	}
	
	div.air_title h2#air_title_canada{
		background: transparent url(../img/fs/bg_fs_air_title_canada.jpg) no-repeat;
	}
	
	div.air_title h2#air_title_southamerica{
		background: transparent url(../img/fs/bg_fs_air_title_southamerica.jpg) no-repeat;
	}
	
	div.air_title h2#air_title_europe{
		background: transparent url(../img/fs/bg_fs_air_title_europe.jpg) no-repeat;
	}
	
	div.air_title h2#air_title_australia{
		background: transparent url(../img/fs/bg_fs_air_title_australia.jpg) no-repeat;
	}
	
	div.air_title h2#air_title_newzealand{
		background: transparent url(../img/fs/bg_fs_air_title_newzealand.jpg) no-repeat;
	}
	
	div.air_title h2#air_title_middleeast{
		background: transparent url(../img/fs/bg_fs_air_title_middleeast.jpg) no-repeat;
	}
	
	
	

div.air_inner_wrap{
	border-top:1px solid #BAB5AB;
	border-bottom: 1px solid #BAB5AB;
	border-left: 1px solid #BAB5AB;
	border-right: 1px solid #BAB5AB;
	background-color:#FFFFFF;
	padding: 5px;
	overflow:hidden;
	width:478px;
}

	div.air_inner_wrap div.clear{
		width:1px;
		height:12px;
		
	}
	
div.air_inner{
	background-color:#FFFFFF;
	font-size:1.16em;
}	

	div.air_inner div.air_inner_left{
		background-color:#FFFFFF;
		
	}
	
	div.air_inner div.air_inner_left li{/* 航空券の一覧を<table>にする場合は削除 */
		list-style-type:none;
	}
	
	div.air_inner div.air_inner_right{
		
		background-color:#FFFFFF;
	}
	
/* right air searchbox 航空券検索フォーム */

div.air_search_outline{
	background-color:#EAE8E3;
	border-left: 1px solid #BAB5AB;
	border-right: 1px solid #BAB5AB;
	border-bottom:1px solid #BAB5AB;
	overflow:hidden;
}

div.air_search_outline div.air_search_panel{
	background-color:#EAE8E3;
	
}		

div#air_search_header ul li#air_search_header_twoway{
	margin-right:85px;
}		

	div#air_search_header ul li#air_search_header_twoway a{
		display:block;
		width:171px;
		height:30px;
		overflow:hidden;
			background: transparent url(../img/fs/air_right_tab_twoway.gif) no-repeat scroll 0 0;
		text-indent:-999em;
	}
	
	div#air_search_header ul li#air_search_header_twoway a:hover{
		background-position: 0 -30px;
	}

div#air_search_header ul li#air_search_header_oneway{
	margin-right:6px;
}

	div#air_search_header ul li#air_search_header_oneway a{
		display:block;
		width:114px;
		height:30px;
		overflow:hidden;
			background: transparent url(../img/fs/air_right_tab_oneway.gif) no-repeat scroll 0 0;
		text-indent:-999em;
	}
	
	div#air_search_header ul li#air_search_header_oneway a:hover{
		background-position: 0 -30px;
	}

div#air_search_header ul li#air_search_header_roundtrip a{
	display:block;
	width:114px;
	height:30px;
	overflow:hidden;
		background: transparent url(../img/fs/air_right_tab_roundtrip.gif) no-repeat scroll 0 0;
	text-indent:-999em;
}

div#air_search_header ul li#air_search_header_roundtrip a:hover{
	background-position: 0 -30px;
}	


div#search_tab_4tabs_step4_form_wrap,
div#search_tab_6tabs_step6_form_wrap{
	background-color:#FFFFFF;
}

div#search_tab_6tabs_step6 div.air_search_panel label{
	color:#000000;
}
		
/* right hotel searchbox ホテル検索フォーム */

table#hotel_search_panel_step4 td.tbl_sa{
	color:#000000;
}


div.ui-tabs-panel{
	padding-top:5px;
	border-top:1px solid #FFFFFF;
	
}

/*  */


/* Best Price Table  左側最安値テーブル */

table.air_top_table_bestprice{
	width:466px;
	margin: 0 6px 0 6px;
	font-size:1.1em;
	/*
border-bottom: 1px solid #BAB5AB;
*/
}

table.air_top_table_bestprice th{
	padding: 3px;
	color:#000000;
	border-bottom: 1px solid #BAB5AB;
	background-color:#FFFFFF !important;
	font-size:16px;
	text-align:right;
}

table.air_top_table_bestprice td{
	border-bottom: 1px solid #dedede;
	color:#565248;
}

table.air_top_table_bestprice td a{
	display:block;
	padding: 3px 6px;
	font-size: 16px;
}

table.air_top_table_bestprice td.right a{
	text-align:right;
}
/*
table.air_top_table_bestprice td a:hover{
	background-color:#990000;
	color:#FFFFFF;
}
*/

/* 航空券最安値テーブルでマウスオーバーしたセルのあるrowに色を付ける */

.rowhover{
				background-color:#E0B6AF;
			}

/* トップのブログ用 */
h2.index_blog_title{
	margin-left:12px;
	margin-bottom:0px;
	display:block;
	width:490px;
	height:21px;
	padding-top:8px;
	background-image:url(../img/fs/bg_fs_top_right_title.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	}
	
	h2.index_blog_title a{
		color:#FFFFFF;
	}
	
h2.index_kaiteki_title{
	margin-left:12px;
	margin-bottom:0px;
	width:490px;
	height:21px;
	padding-top:8px;
	background-image:url(../img/fs/bg_fs_top_right_title.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	}
ul.index_blog{
	width:464px;
	text-align:left;
	border:1px solid #BAB5AB;
	border-top:0px;
	margin-left:12px;
	margin-top:0px;
	margin-bottom:12px;
	padding:12px;
	border-top:1px solid #BAB5AB;
	}
	
	ul.index_blog li{
		list-style-type:none;
		line-height:0.8em;
	}
	
		ul.index_blog li a{
			font-size:1.1em;
			margin:2px 0;
			padding: 1px 0;
			display:block;
			background: transparent url(../img/bullet_01.png) scroll no-repeat;
			background-position: 0 0;
			padding-left:18px;
		}


/* fs top right oneway 片道航空券 */

table#index_oneway{
	width:490px;
	margin: 0 0 12px 12px;
}

	table#index_oneway td{
		border:1px solid #BAB5AB;
	}
	
		table#index_oneway td#index_oneway_banner{
			background-image: url(../img/fs/banner_top_right_oneway.gif);
			text-align:right;
			padding:6px;
			height:36px;
		}
		
		table#index_oneway td#index_oneway_list{
			padding: 6px 6px 6px 12px;
		}
		
			table#index_oneway td#index_oneway_list a{
				font-size:1.1em;
				margin-right:6px;
				text-decoration:underline;
				display:block;
				background: transparent url(../img/bullet_02.png) scroll no-repeat;
				background-position: 0 2px;
				padding-left:18px;
				float:left;
			}


/* fs top right country */

table#index_fs_country_wrap{
	width:490px;
}


table#index_fs_country_wrap td#index_fs_country_left_wrap{
	padding-left:12px;
	width:240px;
	vertical-align:top;
	}

table#index_fs_country_wrap td#index_fs_country_right_wrap{
	padding-left:10px;
	width:240px;
	vertical-align:top;
	}
	
table.index_fs_country_table{
	border:1px solid #BAB5AB;
	width:226px;
	margin-bottom:6px;
	}
	
	table.index_fs_country_table td.index_fs_country_desc{
		padding:6px;
		font-size:1.1em;
	}
	
		table.index_fs_country_table td.index_fs_country_desc p{
			font-size:1.1em;
			line-height:1.3em;
			padding-bottom:12px;
		}
	
		table.index_fs_country_table td.index_fs_country_desc a{
			margin: 0 6px 0 0;
		}
	
	
/* fs-select top */	
	
table.index_fs_select_table {
		border-collapse: collapse;
		border: 1px solid #BAB5AB;
		width:490px;
		margin-left: 12px;
		margin-bottom:12px;
		}
table.index_fs_select_table th {
		border-top: 1px solid #BAB5AB;
		border-bottom: 1px solid #B39169;
		border-left: 1px solid #BAB5AB;
		border-right: 1px solid #BAB5AB;
		background-color:#EFE0CD;
		font-weight:bold;
		text-align:left;
		}
table.index_fs_select_table td {
		border: 1px solid #BAB5AB;
		}
		
div.fs_cam_box {
	margin-left:12px;
	border:0px;
	margin-bottom:0px;
	}
	
table.index_fs_cam_table {
		border-collapse: collapse;
		border: 1px solid #BAB5AB;
		width:490px;
		margin-left: 12px;
		margin-bottom:12px;
		margin-top:0px;
		}
		
	table.index_fs_cam_table th{
		padding: 3px 12px;
		font-size:1.1em;
		background-color:#D1E1EF; 
		border-left: 1px solid #BAB5AB;
		border-right: 1px solid #BAB5AB;
	}	
		
	table.index_fs_cam_table td{
			padding: 3px 12px;
			font-size:1.1em;
			border-left: 1px solid #BAB5AB;
			border-right: 1px solid #BAB5AB;
			}

/* customer service */

div#index_fs_banner_customer_service_box{
	display:block;
	width:238px;
	height:200px;
	background: url(../img/banner_customer_service.jpg) no-repeat scroll 0 0;
	
}

div#index_fs_banner_customer_service_box a#index_fs_banner_customer_service_open{
	display:block;
	width:238px;
	height:118px;
	overflow:hidden;
	text-indent:-999em;
}

	div#index_fs_banner_customer_service_box a#index_fs_banner_customer_service_open:focus{
		outline:none;
	}

div#index_fs_banner_customer_service_panel{
	display:none;
	width:238px;
	height:167px;
	background: url(../img/banner_customer_service_open.jpg) no-repeat scroll 0 0;
	overflow:hidden;
	margin-top:-118px;
	cursor:pointer;
}

div#index_fs_banner_customer_service_panel ul{
	margin: 90px 12px 12px 28px;
}

	div#index_fs_banner_customer_service_panel ul li{
		font-size:1.06em;
	}


/* TOP INSTRUCTION */

div.top_instruction_box{
	display:block;
	width:488px;
	height:320px;
	border:1px solid #BAB5AB;
	margin: 4px 0 0 12px;
	display:none;
	background: url(../img/bg_top_instruction_box.jpg) no-repeat 0 0;
}

/*
	div#top_instruction_box div#top_instruction_header{
		border-bottom: 1px solid #BAB5AB;
		background-color:#275EB0;
		overflow:auto;
		background: #275EB0 url(../img/fs/bg_globaltabmenu_box.png) repeat-x 0 -12px;
	}
	
		div#top_instruction_box div#top_instruction_header a#TB_closeWindowButton{
			margin-right:12px;
		}
		
		div#top_instruction_box div#top_instruction_header h2{
			color:#FFFFFF;
			font-size: 17px;
			font-weight: bold;
			float:left;
			margin-left:12px;
			position:relative;
			top: 6px;
		}
*/

div.pickup_city_price{
border-collapse:collapse;
border:solid 1px #DEDEDE;
padding:1px;
margin-left:0px;
margin-right:2px;
margin-bottom:2px;
}

table.air_top_table_bestprice div.pickup_city_price{
	border-bottom:1px solid #DEDEDE;
	border-top:none !important;
	border-left:none !important;
	border-right:none !important;
}

th.pickup_city_box{
		border-bottom:1px solid #DEDEDE !important;
	}

div.bestprice_cityname{
margin:0px;

}
div.bestprice{
margin:0px;

}