<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ------------------------------------------

				カート

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

/* ------------------------------
		アラートブロック
--------------------------------- */

/*div.alertBlock {
	margin: 0;
	margin-top: 5px;
	width: 845px;
	height: 44px;
	background: url(/images/tour/pkg/pkg_bg_detail_alert_block.gif) no-repeat;
	font-weight: bold;
	color: #f00;
	position: relative;
}*/

div.alertBlock {
	background:transparent url(/images/tour/pkg/pkg_bg_alert-block.gif) no-repeat scroll 0 0;
	color: #FF0000;
	font-weight: bold;
	height: 60px;
	margin: 5px 0 0;
	position: relative;
	width: 950px;
}

div.alertBlock h2 {
	background: none;
	font-size: 16px;
	margin-left: 30px;
	width: 890px;
	height: auto;
	line-height: 1.3;
	padding-top: 11px;
}

div.alertBlock div.alertIcon {
	position: absolute;
	left: 10px;
	top: 10px;
	
	width: 24px;
	height: 24px;
}

div.alertBlock p {
	margin-left: 40px;
	margin-top: 5px;
}


/*---- [クリップするボタン] -----*/
div.alertBlock div.clipBtn {
	position: absolute;
	left: 856px;
	top: 10px;
	width: 84px;
	height: 25px;
}


/* ---------------------------------------
			2行アラートブロック
--------------------------------------- */

div.alertBlock2Line {
	margin: 0;
	margin-top: 5px;
	width: 845px;
	height: 44px;
	height: 70px;
	height: 60px;
	background: url(/images/tour/pkg/pkg_bg_cart_alert_block.gif) no-repeat;
	
	font-weight: bold;
	color: #f00;
	
	position: relative;
}

div.alertBlock2Line h2 {
	background: none;
	font-size: 18px;
	margin-left: 30px;
	width: 815px;
	height: auto;
	line-height: 1.2;
	padding-top: 13px;
	padding-top: 10px;
}

div.alertBlock2Line div.alertIcon {
	position: absolute;
	left: 10px;
	top: 10px;
	
	width: 24px;
	height: 24px;
}

div.alertBlock2Line p {
	margin-left: 40px;
	margin-top: 5px;
}


/*---- [クリップするボタン] -----*/
div.alertBlock2Line div.clipBtn {
	position: absolute;
	left: 856px;
	top: 10px;
	top: 18px;
	width: 84px;
	height: 25px;
}






/* ------------------------------
			ご予約内容
--------------------------------- */

div.checkListBlock {
	padding: 12px 0 ;
}

div.checkListBlock p{
	/*margin-bottom: 10px;*/
}


div.checkListBody {
	/* background-color: #f6f6df;*/
	border: 1px solid #ccc;
	border-top: none;
	padding: 12px 19px 12px 20px;
	
	padding-botom: 0;
}

* html div.checkListBody {
	margin-bottom: -16px;
}

*:first-child + html  div.checkListBody {
	margin-bottom: -16px;
}

table#checkTable {
	border-collapse: collapse;
	/*margin-top: 12px;*/
	margin-bottom: 16px;
}

table#checkTable th{
	background-color: #eee;
	border: 1px solid #cdcdcd;
	text-align: center;
	width: 80px;
}

table#checkTable td{
	background-color: #fff;
	border: 1px solid #cdcdcd;
	padding: 10px;
}


table#checkTable th.checkLine {
	background-color: #f0e2a3;
}

table#checkTable td.priceLine {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}


table#checkTable tr#sonota table{
	border-collapse: collapse;
}

table#checkTable tr#sonota table td {
	background-color: #eee;
	border: 1px solid #cdcdcd;
}

table#checkTable td.cart_price{
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	width: 160px;
}


table#checkTable tr.grayLine td {
	background-color: #f3f3f3;
}


table#checkTable td p.setting {
	
}

table#checkTable td p.setting a {
	font-weight: bold;
}

table#checkTable td p.setting img {
	margin-bottom: -3px;
	margin-left: 8px;
}

