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

/* check-box style */
.imgCheckbox {
	display: none;
}

/* check-box style */
.CheckBoxLabelClass {
	display: block;
	padding: 3px 0 3px 28px;
	background: url(/sp/domtour/hotel/info/modules/image/bg_checkbox_on.png) no-repeat left center;
	background: url(/sp/domtour/hotel/info/modules/image/bg_checkbox.png) no-repeat left center;
	background-size: 22px 22px;
		-webkit-background-size: 22px 22px;
}

/* selected style */
.LabelSelected {
	background: url(/sp/domtour/hotel/info/modules/image/bg_checkbox_on.png) no-repeat left center;
	background-size: 22px 22px;
		-webkit-background-size: 22px 22px;
}

/* selected style */
p.PSelected {
	background: none;
}

/* reserve style */
div.reserve-field {
	display: table;
	margin: 10px auto 0;
	width: 95%;
	border-bottom: #afafaf 1px solid;
	border-radius: 4px;
		-webkit-border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

/* option style */
dl.add-option{
	display: table;
	margin: 10px auto 0;
	width: 95%;
	border-bottom: #afafaf 1px solid;
	border-radius: 4px;
		-webkit-border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

/* reserve-icon style */
p.reserve-field-icon {
	display: table-cell;
	margin: 0;
	padding-top: 8px;
	width: 42px;
	background: #0d56a7;
	border: #0a3e78 1px solid;
	border-right: none;
	border-bottom: #093a71 2px solid;
	border-radius: 4px 0 0 4px;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
	text-align: center;
	vertical-align: middle;
}

/* reserve-detail style */
div.reserve-field-detail {
	display: table-cell;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	background-color: #ebebeb;
	border: #afafaf 1px solid;
	border-left: none;
	border-bottom: #a4a4a4 2px solid;
	border-radius: 0 4px 4px 0;
		-webkit-border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
	text-align: center;
	vertical-align: middle;
}
	div.reserve-field-detail p {
		margin: 0;
	}

/* search date style */
.search-date {
	display: table;
	width: 100%;
	color: #333333;
}
	.search-date input {
		display: none;
	}
	.search-date span {
		display: table-cell;
		vertical-align: middle;
	}
	.search-date span.txt-display-date {
		width: 84%;
		border-right: #cccccc 1px solid;
	}
		.search-date span.txt-display-date a {
			display: block;
			padding: 9px 0 6px;
			color: #333333;
		}
	.search-date span.btn-display-date {
		padding: 0;
		width: 16%;
		border-left: #ffffff 1px solid;
	}
		.search-date span.btn-display-date a {
			display: block;
			padding: 11px 0 4px;
		}

/* airport style */
div.airport select {
	display: none;
}
div.airport div.reserve-field-detail p {
	display: table;
	width: 100%;
	background: url(/sp/domtour/hotel/info/modules/image/airport_line.png) no-repeat 42% 50%;
	background-size: 12px 105px;
		-webkit-background-size: 12px 105px;
	border-radius: 0 4px 4px 0;
		-webkit-border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
}
div.airport div.reserve-field-detail span {
	display: table-cell;
	width: 42%;
	vertical-align: middle;
}
	div.airport div.reserve-field-detail span a {
		display: block;
		padding: 11px 8px;
		color: #333333;
		line-height: 1.2;
	}
	div.airport div.reserve-field-detail #selected-arrival-apo {
		border-right: #cccccc 1px solid;
	}
	div.airport div.reserve-field-detail #airport-change {
		display: table-cell;
		padding: 0;
		width: 37px;
		border-left: #ffffff 1px solid;
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
		background-color: #ebebeb;
		vertical-align: middle;
		border-radius: 0 4px 4px 0;
			-webkit-border-top-right-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
	}

/* seat-class style */
div.seat-class {
	border-bottom: none;
	box-shadow: none;
		-webkit-box-shadow: none;
}
	div.seat-class p.reserve-field-icon {
		border-bottom: #093a71 1px solid;
		box-shadow: 0 1px 3px rgba(0,0,0,.3);
			-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	}
		div.seat-class p.reserve-field-icon span {
			position: relative;
			display: block;
		}
		div.seat-class p.reserve-field-icon span:after {
			content: "";
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: -4px;
			border-bottom: #093a71 1px solid;
			border-radius: 4px 0 0 4px;
				-webkit-border-top-left-radius: 4px;
				-webkit-border-bottom-left-radius: 4px;
		}
	div.seat-class div.reserve-field-detail {
		border: none;
	}
	div.seat-class p.switch {
		display: table; width:100%;
	}
	div.seat-class .cb-disable span {
		letter-spacing: -0.2em;
	}

