@charset 'UTF-8';

tr.basket_line{
background-color: #FFCCCC;
}

/* 検索用ＤＩＶ */
div.subbar {
	font-family:Arial,"MS UI Gothic";
	font-size:9px;
	display	 :none;
	/* position :absolute;*/
	z-index  :100;
	color	 :#000000;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

/* 表示用テキスト */
input.displayTxt {
	background-color: transparent; 
	border-style: none;
	text-align: right;
}

/* エラーメッセージ用テキスト */
div.not_txt　{
	width: 779px;
	border-style: solid;
	border-color: #cc0000;
	border-width: 1px;
	margin:0 auto;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color:#cc0000;
}

/*共通ボタンエリア（右寄せボタンはほぼこれを使用）*/
.btnAreaRigth {
	margin:10px 0;
	padding:0;
	text-align:right;
	}
	
/*管理画面　航空区間データ*/	
#errorTitle {
	margin:5px;
	padding:0;
	font-weight:bold;
	text-align:left;
	font-size:16px;
	}

/*管理画面　航空区間データ*/	
#errorTitle {
	margin:5px;
	padding:0;
	font-weight:bold;
	text-align:left;
	font-size:16px;
	}

.errorName {
	margin:0 20px;
	padding:0;
	text-align:left;
	}	
	
div.custom_txt{
  	text-align: left;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0.1em;
}

/*空白領域*/
div.blank_area{
	margin:50px auto;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
	height: 60px;
	width: auto;
}

/*------------------------------------------------
 * お気に入り登録
 *----------------------------------------------*/
#modalboxA {
	margin			: -55px 0 0 -120px;
	display			: none;
	position		: absolute;
	left			: 40%;
	z-index			: 9999;
}
#overlay {
	display			: none;
	position		: absolute;
	top				: 0;
	left			: 0;
	z-index			: 1000;
	width			: 100%;
	height			: 100%;
	background-color: #000000;
	filter			: alpha(opacity=60);	/* IE 用 */
	-moz-opacity	: 0.6;					/* Firefox, Netscape 用 */
	opacity			: .60;					/* Opera, Safari 用 */
}

#favoritemodal{
margin: 0 15px 0 0;
_margin: 0 5px 0 0;
float: left;
width: 565px;
}

.headtitle_g{
background: url(../images/green_head.gif) no-repeat;
width: 535px;
height: 30px;
font-size: 12px;
}
.repeatbg_g{
background: url(../images/green_middle.gif) repeat-y;
}