table#checkTable td p.alertTxt {
	font-weight: bold;
	font-size: 14px;
	color: #f00;
}



/* ------------------------------
			07-01
------------------------------ */

/* ご予約内容テーブル checkTable */

table.checkTable {
	border-collapse: collapse;
	/*margin-top: 20px;*/
	margin-bottom: 16px;
}


table.checkTable th{
	background-color: #eee;
	border: 1px solid #cdcdcd;
	text-align: center;
/*  091120 修正 */
	width: 170px;
/*  091120 修正 終 */
}

table.checkTable td{
	background-color: #fff;
	border: 1px solid #cdcdcd;
	padding: 10px;
}

table.checkTable tr.grayLine td {
	background-color: #f3f3f3;
}


table.checkTable td p.setting {
	margin: 0;
}

table.checkTable td p.setting a {
	font-weight: bold;
}

table.checkTable td p.setting img {
	margin-bottom: -3px;
	position: absolute;
	left: 875px;
}

* html table.checkTable td p.setting img {
	margin-bottom: -3px;
	position: absolute;
	left: 900px;
}

table.checkTable td p.alertTxt {
	font-weight: bold;
	font-size: 14px;
	color: #f00;
}

/*
table.checkTable th.checkLine {
	background-color: #f0e2a3;
	font-weight: bold;
}

table.checkTable td.priceLine {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

table.checkTable tr#sonota table{
	border-collapse: collapse;
}

table.checkTable tr#sonota table td {
	background-color: #eee;
	border: 1px solid #cdcdcd;
}
*/





/* 料金詳細テーブル priceDetail */

table.priceDetail {
	border-collapse: collapse;
	/*margin-top: 20px;*/
	margin-bottom: 16px;
}


table.priceDetail th{
	background-color: #eee;
	border: 1px solid #cdcdcd;
	text-align: center;
	padding: 5px 0 5px 0;
}

table.priceDetail th.Small{
	width: 103px;
}

table.priceDetail th.Big{
	width: 125px;
}

table.priceDetail th.SmallSmall{
	width: 70px;
}

table.priceDetail td{
	background-color: #fff;
	border: 1px solid #cdcdcd;
	padding: 5px;
	text-align: right;
}

table.priceDetail td.noLine{
	background-color: #fff;
	border: none;
}

table.priceDetail td.kind {
	background-color: #F5F5F5;
	font-weight: bold;
	width: 70px;
	text-align: center;
}

table.priceDetail tr#sonota table{
	border-collapse: collapse;
}

table.priceDetail tr#sonota table td {
	background-color: #eee;
	border: 1px solid #cdcdcd;
}

table.priceDetail td.cart_price{
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

table.priceDetail td.cart_priceCenter{
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}


table.priceDetail tr.grayLine td {
	background-color: #f3f3f3;
}

table.priceDetail td p.setting {
	margin: 0;
}

table.priceDetail td p.setting a {
	font-weight: bold;
}

table.priceDetail td p.setting img {
	margin-bottom: -3px;
	position: absolute;
	left: 875px;
}

* html table.priceDetail td p.setting img {
	margin-bottom: -3px;
	position: absolute;
	left: 900px;
}

table.priceDetail td p.alertTxt {
	font-weight: bold;
	font-size: 14px;
	color: #f00;
}



/* その他ツアー代金テーブル otherTable */

table.otherTable {
	border-collapse: collapse;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
}

table.otherTable th{
	background-color: #eee;
	border: 1px solid #cdcdcd;
	text-align: center;
	padding: 5px 0 5px 0;
}

table.otherTable th.Left{
	width: 590px;
}

table.otherTable th.Big{
	width: 125px;
}

table.otherTable th.SmallSmall{
	width: 68px;
}

table.otherTable td{
	background-color: #fff;
	border: 1px solid #cdcdcd;
	padding: 5px;
	text-align: right;
}

table.otherTable td.noLine{
	background-color: #fff;
	border: none;
}

table.otherTable td.kind {
	background-color: #F5F5F5;
	font-weight: bold;
	text-align: left;
}

table.otherTable tr#sonota table{
	border-collapse: collapse;
}