/* switch style */
.switch input {
	display: none;
}
.switch .cb-enable {
	display: table-cell;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	background-color: #ebebeb;
	border: #afafaf 1px solid;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	width: 42%;
}
	.switch .cb-enable span {
		position: relative;
		display: block;
		padding: 10px 0;
	}
	.switch .cb-enable span:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: -1px;
		border-bottom: #afafaf 2px solid;
	}
	.switch .cb-enable.selected {
		background: -webkit-gradient(linear, left top, left bottom, from(#CEDFF4), to(#EEF3FD));
		background-color: #CEDFF4;
		box-shadow: 1px 1px 4px rgba(0,0,0,.4) inset, -1px -1px 4px rgba(0,0,0,.4) inset;
			-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.4) inset, -1px -1px 4px rgba(0,0,0,.4) inset;
	}
		.switch .cb-enable.selected span {
			border-bottom: #afafaf 1px solid;
		}
		.switch .cb-enable.selected span:after {
			display: none;
		}
.switch .cb-disable {
	display: table-cell;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	background-color: #ebebeb;
	border: #afafaf 1px solid;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	width: 58%;
	white-space: nowrap;
	border-left: none;
	border-radius: 0 4px 4px 0;
		-webkit-border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
}
	.switch .cb-disable span {
		border-left: none;
		border-radius: 0 4px 4px 0;
			-webkit-border-top-right-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
		position: relative;
		display: block;
		padding: 10px 0;
	}
	.switch .cb-disable span:after {
		border-left: none;
		border-radius: 0 4px 4px 0;
			-webkit-border-top-right-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: -1px;
		border-bottom: #afafaf 2px solid;
	}
	.switch .cb-disable.selected {
		background: -webkit-gradient(linear, left top, left bottom, from(#CEDFF4), to(#EEF3FD));
		background-color: #CEDFF4;
		box-shadow: 1px 1px 4px rgba(0,0,0,.4) inset, -1px -1px 4px rgba(0,0,0,.4) inset;
			-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.4) inset, -1px -1px 4px rgba(0,0,0,.4) inset;
	}
		.switch .cb-disable.selected span {
			border-bottom: #afafaf 1px solid;
		}
		.switch .cb-disable.selected span:after {
			display: none;
		}

/* pax-count style */
div.seat-count-table {
	display: table;
	width: 100%;
}
	div.seat-count-table div.hover-select {
		display: table-cell;
		width: 33%;
		border-left: #ffffff 1px solid;
		border-right: #cccccc 1px solid;
		vertical-align: middle;
	}
	div.seat-count-table div.hover-select:first-child {
		border-left: none;
	}
	div.seat-count-table div.hover-select:last-child {
		border-right: none;
		border-radius: 0 4px 4px 0;
			-webkit-border-top-right-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
	}

/* select style */
div.hover-select select {
	display: none;
}
div.hover-select p {
	line-height: 1.2;
}
	div.hover-select p a {
		display: block;
		padding: 6px 0;
		color: #333333;
	}
		div.hover-select p a span {
			display: block;
			font-size: 11px;
			white-space: nowrap;
		}
		div.hover-select p span.triger-change {
			display: block;
			padding: 6px 0;
			color: #333333;
		}
			div.hover-select p span span {
				display: block;
				font-size: 11px;
				white-space: nowrap;
			}
	div.hover-select .select-ui-show a {
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

dl.add-option select {
	display: none;
}

dl.add-option dt {
	display: table;
	width: 100%;
}
	dl.add-option dt a {
		display: block;
		color: #333333;
		background: url(/sp/domtour/hotel/info/modules/image/icon_option_plus.png) no-repeat 95% 50%;
		background: url(/sp/domtour/hotel/info/modules/image/icon_option_minus.png) no-repeat 95% 50%;
		background-size: 13px 13px;
			-webkit-background-size: 13px 13px;
	}

dl.add-option dd div.option-detail {
	display: table;
	width: 100%;
}
dl.add-option dt.option-close a {
	background: url(/sp/domtour/hotel/info/modules/image/icon_option_plus.png) no-repeat 95% 50%;
	background-size: 13px 13px;
		-webkit-background-size: 13px 13px;
}

dl.add-option dd a {
	display: block;
	padding: 8px 0 7px;
	color: #333333;
}

dl.add-option span.reserve-field-icon {
	display: table-cell;
	margin: 0;
	padding-top: 8px;
	width: 42px;
	background: #0d56a7;
	border-left: #0a3e78 1px solid;
	border-bottom: #0b4a8f 1px solid;
	text-align: center;
	vertical-align: middle;
}

dl.add-option dt span.reserve-field-icon {
	border-top: #0a3e78 1px solid;
	border-radius: 4px 0 0 0;
		-webkit-border-top-left-radius: 4px;
}

dl.add-option dt.option-close span.reserve-field-icon {
	border-radius: 4px 0 0 4px;
		-webkit-border-bottom-left-radius: 4px;
}

dl.add-option div.option-detail:last-child span.reserve-field-icon {
	border-bottom: #093a71 2px solid;
	border-radius: 0 0 0 4px;
		-webkit-border-bottom-left-radius: 4px;
}
dl.add-option dt span.reserve-field-detail {
	border-top: #afafaf 1px solid;
	border-radius: 0 4px 0 0;
		-webkit-border-top-right-radius: 4px;
}

dl.add-option dt.option-close span.reserve-field-icon {
	border-bottom: #093a71 2px solid;
}


dl.add-option dt.option-close span.reserve-field-detail {
	border-radius: 0 4px 4px 0;
		-webkit-border-bottom-right-radius: 4px;
}

dl.add-option div.option-detail span.reserve-field-detail {
	background: none;
	background-color: #f5f5f5;
}

dl.add-option div.option-detail:last-child span.reserve-field-detail {
	border-bottom: #a4a4a4 2px solid;
	border-radius: 0 0 4px 0;
		-webkit-border-bottom-right-radius: 4px;
}

dl.add-option dt.option-close span.reserve-field-detail {
	border-bottom: #a4a4a4 2px solid;
}

dl.add-option span.reserve-field-detail {
	display: table-cell;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	background-color: #ebebeb;
	border-right: #afafaf 1px solid;
	border-bottom: #d1d1d1 1px solid;
	text-align: center;
	vertical-align: middle;
}

/* toggle style */
dl.be-toggle {
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	border-radius: 4px;
		-webkit-border-radius: 4px;
}
	dl.be-toggle dt {
		display: table;
		width: 100%;
	}
		dl.be-toggle dt a {
			display: block;
			padding: 8px 25px 7px 0;
			color: #333333;
			background: url(/sp/domtour/hotel/info/modules/image/icon_option_plus.png) no-repeat 95% 50%;
			background: url(/sp/domtour/hotel/info/modules/image/icon_option_minus.png) no-repeat 95% 50%;
			background-size: 13px 13px;
				-webkit-background-size: 13px 13px;
		}
		dl.be-toggle dt span.reserve-field-icon {
			border-top: #0a3e78 1px solid;
			border-radius: 4px 0 0 0;
				-webkit-border-top-left-radius: 4px;
		}
		dl.be-toggle span.reserve-field-detail {
			display: table-cell;
			background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
			background-color: #ebebeb;
			border-right: #afafaf 1px solid;
			border-bottom: #d1d1d1 1px solid;
			text-align: center;
			vertical-align: middle;
		}
		dl.be-toggle dt span.reserve-field-detail {
			border-top: #afafaf 1px solid;
			border-radius: 0 4px 0 0;
				-webkit-border-top-right-radius: 4px;
		}
		dl.be-toggle dt.be-toggle-close a {
			background: url(/sp/domtour/hotel/info/modules/image/icon_option_plus.png) no-repeat 95% 50%;
			background-size: 13px 13px;
				-webkit-background-size: 13px 13px;
		}
		dl.be-toggle dt.be-toggle-close span.reserve-field-icon {
			border-radius: 4px 0 0 4px;
				-webkit-border-bottom-left-radius: 4px;
			border-bottom: #093a71 2px solid;
		}
		dl.be-toggle dt.be-toggle-close span.reserve-field-detail {
			border-radius: 0 4px 4px 0;
				-webkit-border-bottom-right-radius: 4px;
			border-bottom: #a4a4a4 2px solid;
		}
	dl.be-toggle span.reserve-field-icon {
		display: table-cell;
		margin: 0;
		padding-top: 8px;
		width: 42px;
		background: #0d56a7;
		border-left: #0a3e78 1px solid;
		border-bottom: #0b4a8f 1px solid;
		text-align: center;
		vertical-align: middle;
	}
	dl.be-toggle dd {
		padding: 1px 0 10px;
		background: #f5f5f5;
		border-left: #a4a4a4 1px solid;
		border-right: #a4a4a4 1px solid;
		border-bottom: #a4a4a4 2px solid;
		border-radius: 0 0 4px 4px;
			-webkit-border-bottom-left-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
	}
	dl.be-toggle p.open-checkbox {
		margin: 10px auto 0;
		width: 93%;
		font-size: 16px;
		white-space: nowrap;
	}

div.select-members dt.accordion-toggle-tit {
	font-size: 17px;
	white-space: nowrap;
}

/* horizon style */
div.input-horizon dl {
	display: table;
	width: 93%;
}
div.input-horizon dt {
	display: table-cell;
	width: 35%;
	line-height: 0.9em;
	font-size: 16px;
	vertical-align: middle;
}
div.input-horizon dd {
	display: table-cell;
	padding: 0;
	width: 65%;
	border: none;
	font-size: 16px;
	vertical-align: middle;
}
div.input-horizon input {
	padding: 7px 10px;
	width: 95%;
	border: #afafaf 1px solid;
	border-top:  #afafaf 2px solid;
	border-radius: 4px;
		-webkit-border-radius: 4px;
	font-size: 16px;
	background: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* error style */
div.input-horizon input.error {
	width: 87%;
}

/* flight-no style */
div.input-horizon dd.flight-number {
	white-space: nowrap;
}
	div.input-horizon dd.flight-number input {
		margin: 0 5px;
		width: 50%;
	}

dl.be-toggle div.input-horizon dd.flight-number input.error {
	width: 45%;
}

div.input-horizon dd .error-txt {
	margin-right: 5px;
}

/* search-date style */
div.input-horizon .search-date {
	margin: 0;
	width: 96%;
}
	div.input-horizon .search-date span.txt-display-date {
		width: 80%;
		background: #ffffff;
		border: #afafaf 1px solid;
		border-top:  #afafaf 2px solid;
		border-radius: 4px 0 0 4px;
			-webkit-border-top-left-radius: 4px;
			-webkit-border-bottom-left-radius: 4px;
		font-size: 16px;
	}
		div.input-horizon .search-date span.txt-display-date a {
			padding: 7px 0 8px;
		}
		div.input-horizon .search-date span.txt-display-date em {
			padding-left: 10px;
		}
	div.input-horizon .search-date span.btn-display-date {
		width: 20%;
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
		background-color: #ebebeb;
		border: #afafaf 1px solid;
		border-left: none;
		border-radius: 0 4px 4px 0;
			-webkit-border-top-right-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
		text-align: center;
	}
.search-date span.txt-display-date span.triger-change {
	display: block;
	padding: 7px 0 8px;
	width: auto;
	color: #333333;
	border: none;
	background: #dddddd;
}
.search-date span.btn-display-date span.triger-change {
	display: block;
	padding: 11px 0 4px;
	width: auto;
	border: none;
}

/* tab style */
ul.be-tab {
	position: relative;
	width: 100%;
	text-align: center;
}
ul.be-tab:after {
	content : '';
	display : block;
	clear : both;
}
	ul.be-tab li {
		display: inline-block;
		margin-bottom: 5px;
		width: 46%;
	}
	ul.be-tab li:first-child {
		margin-right: 5px;
	}
		ul.be-tab li a {
			display: block;
			padding: 8px 0;
			color: #333333;
			background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
			background-color: #ebebeb;
			border: #afafaf 1px solid;
			border-bottom: #afafaf 2px solid;
			border-radius: 4px;
				-webkit-border-radius: 4px;
			font-size: 16px;
			text-align: center;
		}
	ul.be-tab li.be-tab-active {
		margin-bottom: 0;
	}
		ul.be-tab li.be-tab-active a {
			position: relative;
			padding-bottom: 15px;
			color: #1e2e7b;
			background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#f2f2f2));
			background-color: #f2f2f2;
			border-bottom: 0;
			border-radius: 4px 4px 0 0;
				-webkit-border-top-left-radius: 4px;
				-webkit-border-top-right-radius: 4px;
			-webkit-tap-highlight-color: rgba(0,0,0,0);
		}
		ul.be-tab li.be-tab-active a:after {
			content: '';
			position: absolute;
			bottom: 8px;
			left: 50%;
		    display: block;
		    width: 0;
			margin-left: -5px;
			border-width: 6px 5px 0;
			border-style: solid;
			border-color: #1e2e7b transparent;
		}

/* tab style */
div.be-tab-contents {
	margin-top: -1px;
	border-top: #afafaf 1px solid;
	box-shadow: 0 10px 15px #f2f2f2 inset;
		-webkit-box-shadow: 0 10px 15px #f2f2f2 inset;
}

div.be-tab-area {
	display: none;
}

/* input-readonly style */
input.input-readonly {
	background: #dddddd !important;
}

/* slide style */
.slide-contents ul.slide-contents-list {
	margin: 10px auto 0;
	width: 80%;
	background: #f5f5f5;
	border: #cccccc 1px solid;
	border-radius: 4px;
		-webkit-border-radius: 4px;
}
	.slide-contents ul.slide-contents-list li {
		border-bottom: #cccccc 1px solid;
	}
	.slide-contents ul.slide-contents-list li.selected {
		background: #cdddf5 url(/sp/domtour/hotel/info/modules/image/bg_selected.png) no-repeat 96% 48%;
		background-size: 14px 15px;
			-webkit-background-size: 14px 15px;
	}
	.slide-contents ul.slide-contents-list li:first-child {
		border-radius: 4px 4px 0 0;
			-webkit-border-top-left-radius: 4px;
			-webkit-border-top-right-radius: 4px;
	}
	.slide-contents ul.slide-contents-list li:last-child {
		border-bottom: none;
		border-radius: 0 0 4px 4px;
			-webkit-border-bottom-left-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
	}
		.slide-contents ul.slide-contents-list li a {
			display: block;
			padding: 8px 12px;
			color: #333333;
		}

/* hover-select style */
.hover-select div {
	position: relative;
}
	.hover-select div.hover-select-ui {
		position: absolute;
		top: -30px;
		left: 50%;
		display: none;
		width: 179px;
		margin-left: -68px;
		background: #0d56a8;
		border: #0d56a8 4px solid;
		border-radius: 4px;
			-webkit-border-radius: 4px;
		box-shadow: 0 0 5px rgba(0,0,0,0.8);
			-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.8);
		z-index: 100;
	}

/* hover-select-table style */
.hover-select-ui table {
	border-collapse: collapse;
}
	.hover-select-ui table td {
		padding: 7px 0;
		width: 44px;
		background: #ffffff;
		border-right: #cccccc 1px solid;
		border-bottom: #cccccc 1px solid;
		text-align: center;
		vertical-align: middle;
	}
	.hover-select-ui table td:last-child {
		border-right: none;
	}
	.hover-select-ui table tr:last-child td {
		border-bottom: none;
	}
	.hover-select-ui table tr:first-child td:first-child {
		border-radius-topleft: 4px;
			-webkit-border-top-left-radius: 4px;
	}
	.hover-select-ui table tr:first-child td:last-child {
		border-radius-topright: 4px;
			-webkit-border-top-right-radius: 4px;
	}
	div.hover-select-ui table tr:last-child td:first-child {
		border-radius-bottomleft: 4px;
			-webkit-border-bottom-left-radius: 4px;
	}
	.hover-select-ui table tr:last-child td:last-child {
		border-radius-bottomright: 4px;
			-webkit-border-bottom-right-radius: 4px;
	}
	.hover-select-ui table td.selected {
		position: relative;
		display: block;
		background: #cdddf5;
		border: #cdddf5 1px solid;
	}
	.hover-select-ui table td.selected:before {
		content:"";
		display:block;
		position:absolute;
		top: -2px;
		left: -2px;
		padding: 1px;
		width: 100%;
		height: 100%;
		border: #0d56a8 1px solid;
	}

/* calendar style */
ul.cal-control {
	margin: 18px auto 0;
	width: 190px;
	overflow: hidden;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
}
ul.cal-control:after {
	content : '';
	display : block;
	clear : both;
}
	ul.cal-control li {
		float: left;
		width: 48px;
	}
		ul.cal-control li span {
			display: block;
			width: 48px;
			height: 30px;
		}
		ul.cal-control li span.disable {
			background: none;
		}
	ul.cal-control li.cal-control-prev {
		background: url(/sp/domtour/hotel/info/modules/image/btn_calendar_prev.png) no-repeat left top;
		background-size: 48px 30px;
			-webkit-background-size: 48px 30px;
	}
		ul.cal-control li.cal-control-prev span {
			background: url(/sp/domtour/hotel/info/modules/imgage/btn_calendar_prev_on.png) no-repeat left top;
			background-size: 48px 30px;
				-webkit-background-size: 48px 30px;
		}
	ul.cal-control li.cal-control-next {
		background: url(/sp/domtour/hotel/info/modules/image/btn_calendar_next.png) no-repeat right top;
		background-size: 48px 30px;
			-webkit-background-size: 48px 30px;
	}
		ul.cal-control li.cal-control-next span {
			background: url(/sp/domtour/hotel/info/modules/image/btn_calendar_next_on.png) no-repeat right top;
			background-size: 48px 30px;
				-webkit-background-size: 48px 30px;
		}
div.display-calendar {
	margin: 10px auto 0;
	width: 294px;
	overflow: hidden;
}
div.cal-section {
	margin-bottom: 20px;
}
	div.cal-section p.cal-month {
		margin: 0 0 5px;
		font-size: 20px;
		text-align: center;
		line-height: 1;
	}
		div.cal-section p.cal-month span {
			margin-left: 5px;
		}
	div.cal-section table {
		width: 100%;
		border-radius: 4px;
			-webkit-border-radius: 4px;
	}
		div.cal-section table th {
			width: 14%;
			padding: 5px;
			text-align: center;
			background: #f5f5f5;
			position: relative;
			color: #ffffff;
			background: #0e57aa;
			border-right: #0c498d 1px solid;
			font-size: 12px;
			font-weight: normal;
		}
		div.cal-section table th:first-child {
			border-radius: 4px 0 0 0;
				-webkit-border-top-left-radius: 4px;
		}
		div.cal-section table th:last-child {
			border-right: none;
			border-radius: 0 4px 0 0;
				-webkit-border-top-right-radius: 4px;
		}
		div.cal-section table th:after {
			position: absolute;
			top: 0;
			left: 0;
			content: '';
			display: block;
			width: 1px;
			height: 100%;
			background: #2768b3;
		}
		div.cal-section table th:first-child:after {
			display: none;
		}
		div.cal-section table td  {
			width: 14%;
			padding: 5px;
			text-align: center;
			background: #f5f5f5;
			color: #525252;
			border-right: #cccccc 1px solid;
			border-bottom: #cccccc 1px solid;
		}
		div.cal-section table td:first-child {
			color: #cc3333;
			background: #faeaea;
			border-left: #cccccc 1px solid;
		}
		div.cal-section table td:last-child {
			color: #0659ac;
			background: #e6eef7;
		}
		div.cal-section table tr:last-child td:first-child {
			border-radius: 0 0 0 4px;
				-webkit-border-bottom-left-radius: 4px;
		}
		div.cal-section table tr:last-child td:last-child {
			border-radius: 0 0 4px 0;
				-webkit-border-bottom-right-radius: 4px;
		}
		div.cal-section table td.today {
			color: #ffffff;
			background: #999999;
		}
		div.cal-section table td.holiday {
			color: #cc3333;
			background: #faeaea;
		}
		div.cal-section table td.cal-disable {
			color: #cccccc;
			background: #f5f5f5;
		}
		div.cal-section table td.cal-empty {
			color: #cccccc;
			background: #f5f5f5;
		}
		div.cal-section table td.select-date {
			color: #ffffff;
			background: #ff9900;
		}

section.slide-contents {
	display: none;
	border-bottom: none;
}

/* reserve-list style */
div.reserve-list {
	margin: 10px auto 0;
	width: 95%;
	background: #f5f5f5;
	border: #cccccc 1px solid;
	border-radius: 4px;
		-webkit-border-radius: 4px;
	font-size: 16px;
}
	div.reserve-list p.time-limit {
		display: table;
		margin: 0;
		padding: 10px 0;
		width: 100%;
		border-bottom: #cccccc 1px solid;
		border-radius: 4px 4px 0 0;
			-webkit-border-top-left-radius: 4px;
			-webkit-border-top-right-radius: 4px;
	}
		div.reserve-list p.time-limit span:first-child {
			display: table-cell;
			padding-left: 10px;
			width: 60px;
		}
			div.reserve-list p.time-limit span:first-child img {
				margin-left: 5px;
				vertical-align: text-bottom;
			}
		div.reserve-list p.time-limit span:last-child {
			display: table-cell;
		}
	div.reserve-list p.reserve-summary {
		padding-bottom: 10px;
	}
	div.reserve-list div.go-reserve-detail {
		padding-bottom: 10px;
		border-top: #cccccc 1px solid;
		border-radius: 0 0 4px 4px;
			-webkit-border-bottom-left-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
	}
		div.reserve-list div.go-reserve-detail p {
			text-align: center;
		}
		div.reserve-list div.go-reserve-detail p.btn-base {
			width: 87%;
		}

/* pagenavi style */
section p.pagenav-info {
	font-size: 16px;
	text-align: center;
}
section ul.pagenav {
	margin-top: 15px;
	width: 95%;
	height: 40px;
	text-align: center;
}
	section ul.pagenav li {
		display: inline-block;
		margin-right: 5px;
		font-size: 16px;
	}
	section ul.pagenav li:last-child {
		margin-right: 0;
	}
		section ul.pagenav li input {
			padding: 6px 12px;
			color: #333333;
			border: #cccccc 2px solid;
			border-radius: 4px;
				-webkit-border-radius: 4px;
			background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
			background-color: #f7f7f7;
			font-size: 16px;
		}
		section ul.pagenav li.first-page input {
			padding: 6px 0;
			color: #0000cc;
			border: none;
			background: none;
			background-color: none;
		}
		section ul.pagenav li.last-page input {
			padding: 6px 0;
			color: #0000cc;
			border: none;
			background: none;
			background-color: none;
		}

/* ticket-info style */
dl.ticket-info dt span.reserve-field-detail {
	padding-left: 10px;
	text-align: left;
}
dl.ticket-info dd {
	background: #ffedd2;
}
	dl.ticket-info dd p.payment {
		padding: 5px 0;
		background: #ffffff;
		border: #cccccc 1px solid;
		text-align: center;
	}
		dl.ticket-info dd p.payment em {
			color: #cc0000;
			font-size: 20px;
		}
		dl.ticket-info dd p.payment span {
			color: #cc0000;
		}

/* reserve style */
dl.reserve-detail dt span.reserve-field-detail {
	padding-left: 10px;
	text-align: left;
}
dl.reserve-detail dd {
	display: none;
	padding: 0;
}

	dl.reserve-detail dd p.stit-info {
		margin: 10px 0 0;
		padding: 6px 10px;
		color: #ffffff;
		background: #0099cc;
	}
	dl.reserve-detail dd p.stit-info:first-child {
		margin: 0;
	}
	dl.reserve-detail dd p.error {
		color: #333333;
		border-top: #cccccc 1px solid;
		border-bottom: #cccccc 1px solid;
	}
	dl.reserve-detail dd p.error:first-child {
		border-top: none;
	}

/* flight-info style */
dl.flight-info dd p.stit-info {
	display: table;
	padding: 0;
	width: 100%;
}
dl.flight-info dd p.stit-info span {
	display: table-cell;
	padding: 6px 10px;
	width: 40%;
}
dl.flight-info dd p.stit-info span:first-child img {
	margin-left: 5px;
	vertical-align: text-bottom;
}
dl.flight-info dd p.stit-info span:last-child {
	width: 60%;
	text-align: right;
}
dl.flight-info dd p.flight-error{
	padding: 6px 10px;
	border: #cccccc 1px solid;
	background: #ffeaea;
}
dl.flight-info dd div.flight-info-sec {
	margin-top: 10px;
	border-top: #cccccc 1px solid;
}
dl.flight-info dd p.stit-info+div.flight-info-sec {
	margin: 0;
	border: none;
}
dl.flight-info dd p span.cost-category {
	display: inline-block;
	margin-right: 15px;
}
dl.flight-info dd p span.icon-premium {
	padding-left: 25px;
	background: url(/sp/domtour/hotel/info/modules/image/icon_premium.png) no-repeat left center;
	background-size: 20px 20px;
		-webkit-background-size: 20px 20px;
}
dl.flight-info dd dl.seat {
	margin: 10px 0 0 10px;
	zoom: 1;
}
dl.flight-info dd dl.seat:after {
	content: "";
	display: block;
	clear: both;
}
	dl.flight-info dd dl.seat dt {
		float: left;
		width: 20%;
	}
	dl.flight-info dd dl.seat dd {
		display: block;
		float: left;
		width: 80%;
		border: none;
	}
	dl.flight-info dd dl.seat em {
		display: inline-block;
		margin: 0 5px 5px 0;
		padding: 0 2px 0 1px;
		background: #ffffff;
		border: #cccccc 1px solid;
		letter-spacing: -0.08em;
	}
	dl.flight-info dd p.skip {
		margin-top: 0;
		color: #666666;
		font-size: 14px;
	}

/* reserve style */
dl.reserve-detail p.toggle-close {
	margin: 10px 0 0;
	padding: 6px 10px;
	border-top: #cccccc 1px solid;
	text-align: right;
}
dl.reserve-detail dd p.separate {
	margin: 10px 0 0;
	padding: 10px 10px 0;
	border-top: #cccccc 1px solid;
}

/* title-icon style */
h2.tit-has-icon {
	margin: 10px auto 0;
	width: 95%;
}
	h2.tit-has-icon span {
		display: table;
		margin: 0;
		width: 100%;
		border-bottom: #afafaf 1px solid;
		border-radius: 4px;
			-webkit-border-radius: 4px;
		box-shadow: 0 1px 3px rgba(159,162,172,.45);
			-webkit-box-shadow: 0 1px 3px rgba(159,162,172,.45);
	}
		h2.tit-has-icon span span {
			display: table-cell;
			margin: 0;
			padding: 7px 0 6px 0;
			width: 42px;
			background: #0d56a7;
			border: #0a3e78 1px solid;
			border-right: none;
			border-bottom: #093a71 1px solid;
			border-radius: 4px 0 0 4px;
				-webkit-border-top-left-radius: 4px;
				-webkit-border-bottom-left-radius: 4px;
			text-align: center;
			vertical-align: middle;
		}
		h2.tit-has-icon span em {
			display: table-cell;
			background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#f4f4f4));
			background-color: #e9e9e9;
			border: #cdcdcd 1px solid;
			border-left: none;
			border-bottom: #b3b3b3 1px solid;
			border-radius: 0 4px 4px 0;
				-webkit-border-top-right-radius: 4px;
				-webkit-border-bottom-right-radius: 4px;
			text-align: left;
			vertical-align: middle;
			padding: 7px 0 6px 10px;
		}

/* thanks-image style */
section p.img-reserve-thanks {
	margin: 10px auto 0;
	text-align: center;
	line-height: 0;
}

/* arrow style */
section ul.arrow-link {
	margin: 10px auto 0;
	width: 95%;
	background: #f5f5f5;
	border: #cccccc 1px solid;
	border-radius: 4px;
		-webkit-border-radius: 4px;
}
	section ul.arrow-link li {
		border-bottom: #cccccc 1px solid;
	}
	section ul.arrow-link li:last-child {
		border-bottom: none;
	}
	section ul.arrow-link a {
		position: relative;
		display: block;
		padding: 5px 10px;
		color: #333333;
	}
	section ul.arrow-link a:after{
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		border-top: solid 3px #999999;
		border-right: solid 3px #999999;
		position: absolute;
		top: 50%;
		right: 9px;
		margin-top: -5px;
		transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
	}


/* =========================================== */
/*   selector id                               */
/* =========================================== */
/* contener style */
section #spDomContener p {
	margin-bottom: 0;
}

/* date style */
#display-date {
	display: table;
	width: 100%;
	color: #333333;
}
	#display-date input {
		display: none;
	}
	#display-date span {
		display: table-cell;
		vertical-align: middle;
	}
	#display-date span.txt-display-date a {
		display: block;
		padding: 9px 0 6px;
		color: #333333;
	}
	#display-date span.txt-display-date {
		width: 84%;
		border-right: #cccccc 1px solid;
	}
	#display-date span.btn-display-date {
		padding: 0;
		width: 16%;
		border-left: #ffffff 1px solid;
	}
	#display-date span.btn-display-date a {
		display: block;
		padding: 11px 0 4px;
	}

