/* ------------------------------------------

				ホテルリスト

------------------------------------------ */

/*----- [ホテルリスト一覧] -----*/
div.headBlock {
	margin-top: 10px;
	position: relative;
}

/*
div.headBlock h2 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
*/

div.headBlock h2 {
	margin: 0 auto;
	background: none;
	width: 935px;
	height: 25px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	border-left: 5px solid #ccc;
	padding: 2px 0 1px 5px;
	font-size: 14px;
	font-weight: bold;
}

div.headBlock h2.window {
	margin: 0 auto;
	background: none;
	width: 370px;
	height: 25px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	border-left: 5px solid #ccc;
	padding: 2px 0 1px 5px;
	font-size: 14px;
	font-weight: bold;
}


/*----- 「エリアマップ」ボタン タイトルバー内 -----*/
div.headBlock div.areaMap {
	margin-bottom: 2px;
	position: absolute;
	left: 773px;
	top: 3px;
	width: 93px;
	height: 21px;
}

/*----- 「ご注意」ボタン タイトルバー内 -----*/
div.headBlock div.Info {
	margin: 0;
	position: absolute;
	left: 875px;
	top: 3px;
	width: 63px;
	height: 21px;
}


/*----- [他の都市ホテル都市一覧を見る] -----*/
div.citySelectBlock {
	width: 950px;
/*	text-align: right;*/
	margin: 0;
	padding: 5px 0 10px;
}

div.citySelectBlock:after{
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

/*----- 右側 -----*/

#headright{
	/*float: right;
	z-index:1;*/
	margin: 10px auto 0;
	/*width:690px;*/
}

* html #headright{
	/*width:581px;*/
}

#headright div.select_btn{
	/*float: left;
	width: 370px;*/
	width:750px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0 25px;
}
#headright div.select_btn span{
	display: block;
	padding: 6px 0 0 110px;
	}
.clipquestion{
	background:transparent url(/images/tour/pkg/pkg_icon_question.gif) no-repeat scroll 0 50%;
	padding-left:16px;
}

table#citySelect{
	margin: 15px auto;
	width: 830px;
	border-collapse: collapse;
	border:1px solid #B3B3B3;
}
table#citySelect.dep{width:450px;margin:10px 0 0 10px;/*float: left;*/}
table#citySelect.dep td{padding: 0 0 0 10px;}

.icon_reset {
	background: url(/images/tour/icon/icon_reset.gif) no-repeat scroll left center ;
	padding: 0 0 0 15px;
	vertical-align: middle;
}
.select_btn span {vertical-align: bottom: 0 0 15px 0;}


/* clearfix hacks
--------------------------------------*/

#headright:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
*:first-child+html #headright{display: inline-block;}
* html #headright{height: 1%;}


table#citySelect th {
	background-color: #5EA8FE;
	border-left: 3px solid #386496;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	padding: 8px 5px 8px 20px;
}

table#citySelect td {
	vertical-align: middle;
	border:1px solid #B3B3B3;
	/*width: 550px;*/
	width: auto;
}

table#citySelect div.selectBlock {
	float: left;
	margin: 3px 15px auto 10px;
}

table#citySelect input.selectBtn {
	float: right;
	margin: 0 15px auto 0;
}



/* safari3,4 hack */
html[xmlns*=""] body:last-child #citySelect span#selectCOUNTRY select{width:205px;}
body:first-of-type #citySelect span#selectCOUNTRY select{width:205px;}

html[xmlns*=""] body:last-child #citySelect span#selectCITY select{width:112px;}
body:first-of-type #citySelect span#selectCITY select{width:112px;}

/*---左側　ホテル一覧の説明---*/
#headleft{
	/*float:left;*/
	width:369px;
	margin: 15px auto;

}

* html #headleft{
	margin-left:0px;
}

#headleft img{
	vertical-align:bottom;
}


/*---右側　ボタン---*/

#headright #htllstbtn{
	clear:right;
	margin:0 auto;
	text-align:center;
	width:350px;
}

#htllstbtn img{
	vertical-align:bottom;
}


/*--- 090615 追加 --*/
#citySelectimg{
	margin: 3px auto 10px auto;
	text-align:right;	
}


/*----- [ホテルリスト] -----*/
#listBlock {
	margin: 0 auto;
	/*margin-top: 20px*/
	width: 940px;
	clear: both;
}

table#hotelList {
	border: 1px solid #b3b3b3;
	border-collapse: collapse;
}

/* * html table#hotelList { width: 940px; }*/
/* *:first-child+html table#hotelList { width: 940px; }*/

table#hotelList th {
	border: 1px solid #b3b3b3;
	background-color: #5EA8FE;
	text-align: center;
	color: #FFF;
	padding: 5px 0;
}

table#hotelList td {
	border: 1px solid #b3b3b3;
	font-size: 12px;
	width: 167px;
	line-height: 1.4;
	padding: 5px;
	vertical-align: top;
}

table#hotelList td.areaname {
	border: 1px solid #b3b3b3;
	background-color: #e7e7e7;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px 0;
	width: 100px;
}

