/*--------------------------------------------------------------
■最安値カレンダー 特価用CSS
---------------------------------------------------------------*/
#lowprice_title{
	background:url(/tour/campaign/sale/images/lowprice_box_head.gif) no-repeat 0 0;
	overflow:hidden;
	width:760px;
	height:40px;
	text-indent:-9999px;
	margin-bottom:0;
	padding-bottom:0;
}

#lowprice_box{
	width:758px;
	background-color:#f8e9ef;
	border-left:1px #ffb1cf solid;
	border-right:1px #ffb1cf solid;
	border-bottom:1px #ffb1cf solid;
	margin:0 0 10px;
	padding:10px 0;
}
#re_search_list{
	width:550px;
	margin-left:130px;
}

.list-title{
	color:#000099;
	font-size:14px;
	font-weight:bold;
}

#cal-box{
	width:735px;
	background-color:#FFF;
	margin-left:10px;
	position: relative ;	
}

hr{
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #000;
	height: 1px;
	width:760px;
	margin-bottom:10px;	
}

#low_cal_title{
	color:#000099;
}

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


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

/* 上書き */
#search_results_tab,
#search_results_tab ul.tab_dateList li {
height: auto;
}
/*--------------------------------------------------------------
■最安値カレンダー
---------------------------------------------------------------*/
/*タブ----------------*/
#flex_search_table p.tab {
	float: left;
	margin: 0;
	padding: 8px 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 {
	clear: both;
	padding:5px 12px 20px;
}

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

/*出発月変更（プルダウンの場合）----------------*/
#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.re_search{
	position: relative;
	margin-bottom: 10px;
}
div.re_search ul li ul{
	width: 540px;
	}
div.re_search ul li ul li{
	float: left;
	margin-right: 20px;
	}
div.re_search ul li ul li span{
	padding-left: 20px;
	}
div.re_search ul li ul li input {
	margin-right:3px;
	vertical-align:middle;
}
div.re_search ul li ul li label {
vertical-align:middle;
}
#lowprice_table div.re_search .btn {
}

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;*/
	}