/* paxcount style */
#selectd-infant-count div.hover-select-ui {
	top: -5px;
	width: 135px;
	margin-left: -90px;
}

/* pageslide style */
#pageslide h2 {
	padding: 12px 0;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#265daf), to(#3c6db7));
	background-color: #265daf;
	text-shadow: 0px 1px 1px #1c427b;
	text-align: center;
}

#pageslide p.pageslide-close {
	position: absolute;
	top: -5px;
	right: 10%;
}

div.roundbox div.hover-select-ui {
	top: -5px;
	width: 135px;
	margin-left: -50%;
}

div.roundbox p.stit-info {
	margin: 10px 0 0;
	padding: 6px 10px;
	color: #ffffff;
	background: #0099cc;
	margin: 0;
	border-radius: 4px 4px 0 0;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
}

/*--- mob_res_paxinfo ---*/
section p.btn-icon {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background-color: #ffffff;
}
	section p.btn-icon a {
		color: #666666;
		font-weight: normal;
	}

p.btn-icon a.add-member {
	display: block;
	padding: 7px 0 7px 18px;
	background-image:url(/sp/domtour/hotel/info/modules/image/icon_member_add_v01.png);
	background-size: 26px 18px;
		-webkit-background-size: 26px 18px;
	background-repeat:no-repeat;
	background-position: 4% 50%;
}