table.otherTable tr#sonota table td {
	background-color: #eee;
	border: 1px solid #cdcdcd;
}

table.otherTable td.cart_price{
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

table.otherTable td.cart_priceCenter{
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

table.otherTable tr.grayLine td {
	background-color: #f3f3f3;
}

table.otherTable td p.setting {
	margin: 0;
}

table.otherTable td p.setting a {
	font-weight: bold;
}


/*----- お支払い代金 -----*/

table.checkAll {
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.checkAll th{
	border: none;
	padding: 0 5px 3px;
	font-size: 15px;
	text-align: left;
}


table.checkAll th.Allprice{
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}

table.checkAll td.Line{
	border-bottom: 2px solid #cdcdcd;
}

table.checkAll th.Line{
	border-bottom: 2px solid #cdcdcd;
}

table.checkAll td{
	border: none;
	padding: 0 5px 3px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}

table.checkAll td.noLine{
	border: none;
}

table.checkAll td.cart_price{
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}





/*----------------------------------------
			オプションブロック
----------------------------------------*/

div.optionBlock {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-top: none;
	padding: 12px 19px;
	width: 910px;
}

* html div.optionBlock {
	padding: 0;
	width: 948px;
}


div.optionBlock #renraku_cancel {
	/*width: 919px;*/
	width: 910px;
	margin: 0 auto;
	margin-top: 12px;
	
}

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

div.optionBlock #renraku, 
div.optionBlock #cancel {
	width: 908px;
}

div.optionBlock #renraku {
	float: left;
}

/*
div.optionBlock #cancel {
	float: right;
	margin-right: 10px;
}
*/

* html div.optionBlock #cancel {
	/*margin-right: 0;
	margin-right: auto;*/
}


div.optionBlock #renraku h3, 
div.optionBlock #cancel h3 {
	padding: 0;
	margin: 0;
	background: none;
	width: 908px;
	height: 26px;
}
div.optionBlock #renraku .contentBlock,
div.optionBlock #cancel .contentBlock {
	height: 100px;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 1024px) {
	div.optionBlock #renraku .contentBlock,
	div.optionBlock #cancel .contentBlock {
		height: 100%;
	}
}
div.optionBlock .contentBlock {
	padding: 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 10px;
}

div.optionBlock #renraku p{
	margin-bottom: 10px;
}

div.optionBlock #renraku textarea{
	width: 420px;
	height: 80px;
}



/*----------------------------------------
			キャンセル料
----------------------------------------*/

html {
	overflow-y: scroll;
}


#cancel iframe {
	width: 880px;
	height: 100px;
	margin: 0;
	padding: 0;
}


#cancelFeeBody,
#hoelInfo {
	margin: 0;
	padding: 0 10px;
	width: auto;
	text-align: left;
}

#cancelFeeBody p {
	
}

#cancelFeeBody h5,
#hoelInfo h5 {
	/*margin-top: 12px;*/
	font-size: 12px;
	font-weight: bold;
}

#cancelFeeBody h6,
#hoelInfo h6 {
	margin-top: 10px;
	font-size: 12px;
}

#cancelFeeBody ul,
#hoelInfo ul {
	margin-top: 4px;
}

#cancelFeeBody ul li,
#hoelInfo ul li {
	margin-top: 4px;
}

#cancelFeeBody ul.subList,
#hoelInfo ul.subList {
	margin-left: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
}




/*----- ツアー日程 -----*/
/*
div.optionBlock #nittei {
	width: 908px;
}

div.optionBlock #nittei .contentBlock {
	padding: 10px 20px;
}

div.optionBlock #nittei h3,
div.optionBlock #jokensho h3 {
	padding: 0;
	margin: 0;
	background: none;
	width: 908px;
	height: 26px;
}

div.optionBlock #nittei th{
	background-color: #6d9acd;
	padding: 5px 0;
	text-align: center;
}

div.optionBlock #nittei td{
	background-color: #e6ebee;
	padding: 5px 10px;
	text-align: center;
}

div.optionBlock #nittei td.textleft{
	text-align: left;
}

*/

