/*--------------------------------------------------------------
■最安値カレンダー 特価用CSS
---------------------------------------------------------------*/
#lowprice_box{
	width:933px;
	background-color:#F8E9EF;
	border:1px #FFB1CF solid;
	padding:10px 5px 10px 10px;
	}

.re_search{
	width:200px;
	float:left;
	position:relative;
}
#re_search_list{
	width:200px;
	line-height:1.8;
}

.list-title{
	color:#333;
	font-size:12px;
	font-weight:bold;
}

#re_search_list ul.disp_sel{
	width:200px;
}
#re_search_list ul.disp_sel li{
	float:left;
	margin-right:5px;
	}

#re_search_list ul.disp_sel li input{
	margin-right:5px;
	vertical-align:middle;
}
#re_search_list p select{
	margin-bottom:2px;
}

#cal-box{
	width:730px;
	background-color:#FFF;
 	margin-left:200px;
	/margin-left:0;
	position:absolute;
	}

#low_cal_title{
	color:#000099;
}

#cal_info{
	position: absolute;
	left: 320px;
	top:18px;
}


/*--------------------------------------------------------------
■最安値カレンダー・キャリアマトリクス全体
---------------------------------------------------------------*/
#flex_search_table {
	clear: both;
	width: 930px;
	margin: 7px 0 10px;
}

/* 上書き */
#search_results_tab,
#search_results_tab ul.tab_dateList li {
height: auto;
}
/*--------------------------------------------------------------
■最安値カレンダー
---------------------------------------------------------------*/

#low_cal_area{
	background-color:#FFF;
	font-weight:bold;
	font-size:20px;
	padding:5px 10px;
}
/*タブ----------------*/
#flex_search_table p.tab {
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
	font-weight: bold;
	font-size: 14px;
}
#flex_search_table .btnarea {
	float:right;
	margin: 8px 15px 2px 0;
	padding-top:0;
	vertical-align:middle;
	font-weight: bold;
}

/*最安値カレンダー背景----------------*/
#lowprice_table {
	padding:10px;
	position:absolute;
	top:55px;
	background:#FFF;
	/left:0;
	}

/*凡例----------------*/
#lowprice_table ul.example {
	float: left;
}
#lowprice_table ul.example li {
	display: inline;
	margin-right: 15px;
}

#lowprice_table ul.example li  img{
	vertical-align:middle;
	margin-right:5px;
}

/*出発月変更（プルダウンの場合）----------------*/
#lowprice_table div.dep_month01 {
	margin-left: 10px;
	float: left;
}
#lowprice_table div.dep_month01 p{
	display: inline;
}

/*出発月変更（テキストの場合）----------------*/
#lowprice_table div.dep_month02 {
	margin-left: 10px;
	float: right;
}
#lowprice_table div.dep_month02 ul {
	float: left;
	margin-left: 10px;
}
#lowprice_table div.dep_month02 ul li {
	float: left;
	margin-right: 5px;
}
#lowprice_table div.dep_month02 ul li.year {
	margin-right: 10px;
}
#lowprice_table div.dep_month02 ul li.on {
	background: transparent url(/images/icon/arrow/other/08.gif) no-repeat scroll 0 5px;
	padding: 0 0 0 12px;
}

/*カレンダー----------------*/
#lowprice_table table.lowprice_monthly {
	margin-top: 5px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
#lowprice_table table.lowprice_monthly th,
#lowprice_table table.lowprice_monthly td {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	width: 101px;
}
#lowprice_table table.lowprice_monthly th {
	text-align: center;
}
#lowprice_table table.lowprice_monthly td a {
	display: block;
	padding: 2px 0;
	text-decoration: none;
}
#lowprice_table table.lowprice_monthly td a:hover {
	background-color: #ffff99;
}
#lowprice_table table.lowprice_monthly td .day {
	display: inline-block;
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
	width: 23px;
	text-align: center;
	border-right: 1px dotted #cccccc;
}
#lowprice_table table.lowprice_monthly td .price {
	display: inline-block;
	text-align: right;
	padding-right: 3px;
	width: 72px;
	text-decoration: underline;
	color: #FF0000;
}
#lowprice_table table.lowprice_monthly td .bd {
	font-weight: bold;
}
#lowprice_table table.lowprice_monthly td .bs {
	font-weight: bold;
	font-size: 11px;
}
#lowprice_table table.lowprice_monthly td .yen {
	font-size: 10px;
}

/*土日----------------*/
#lowprice_table table.lowprice_monthly .sunday {
	background-color: #ffeee4;
}
#lowprice_table table.lowprice_monthly .saturday {
	background-color: #d3e8ff;
}

/*選択日----------------*/
#lowprice_table table.lowprice_monthly td.selected {
	background-color: #ff0000;
}
#lowprice_table table.lowprice_monthly td.selected .day {
	color: #FFFFFF;
}
#lowprice_table table.lowprice_monthly td.selected .price {
	color: #FFFFFF;
}

#lowprice_table table.lowprice_monthly td.selected a:hover .day {
	color: #0000CC;
}
#lowprice_table table.lowprice_monthly td.selected a:hover .price {
	color: #FF0000;
}

/*最安値----------------*/
#lowprice_table table.lowprice_monthly td.cheapest {
	/*border: none;*/
}
#lowprice_table table.lowprice_monthly td.cheapest .price {
	width: 69px;
}
#lowprice_table table.lowprice_monthly td.cheapest a {
	background-color: #ffcc00;
	border: 2px solid #ff0000;
	padding: 0;
}
#lowprice_table table.lowprice_monthly td.cheapest a:hover {
	background-color: #ffff99;
}

div.pageingTop {
	margin-top: 5px;
}

/* 目的地プルダウン */

#search_results div.re_search ul li select{
	margin-right: 3px;
	font-size: 14px;
	font-weight: bold;
}
#search_results div.re_search ul li span{
/*	padding-left: 10px;*/
	}