.noline .roundbox {
	display:none;
}

div.roundbox {
	margin: 10px auto 0;
	width: 95%;
	padding: 0 0 10px;
	background: #f5f5f5;
	border: #afafaf 1px solid;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	border-radius: 4px;
		-webkit-border-radius: 4px;
}
	div.roundbox .separate {
		margin: 10px 0 0;
		border-top: #cccccc 1px solid;
	}
	div.roundbox input {
		background: #ffffff;
	}
		div.roundbox input.half-width {
			margin-right: 10px;
			width: 35%;
		}
	div.roundbox .hover-select-trigger {
		margin: 0;
	}
		div.roundbox .hover-select-trigger a {
			display: inline-block;
			height: 25px;
			margin-right: 10px;
			padding: 7px 10px;
			width: 35%;
			color: #333333;
			background: #ffffff;
			border: #afafaf 1px solid;
			border-top:  #afafaf 2px solid;
			border-radius: 4px;
				-webkit-border-radius: 4px;
			font-size: 16px;
			vertical-align: middle;
		}
		div.roundbox .hover-select-trigger span {
			display: inline-block;
			height: 25px;
			margin-right: 10px;
			padding: 7px 10px;
			width: 35%;
			color: #333333;
			background: #ffffff;
			border: #afafaf 1px solid;
			border-top:  #afafaf 2px solid;
			border-radius: 4px;
				-webkit-border-radius: 4px;
			font-size: 16px;
			vertical-align: middle;
		}
	div.roundbox div.hover-select .hover-select-ui {
		display: none;
	}
	div.roundbox div.hover-select select {
		display: none;
	}
	div.roundbox .switch {
		display: table;
		width: 95%;
	}
		div.roundbox .switch label {
			width: 50%;
			text-align: center;
		}
		div.roundbox .switch .cb-enable {
			border-left: none;
			border-radius: 4px 0 0 4px;
				-webkit-border-top-left-radius: 4px;
				-webkit-border-bottom-left-radius: 4px;
		}
		div.roundbox .switch .cb-enable span {
			border-left: none;
			border-radius: 4px 0 0 4px;
				-webkit-border-top-left-radius: 4px;
				-webkit-border-bottom-left-radius: 4px;
		}
		div.roundbox .switch .cb-enable span:after {
			border-left: none;
			border-radius: 4px 0 0 4px;
				-webkit-border-top-left-radius: 4px;
				-webkit-border-bottom-left-radius: 4px;
		}