table#hotelList td.areaname a{
	text-align:center;
	margin: 0 auto;
	display:block;
	/*width:76px;
	height:32px;*/
}

table#hotelList td.areaname span{
	margin: 3px;
}

table#hotelList td ul li {
	/*background: transparent url(/images/tour/pkg/pkg_parts_arrow_s.gif) no-repeat scroll left 0.8em;*/
	/*background: transparent url(/images/tour/pkg/pkg_parts_circle_s.gif) no-repeat scroll left 0.7em;*/
	margin-left:0px;
	padding-top:5px;
	clear:left;
	position: relative;
}

table#hotelList td ul li input{
	float:left;
}

table#hotelList td ul li div.balloon{
	height:78px;
	left:-63px;
	position:absolute;
	top:-70px;
	width:139px;
	z-index:999999;
}

*html table#hotelList td ul li div.balloon{
	height:78px;
	left:-212px;
	position:absolute;
	top:-68px;
	width:139px;
	z-index:999999;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tour/pkg/hotel_list_check_baloon.png', sizingMethod='scale');
}

*html table#hotelList td ul li div.balloon img{
	text-indent:-9999px;
}

table#hotelList td ul li a{
	display:block;
	float:left;
	width:130px;
	margin-left:2px;
}


/*--- 090615 追加 --*/
table#hotelList td#minh_for_list0{
	height:100px;
}


/*----- [宿泊に関する注意] -----*/
#stayInfo {
	margin-top: 20px;
}

#stayInfo ul {
	padding: 12px;
	border: 1px solid #ccc;
	border-top: none;
}

#stayInfo ul li {
	background: transparent url(/images/tour/pkg/pkg_detail_list_dot.gif) no-repeat scroll 0 2px;
	padding-left: 12px;
	line-height: 1.5;
}

#stayInfo ul li.attentionAll {
	background: transparent url(/images/tour/pkg/pkg_parts_arrow_s.gif) no-repeat scroll left 0.8em;
	padding-left: 10px;
	padding-top: 8px;
	font-color: red;
	font-weight: bold;
	line-height: 1.4;
}


/*----- [閉じる] -----*/
div.btnClose {
	width: 64px;
	height: 25px;
	margin: 20px auto;
}

/*----- エラー文言 -----*/
div.err {
	color:#FF0000;
	font-size:16px;
	font-weight:bold;
	text-align: center;
}


/*----- 都市未選択画面 -----*/

div#no_city {
	width: 800px;
	margin: 20px auto 50px;
}

div#no_city h3 {
	background: none;
	padding: 0;
	font-size: 14px;
	width: 800px;
}

div#no_city ul {
	margin-bottom: 15px;
	overflow: auto;
}

div#no_city li {
	margin-top: 10px;
	font-weight: bold;
	float: left;
	width: 395px;
}

div#no_city li span.area {
	background-color: #5EA8FE;
	display: block;
	color: #FFFFFF;
	padding: 4px 5px;
	margin: 0 10px 2px 0;
	border-left: solid 3px #386496;
		border-bottom: solid 1px #cccccc;
}

div#no_city dl {
	margin-left: 15px;
	padding: 3px 0;
	border-bottom: dotted 1px #cccccc;
	width: 355px;
}

div#no_city dt {
	float: left;
	font-weight: bold;
	width: 90px;
}

div#no_city dd {
	/*display: inline;*/
	font-weight: normal;
	padding-left: 90px;
}

/*--------------------------------------------------------------
■再検索吹き出し
---------------------------------------------------------------*/
#tourList{position: relative;}
/*#hotelList td{position: relative;}*/
#choiceList #againBox{
	clear: both;
	background: url(/images/tour/bg/bg_balloon_t.png) no-repeat 3px 5px;
	width: 155px;
	height: 137px;
	padding: 18px 2px 8px;
	text-align: center;
	z-index: 1000;
	}
*:first-child+html #choiceList #againBox {clear: none;}
* html #choiceList #againBox {clear: none;}

#choiceList  #againBox .note{padding:5px 0 0 8px;font-size: 10px;text-align: left;}
#choiceList  #againBox .note span{
	padding: 0 5px;
	color:#ff0000;
	}
.txtLink{text-align: right;}
#againBox p{clear: both;}
table#hotelList td ul li .icon_reset{
	display: block;
	background: url(/images/tour/icon/icon_reset.gif) no-repeat left center;
	padding: 0 3px 0 15px;
	float: right;
	width: 100px;
	}
#againBox p.btn{margin: 5px 0 0 6px;}

#againBox p.btn a{
	display: block;
	width: 145px;
	height: 49px;
	text-indent: -9000px;
	margin: 0 0 5px 0;
	}
#againBox p.btn a{background: url(/images/system/button/tour_htl_addt.gif) no-repeat 0 0;}
#againBox p.btn a:hover{background: url(/images/system/button/tour_htl_addt.gif) no-repeat 0 -49px;}
#againBox.limit p.btn{
	display: block;
	width: 145px;
	height: 49px;
	margin-bottom: 5px;
	text-indent: -9000px;
	background: url(/images/system/button/tour_htl_addt.gif) no-repeat 0 -98px;
	cursor:default;
	}