/*
div.optionBlock #nittei .contentBlock {
	padding: 10px 20px;
}
*/


/*----- 募集型企画旅行条件書 -----*/
div.optionBlock #jokensho {
	margin: 0 auto;
	margin-top: 12px;
}

* html div.optionBlock #jokensho {
	margin-left: 19px;
}

div.optionBlock #jokensho div.contentBlock {
	/*width: 886px;
	
	background-color: #ddd;*/
	
	width: 886px;
}

div.optionBlock #jokensho h3 {
	padding: 0;
	margin: 0;
	background: none;
	width: 908px;
	height: 26px;
}

div.optionBlock #jokensho iframe {
	width: 882px;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align:left;
}

#jokenshoBody {
	width: 840px;
	margin: 0;
	padding: 0;
}


#jokenshoBody p {
	margin: 0;
	padding: 0;
	text-align: left;
}


/* ------------------------------
		予約申し込みをする
--------------------------------- */


div.reserveBlock {
	
}

div.reserveBody {
	width: 910px;
	background-color: #f6f6df;
	border: 1px solid #ccc;
	border-top: none;
	padding: 19px;
	padding-top: 16px;
	padding-bottom: 16px;
}

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

div.reserveBody h3 {
	width: 445px;
	background: none;
	margin: 0;
	padding: 0;
}

div.reserveBody .textBody{
	/*height: 150px;*/
	height: auto;
	/*height: 180px;*/
}

div.reserveBody div.memberBlock {
	width: 445px;
	float: left;
}

div.reserveBody div.memberBlock h3{
	background:url(/images/tour/head/pkg_cart_h3_member.gif) no-repeat;
	width:445px;
	height:26px;
	overflow:hidden;
}

div.reserveBody div.memberBlock h3 p.titlenote{
	text-align:right;
	padding-top:5px;
	width:445px;
	height:21px;
}

div.reserveBody div.memberBlockBody {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top:none;
	padding: 12px;
	height:245px;

}

div.reserveBody div.noMemberBlock {
	width: 445px;
	float: right;
}

div.reserveBody div.noMemberBlock h3{
	width:445px;
	height:26px;
}

div.reserveBody div.noMemberBlockBody {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top:none;
	padding: 12px;
	z-index:0;
	height:245px;
}

div.reserveBody div.memberBlockBody p,
div.reserveBody div.noMemberBlockBody p {
	height:75px;
}

div.reserveBody div.memberBlockBody .tablewrap,
div.reserveBody div.noMemberBlockBody .tablewrap {
	height:100px;
}

div.reserveBody div.memberBlockBody table,
div.reserveBody div.noMemberBlockBody table {
	margin: 10px 0;
	margin-top: 12px;
	margin-bottom: 0;
}

div.reserveBody div.memberBlockBody th,
div.reserveBody div.noMemberBlockBody th {
	width: 120px;
	background-color: #5497e3;
	text-align: center;
}

div.reserveBody div.memberBlockBody td,
div.reserveBody div.noMemberBlockBody td {
	background-color: #d1e4fa;
	padding: 10px 5px;
}


div.reserveBody div.memberBlockBody td img,
div.reserveBody div.noMemberBlockBody td img {
	vertical-align:middle;
}


div.reserveBody div.memberBlockBody #member_id,
div.reserveBody div.memberBlockBody #member_pw,
div.reserveBody div.noMemberBlockBody #new_ad {
	width: 200px;
	height: 16px;
	margin-right: 10px;
}

div.reserveBody div.memberBlockBody input#member_id,
div.reserveBody div.memberBlockBody input#member_pw,
div.reserveBody div.noMemberBlockBody input#new_ad{
	border:1px solid #7F9DB9;
	padding:2px 0;
	vertical-align:middle;
}

div.reserveBody .btnReserve {
	/*text-align: center;*/
	width: 200px;
	height: 38px;
	display: block;
	margin: 20px auto;
	margin-bottom: 0;
}