.switch-target {
	display: none;
}

div.hasRightIcon div {
	display: table;
	width: 95%;
	color: #333333;
	background: #ffffff;
	border: #afafaf 1px solid;
	border-top:  #afafaf 2px solid;
	border-radius: 4px;
		-webkit-border-radius: 4px;
	font-size: 16px;
	vertical-align: middle;
}
div.hasRightIcon .error-txt {
	display: inline-block;
	float: left;
	margin-top: 10px;
}
div.hasRightIcon .error-txt+div {
	width: 87%;
}
div.hasRightIcon .valueCell {
	display: table-cell;
	padding: 8px 10px 7px;
	vertical-align: middle;
	border-radius: 4px 0 0 4px;
}
div.hasRightIcon .iconCell {
	display: table-cell;
	padding: 8px 10px 7px;
	vertical-align: middle;
	padding: 8px 0 7px;
	width: 36px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	border-left: 1px solid #cdcdcd;
	border-radius: 0 4px 4px 0;
	text-align: center;
}

/* tab style */
.tab-radio input {
	display: none;
}

div.input-horizon dd.has-placeholder {
	overflow: hidden;
}
div.input-horizon ::-webkit-input-placeholder {
	color: #666666;
	font-size: 11px;
	line-height: 2.2em;
}

