﻿@charset "UTF-8";
/*index.htmlのクラスをまとめています*/



/*ヘッダの指定-------*/

#HEADER div.header {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 6px 5px 8px;
	margin: 0 0 10px 0;
	height: 55px;
	font-size: 88%;
 background-image: url(../../common_001/images/header/head-back01.jpg) background-repeat: repeat-x;
	background-position: left bottom;
}
#HEADER div.header a.icon-link1-head {
	background-image: url(../images/icon-link1-head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
	padding-bottom: 2px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
}
/*コンテンツ部分背景指定-------*/

.top#CONTENTS {
	background-color: #FFFFFF;
}
/*大レイアウトコンテナ-------*/

.top#CONTENTS table.layouttb {
	margin: 0px;
	padding: 0px;
	width: 970px;
}
/*サブヘッド（デザイン違いの2種類）-----*/

.top#CONTENTS table.layouttb table.subhead1 {
 background-image: url(../../common_001/images/header/subhead-back01.jpg) background-repeat: repeat-x;
	background-position: left top;
	background-color: #000066;
	width: 100%;
}
.top#CONTENTS table.layouttb table.subhead1 td.subhead1-td1 {
	padding-right: 5px;
	padding-left: 10px;
	vertical-align: middle;
	height: 25px;
}
.top#CONTENTS table.layouttb table.subhead1 td.subhead1-td1 h2 {
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}
.top#CONTENTS table.layouttb table.subhead2 {
	background-image: url(../images/subhead-back02-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #8ca8e2;
	width: 100%;
}
.top#CONTENTS table.layouttb table.subhead2 td.subhead2-td1 {
	padding-right: 5px;
	padding-left: 10px;
	vertical-align: middle;
	height: 25px;
}
.top#CONTENTS table.layouttb table.subhead2 td.subhead2-td1 h2 {
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}
/*コンテンツ用コンテナ（デザイン違いの2種類：サブヘッド直下に使用）----*/

#CONTENTS.top table.layouttb table.contenttb1 {
}
.top#CONTENTS table.layouttb table.contenttb1 td.contenttb1-td1 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	padding: 10px;
}
/*form用*/

.top#CONTENTS table.layouttb select.menu-1 {
	width: 80px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
input.button-sis-1 {
	width: 120px;
	height: 30px;
}
input.button-sis-2 {
	width: 200px;
	height: 30px;
}
/*その他のtop専用のベーシックな指定*/

.th {
	text-transform: none;
}
.alart {
	color: #CC6600;
}
.mr2 {
	text-transform: none;
	margin-right: 2px;
}
.mr3 {
	text-transform: none;
	margin-right: 3px;
}
.mr4 {
	text-transform: none;
	margin-right: 4px;
}
.mr5 {
	text-transform: none;
	margin-right: 5px;
}
/*テキストアイコン カラー設定*/

.icon.bg_CC0000 {
	background-color: #CC0000 !important;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	width: 25px;
	margin-left: 5px;
}
table.typeV, table.typeV td, table.typeV.th {
	border-bottom-color:none;
	border-width:0px;
	background:none;
}
/*プルダウン*/
.input_80px {
	width:80px;
}
.input_110px {
	width:110px;
}
.input_135px {
	width:135px;
}
/*セパレートライン*/
.separate_top_airline750px {
	background-image:url(../../images/lin_air_750.gif);
	height:25px;
	margin-left:1px;
	margin-right:1px;
}
.separate_top_stay750px {
	background-image:url(../../images/lin_stay_750.gif);
	height:28px;
	margin-left:1px;
	margin-right:1px;
}
.search_error_text {
	color:#FF6800;
}

#signin_overlay{
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	z-index: 999999;
}

#signin_overlay_table{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 1000000;
}

#signin_overlay_box{
	width: 800px;
	text-align: left;
	margin: 0px auto;
	background-color: #ffffff;
}