/*チェックボックス*/
div.reserveBody div.memberBlockBody div.checkBlock,
div.reserveBody div.noMemberBlockBody div.checkBlock {
	/*margin-top: 12px;*/
	text-align:center;
	background-color: #E7F6FD;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 350px;
}



/* ----- [日程] ----- */
div.currentDaysBlock,
div.currentTourDetailBlock h3 {
	width: 908px;
	clear: both;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0;
}


div.currentDaysBlock h3,
div.currentTourDetailBlock h3 {
	background: none;
	height: 26px;
	margin: 0;
	padding: 0;
	width: 908px;
}


div.currentDaysBlock div.currentDataBody,
div.currentTourDetailBlock div.currentDataBody {
	border: 1px solid #ccc;
	border-top: none;
	/*width: 826px;
	width: 908px;*/
	width: 882px;
	padding: 10px 12px;
	padding-top: 20px;
	background-color: #fff;
}

*html div.currentDaysBlock div.currentDataBody,
div.currentTourDetailBlock div.currentDataBody {
	margin-bottom: 12px;
}


/*----- ツアー日程 ------ */
table.tourDaysTable {
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #fff;
}

table.tourDaysTable th {
	background-color: #6d9acd;	
	border: 1px solid #fff;
	padding: 5px 0;
	text-align: center;
}

table.tourDaysTable th.date1TH {
	width:90px;
}

table.tourDaysTable th.dateTH {
	width:70px;
}

table.tourDaysTable th.contentsTH {
	/*width:470px;*/
	width: 500px;
}

table.tourDaysTable th.mealTH {
	/*width:100px;*/
	width: 60px;
}

table.tourDaysTable th.placeTH {
	/*width:180px;*/
	width: 100px;
}

table.tourDaysTable td {
	background-color: #e6ebee;
	border: 1px solid #fff;
	padding: 5px;
	text-align: center;
}

table.tourDaysTable td.contentsTD {
	text-align:left;
}

table.tourDaysTable td.contentsTD img {
	margin-bottom: -2px;
}

table.tourDaysTable td span {
	font-size: 10px;
	margin: 2px 0;
}

div.currentDaysBlock p.daysAttention {/*ツアー日程注意書き*/
	margin: 0 28px;
	margin-top: 4px;
}

/* ------------------------------
		予約申し込みをする（ID登録済みの場合）
--------------------------------- */


div.reserveBlock_Reg {
	
}



div.reserveBody_Reg {
	width: 910px;
	background-color: #f6f6df;
	border: 1px solid #ccc;
	border-top: none;
	padding: 19px;
	padding-top: 16px;
	padding-bottom: 16px;
}

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

div.reserveBody_Reg h3 {
	width: 445px;
	background: none;
	margin: 0;
	padding: 0;
}

div.reserveBody_Reg .textBody{
	/*height: 150px;*/
	height: auto;
	/*height: 180px;*/
}

div.reserveBody_Reg div.memberBlock {
	width: 445px;
	float: left;
}

div.reserveBody_Reg div.memberBlock h3{
	width:445px;
	height:26px;
}

div.reserveBody_Reg div.memberBlockBody {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top:none;
	padding: 12px;
	height: 245px;
}

div.reserveBody_Reg div.noMemberBlock {
	width:445px;
	float:right;
	background-color:#e5e5e5;
	position:relative;
	z-index:0;
}

div.reserveBlock_Reg div#re_regbtn{
	width:222px;
	height:58px;
	display:block;
	position:absolute;
	top:118px;left:100px;
	z-index:2;
}

div.reserveBody_Reg div.noMemberBlock h3{
	width:445px;
	height:26px;
}

div.reserveBody_Reg div.noMemberBlockBody {
	border: 1px solid #ccc;
	border-top:none;
	padding: 12px;
	height: 245px;
}

div.reserveBody_Reg div.memberBlockBody p,
div.reserveBody_Reg div.noMemberBlockBody p{
	height:75px;
}

div.reserveBody_Reg div.memberBlockBody .tablewrap,
div.reserveBody_Reg div.noMemberBlockBody .tablewrap {
	height:100px;
}