/* pulldown style */
div.drop-select {
	position: relative;
}
div.inputHorizon dd.hasRightIcon div.drop-select div.drop-select-ui {
	position: absolute;
	display: block;
	width: 90%;
}
div.drop-select div.drop-select-ui {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #0d56a8;
	border: #0d56a8 4px solid;
	border-radius: 4px;
		-webkit-border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	z-index: 100;
}
div.drop-select-ui ul {
	margin: 0!important;
	width: auto;
	background: #ffffff;
	border-radius: 4px;
		-webkit-border-radius: 4px;
}
div.drop-select select {
	display: none;
}
#spDomContainer div.drop-select-ui li {
	padding-left: 0;
	text-indent: 0;
}
div.drop-select-ui li a {
	color: #333333;
	display: block;
	padding: 7px 14px;
	border-top: solid 1px #cccccc;
}
div.drop-select-ui li.selected a {
	background-color: #cdddf5;
	border-top: solid 1px #0d56a8;
}
div.drop-select-ui li.selected + li a{
	border-top: solid 1px #0d56a8;
}
div.drop-select-ui li:first-child a {
	border-top: none;
}

div.goodThru:after {
	content: "";
	display: block;
	clear: both;
}
div.goodThru div.selectArea {
	float: left;
	margin-right: 10px;
}
div.goodThru strong.error-txt {
	float: left;
	margin-right: 10px;
	padding-top: 10px;
}
div.roundbox section:last-child {
	border: 0;
	padding-bottom: 0;
}

/* input(text and password) style */
div.roundbox div.indent {
	margin: 10px 10px 0;
}
div.roundbox input[type="text"] {
	padding: 7px 10px;
	border: #afafaf 1px solid;
	border-top:  #afafaf 2px solid;
	border-radius: 4px;
		-webkit-border-radius: 4px;
	font-size: 16px;
}
div.roundbox input[type="password"] {
	padding: 7px 10px;
	border: #afafaf 1px solid;
	border-top:  #afafaf 2px solid;
	border-radius: 4px;
		-webkit-border-radius: 4px;
	font-size: 16px;
}
div.roundbox strong.error-txt {
	margin-right: 5px;
}
input.width60 {
	width: 40px;
}
input.width-all {
	width: 92%;
}
input.width-all-error {
	width: 86%;
}
input.security {
	margin-left: 10px;
}
.cardNum {
	display: block;
	margin-left: 28px;
}

/* radio-button style */
.radioImg input.error {
	margin-left: 0;
}
.radioImg input[type="radio"] {
	display: none;
}
.radioImg label {
	padding: 1px 0 1px 28px;
	background: url(/sp/domtour/hotel/info/modules/image/bg_radio_label_v01.png) no-repeat left center;
	background-size: 22px 22px;
		-webkit-background-size: 22px 22px;
}
.radioImg input:checked+label {
	background: url(/sp/domtour/hotel/info/modules/image/bg_radio_label_on_v01.png) no-repeat left center;
	background-size: 22px 22px;
		-webkit-background-size: 22px 22px;
}
.radioImg strong.error-txt {
	margin-left: 10px;
}