* html div.reserveBody_Reg div.memberBlockBody .tablewrap,
* html div.reserveBody_Reg div.noMemberBlockBody .tablewrap {
	height:110px;
}

div.reserveBody_Reg div.memberBlockBody table,
div.reserveBody_Reg div.noMemberBlockBody table {
	margin: 10px 0;
	margin-top: 12px;
	margin-bottom: 0;
}

div.reserveBody_Reg div.memberBlockBody th,
div.reserveBody_Reg div.noMemberBlockBody th{
	width: 120px;
	background-color:#5497e3;
	text-align: center;
}

div.reserveBody_Reg div.noMemberBlockBody th{
	background-color:#9D9D9D;
}


div.reserveBody_Reg div.memberBlockBody td,
div.reserveBody_Reg div.noMemberBlockBody td{
	background-color: #d1e4fa;
	padding: 10px 5px;
}

div.reserveBody_Reg div.noMemberBlockBody td{
	background-color: #D2D2D2;
}

div.reserveBody_Reg div.memberBlockBody td img,
div.reserveBody_Reg div.noMemberBlockBody td img {
	vertical-align:middle;
}


div.reserveBody_Reg div.memberBlockBody #member_id,
div.reserveBody_Reg div.memberBlockBody #member_pw,
div.reserveBody_Reg div.noMemberBlockBody #new_ad  {
	width: 200px;
	height:16px;
	margin-right: 10px;
}

div.reserveBody_Reg div.memberBlockBody input#member_id,
div.reserveBody_Reg div.memberBlockBody input#member_pw,
div.reserveBody_Reg div.noMemberBlockBody input#new_ad{
	border:1px solid #7F9DB9;
	padding:2px 0;
	vertical-align:middle;
	background-color:#ffffcc;
}


div.reserveBody_Reg .btnReserve {
	/*text-align: center;*/
	width: 200px;
	height: 38px;
	display:block;
	margin: 20px auto;
	margin-bottom: 0;
}

/*----- ツアーの詳細 ------*/
table.tourDetailTable {
	border-collapse: collapse;
	border: 1px solid #fff;
	margin: 0 auto;
}

table.tourDetailTable th {
	background-color: #6d9acd;	
	border: 1px solid #fff;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width:115px;
}

table.tourDetailTable td {
	background-color: #e6ebee;
	border: 1px solid #fff;
	padding: 5px;
	text-align: left;
}

table.tourDetailTable td.contentsTD {
	text-align:left;
}

table.tourDetailTable td span {
	font-size: 10px;
}



/*********** Add 091120 別のホテル表示用-Login- *************/
table.checkTable div.currentDataBody_Other{
	border: 1px solid #ccc;
	border-top: none;
	width: 676px;
	padding: 10px 12px;
}

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

table.checkTable table.hotelName td.htlName {
	/*font-size: 14px;
	font-weight: bold;
	float:left;*/
	background:url(/images/tour/icon/pkg_grey_dotted.gif) top right repeat-y;
	width: 495px;
	padding: 0 5px 0 0;

}

table.checkTable div.ctb_o_hotel{
	/*float:right;
	margin-top:5px;*/
	line-height:2.3;
	width:auto;
	height:23px;
	text-indent:40px;
	background:url(/images/tour/icon/pkg_o_hotel.gif) 0px 0px no-repeat;
	overflow:hidden;
	margin-left: 10px;
}

table.checkTable .attention_wrap .htl_attention{
	background:url(/images/tour/pkg/pkg_flight_attent_bubble.gif) top left no-repeat;
	z-index:9999;
	width:163px;
	height:97px;
	position:absolute;
	top:20px;
	left:-70px;
}


table.checkTable .attention_wrap .htl_attention p{
	font-weight:normal;
	font-size:11px;
	padding:18px 10px 10px;
}

table.checkTable .attention_wrap{
	float:left;
	position:relative;
	margin-left:5px;
}

table.checkTable .attention_wrap img{
	line-height: 1;
	margin-right: 5px;
	float:left;
}

table.checkTable table.hotelName td{
	padding:0;
	margin:0;
	border: none;
}</pre></body></html>