/* pulldown style */
div.selectArea {
	position: relative;
	display: table;
	margin: 0;
	padding: 0;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
}
div.selectArea .valueCell {
	display: table-cell;
	padding: 8px 8px 7px;
	background: #ffffff;
	border-radius: 4px 0 0 4px;
	vertical-align: middle;
}
div.selectArea .iconCell {
	display: table-cell;
	padding: 8px 0 7px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	border-radius: 0 4px 4px 0;
	vertical-align: middle;
	width: 36px;
	border-left: 1px solid #cdcdcd;
	text-align: center;
}
div.selectArea select {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
div.selectMonth {
	width: 96px;
}
div.selectYear {
	width: 114px;
}

div.via-airport div.reserve-field-detail {
	position: relative;
	display: block;
}
	div.via-airport div.reserve-field-detail span.via-text {
		width: auto;
		margin-left: -3em;
		display: inline-block;
		font-size: 11px;
		background-color: #eeeeee;
		position: absolute;
		left: 42%;
		top: 56%;
	}
	div.via-airport div.reserve-field-detail p {
		background-position: 42% 60%;
	}
	div.via-airport div.reserve-field-detail span a {
		padding: 5px 8px 17px;
	}
	div.via-airport div.reserve-field-detail #airport-change {
		width: 100%;
	}

#display-time {
	display: table;
	width: 100%;
	color: #333333;
}
	#display-time a {
		display: block;
		padding: 9px 0 6px;
		color: #333333;
	}

#display-time2 {
	display: table;
	width: 84%;
	color: #333333;
}
	#display-time2 a {
		display: block;
		padding: 9px 0 6px;
		color: #333333;
	}

div.open-ticket-table {
	display: table;
	width: 100%;
	background: url(/sp/domtour/hotel/info/modules/image/airport_line.png) no-repeat 50% 50%;
	background-size: 12px 105px;
		-webkit-background-size: 12px 105px;
}
	div.open-ticket-table div.hover-select {
		display: table-cell;
		width: 33%;
		vertical-align: middle;
	}
	div.open-ticket-table div.hover-select:first-child {
		border-left: none;
	}
	div.open-ticket-table div.hover-select:last-child {
		border-right: none;
		border-radius: 0 4px 4px 0;
			-webkit-border-top-right-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
	}

	div.open-ticket-table div.hover-select div.hover-select-ui {
		width: 134px;
		top: -8px;
	}
		div.open-ticket-table div.hover-select div.hover-select-ui table td {
			padding: 7px;
			width: 120px;
			text-align: left;
		}
		div.open-ticket-table div.hover-select div.hover-select-ui table td.selected,
		div.open-ticket-table div.hover-select div.hover-select-ui table td.selected:before {
			border-width: 1px 0;
		}


/*--- passbook ---*/
ul.pass-passenger {
	margin-top: 10px;
	width: 100%;
	border-top: #cccccc 1px solid;
}
ul.pass-passenger.no-border-top {
	margin-top: 0;
	border-top: none;
}
	ul.pass-passenger li {
		position: relative;
		display: table;
		width: 100%;
		height: 40px;
		padding: 5px 0;
		border-bottom: #cccccc 1px solid;
		overflow: hidden;
	}
	ul.pass-passenger li:nth-child(1) {
		background: #fff3eb url(/sp/domtour/hotel/info/modules/image/asr_pax01a.png) 6px center no-repeat;
		background-size: 27px 25px;
		-webkit-background-size: 27px 25px;
	}
	ul.pass-passenger li:nth-child(2) {
		background: #fff3eb url(/sp/domtour/hotel/info/modules/image/asr_pax02a.png) 6px center no-repeat;
		background-size: 27px 25px;
		-webkit-background-size: 27px 25px;
	}
	ul.pass-passenger li:nth-child(3) {
		background: #fff3eb url(/sp/domtour/hotel/info/modules/image/asr_pax03a.png) 6px center no-repeat;
		background-size: 27px 25px;
		-webkit-background-size: 27px 25px;
	}
	ul.pass-passenger li:nth-child(4) {
		background: #fff3eb url(/sp/domtour/hotel/info/modules/image/asr_pax04a.png) 6px center no-repeat;
		background-size: 27px 25px;
		-webkit-background-size: 27px 25px;
	}
	ul.pass-passenger li:nth-child(5) {
		background: #fff3eb url(/sp/domtour/hotel/info/modules/image/asr_pax05a.png) 6px center no-repeat;
		background-size: 27px 25px;
		-webkit-background-size: 27px 25px;
	}
	ul.pass-passenger li:nth-child(6) {
		background: #fff3eb url(/sp/domtour/hotel/info/modules/image/asr_pax06a.png) 6px center no-repeat;
		background-size: 27px 25px;
		-webkit-background-size: 27px 25px;
	}
		ul.pass-passenger li span {
			display: table-cell;
			padding: 0 40px 0 42px;
			height: 40px;
			max-height: 40px;
			vertical-align: middle;
			line-height: 1em;
			overflow: hidden;
			color: #666666;
		}
			ul.pass-passenger li a span {
				color: #333333;
			}
			ul.pass-passenger li a.arrow:after{
				content: '';
				display: block;
				width: 8px;
				height: 8px;
				border-top: solid 3px #d1c5be;
				border-right: solid 3px #d1c5be;
				position: absolute;
				top: 50%;
				right: 12px;
				margin-top: -5px;
				transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
			}

dl.pass-flight dd {
	display: block;
	padding-bottom: 10px;
}
</pre></body></html>