﻿@charset 'UTF-8';
/*--- 検索一覧 ---*/
#search_wrapper {
	width: 980px;
	margin: 0 auto;
}

a.clicktooltip {
	display: inline-block;
	overflow: hidden;
	width: 18px;
	height: 18px;
	margin: 0 3px;
	padding: 3px 0 0;
	background: url(/tour/common/tour_sys/images/tipbtn.png) no-repeat 0 0;
	vertical-align: -6px;
	text-indent: -10000px;
}

div.radio,
div.checker {
	vertical-align: -5px;
}

div.radio.hover span,
div.radio span {
	background: url(/tour/common/tour_sys/images/radio.png) no-repeat 0 0;
}

div.checker.hover span,
div.checker span {
	background: url(/tour/common/tour_sys/images/check.png) no-repeat 0 0;
}

div.radio span.checked,
div.checker span.checked {
	background-position: 0 -14px;
}

#h201 {
	margin: 0;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
}

#h201 .h2cont:before,
#h201 .h2cont:after {
	display: table;
	content: '';
}

#h201 .h2cont:after {
	clear: both;
}

#h201 .h2cont {
	zoom: 1;
	/* padding:0 20px 0 0; */
	position: relative;
	/* For IE 6/7 */
}

#h201 h2 {
	position: relative;
	margin: 0;
	padding: 8px 20px 8px 45px;
	border-radius: 5px 5px 0 0;
	color: #000;
	background: url(/tour/common/tour_sys/images/search/search_bg_01.jpg) no-repeat left 20px center #efefef;
	font-size: 18px;
}

#h201 h2 span {
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 60%;
	font-weight: normal;
}

#h201 td label {
	margin: 0 12px 0 0;
	line-height: 1.8;
	vertical-align: middle;
}

#h201 table th {
	box-sizing: border-box;
	width: 130px;
	padding: 10px 20px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

#search .h2cont table th {
	color: #003894;
	background: #ddf;
}

#h201 table th p {
	font-weight: normal;
}

#h201 table td {
	height: 22px;
	padding: 8px 0;
	font-size: 13px;
	line-height: 1;
	text-align: left;
	vertical-align: middle;
}

#search .h2cont table td {
	padding: 8px 0 8px 10px;
}

#h201 table td br {
	margin: 0 0 7px;
}

#h201 table td p {
	margin: 0;
}

#h201 table td p img.ui-datepicker-trigger {
	/* vertical-align:-2px */
	vertical-align: middle;
}

#h201 table td input[type="radio" i] {
    vertical-align: middle;
}

#h201 table td input[type='checkbox'] {
	/* vertical-align:-1px */
	vertical-align: middle;
}

#h201 .h2cont #toarea td table {
	float: none;
	width: 100%;
}

#h201 .h2cont .toareadetail th {
	width: 50px !important;
}

#h201 .h2cont #toarea td {
	width: 380px;
}

#h201 .h2cont #toarea td .toareaindex {
	padding: 0 0 15px;
	border-bottom: 1px dotted #e4e4e4;
}

#h201 .h2cont #toarea td table th,
#h201 .h2cont #toarea td table td {
	width: auto;
	border-bottom: 1px dotted #e4e4e4;
	color: #333;
	font-size: 100%;
}

#h201 #kodawari_area .air_area .to_air {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0 20px 0 0;
	background: url(/tour/common/tour_sys/images/search/search_ico_06.gif) no-repeat right center;
}

#h201 #kodawari_area {
	position: relative;
	/* border-top:1px solid #D9E7F8; */
	padding: 10px 0 0;
	background: #efefef;
	font-size: 14px;
	line-height: 1;
}

#h201 #kodawari_area th {
	/* font-size:95%; */
	width: 170px;
}

#h201 #kodawari_area td {
	/* line-height: 1.8; */
}

#h201 #kodawari_area div.radio,
#h201 #kodawari_area div.checker {
	vertical-align: -4px;
}

#h201 #kodawari_area .keybtn:hover {
	height: 40px;
	opacity: .8;

	-ms-filter: 'alpha(opacity=80)';
	    filter: alpha(opacity=80);
}

.keybtn {
	height: 40px !important;
}

#h201 #kodawari_area .btn_area:before,
#h201 #kodawari_area .btn_area:after {
	display: table;
	content: '';
}

#h201 #kodawari_area .btn_area:after {
	clear: both;
}

#h201 #kodawari_area .btn_area {
	zoom: 1;
	padding: 15px 0 15px 20px;
	/* For IE 6/7 */
	/* height: 72px; */
}

#h201 #kodawari_area #kbottom {
	float: left;
	width: 280px;
	height: 40px;
	margin: 13px 0 0;
	background: url(/tour/common/tour_sys/images/search/search_btn_04.jpg) no-repeat 0 0;
	text-indent: -10000px;
	cursor: pointer;
}

#h201 #kodawari_area #kbottom.c {
	background-image: url(/tour/common/tour_sys/images/search/search_btn_02.jpg);
}

#h201 #kodawari_area .btn {
	/* float:right; */
}

#h201 #kodawari_area .btn:hover {
	opacity: .8;

	-ms-filter: 'alpha(opacity=80)';
	    filter: alpha(opacity=80);
}

#h201 #point {
	position: absolute;
	top: 40px;
	right: 20px;
}

#h201 #kodawari_area #kdetail input[type='text'] {
	width: 320px;
	height: 18px;
	margin: 5px 0 0;
	border: 1px solid #abadb3;

	ime-mode: active;
}

#h201 #kodawari_area .air_area select {
	/* margin:0 10px 0 0; */
	/* width:90px; */
}

#h201 #kodawari_area .air_area .to_air {
	/* background:url(/tour/common/tour_sys/images/search/search_ico_06.gif) no-repeat 100% 7px; */
	/* display:inline-block; */
	/* margin:0 5px 0 0; */
	/* padding:0 25px 0 0; */
}

#h201 #kodawari_area .air_area .to_air select {
	/* margin:0; */
}

#h201 #kodawari_area .air_area strong.note {
	padding: 0 0 0 40px;
	background: url(/tour/common/tour_sys/images/search/search_ico_07.gif) no-repeat 0 3px;
}

#icon_info {
	margin: 0 0 10px;
	text-align: right;
}

#h202 {
	margin: 0 0 50px;
}

#h202 h2 {
	margin: 0 0 20px;
	border-radius: 3px;
	background-color: #003894;
}

#h202 h2 span {
	display: block;
	padding: 12px 15px;
	color: #fff;
	font-weight: bold;
}

#h202 .page_num {
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 13px;
}

#h202 .page_num strong {
	margin: 0 5px 0 0;
	color: #f00;
	font-size: 22px;
}

#h202 .pager {
	display: inline-block;
	font-size: 110%;
}

#h202 .pager a,
#h202 .pager span.c {
	display: inline-block;
	margin: 0 1px;
	padding: 3px 7px;
	border: 1px solid #cbcbcb;
	color: #276bb2;
	background: #efefef;
	font-size: 12px !important;
	font-weight: bold;
}

#h202 .pager span.c {
	border-color: #387ccd;
	color: #393536;
	background: #d1e6ff;
}

#h202 .pager a.prev,
#h202 .pager a.next {
	width: 22px;
	height: 22px;
	padding: 0;
	border: none;
	background: url(/tour/common/tour_sys/images/search/search_btn_06.gif) no-repeat 0 0;
	vertical-align: 3px;
	text-indent: -10000px;
}

#h202 .pager a.next {
	background-image: url(/tour/common/tour_sys/images/search/search_btn_07.gif);
}

#h202 .pager a.prev:hover,
#h202 .pager a.next:hover {
	opacity: .8;

	-ms-filter: 'alpha(opacity=80)';
	    filter: alpha(opacity=80);
}

#h202 .list_info_area {
	text-align: center;
}

#h202 #infotop {
	position: relative;
	margin: 40px 0 10px;
	text-align: left;
}

#h202 .detail_sort01 {
	/*added on 20170511*/
	position: absolute;
	top: -28px;
	right: 0;
	/*	margin-bottom: 15px;*/
	margin: 0;
	padding: 4px;
	border: 1px solid #ddd;
	background-color: #efefef;
	font-size: 11px;
	line-height: 1em;
}

#h202 .detail_sort01:before {
	position: absolute;
	z-index: 2;
	top: 18px;
	left: 145px;
	width: 0;
	height: 0;
	border-width: 8px 8px 8px 8px;
	border-style: solid;
	border-color: #efefef transparent transparent transparent;
	content: '';
}

#h202 .detail_sort01:after {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 145px;
	width: 0;
	height: 0;
	border-width: 8px 8px 8px 8px;
	border-style: solid;
	border-color: #ddd transparent transparent transparent;
	content: '';
}

#h202 .sort {
	position: absolute;
	top: 3px;
	right: -5px;
	font-size: 120%;
}

#h202 .sort a {
	display: inline-block;
	margin: 0 -1px;
	padding: 4px 5px 4px;
}

#h202 .sort a.c {
	color: #fff;
	/*background:url(/tour/common/tour_sys/images/search/search_bg_04.gif) no-repeat 50% 100% #37b48c;*/
	background-color: #37b48c;
	text-decoration: none;
}

#h202 .sectionh3 {
	margin: 0 0 20px;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
}

#h202 .sectionh3 .title_area:before,
#h202 .sectionh3 .title_area:after {
	display: table;
	content: '';
}

#h202 .sectionh3 .title_area:after {
	clear: both;
}

#h202 .sectionh3 .title_area {
	float: left;
	zoom: 1;
	width: 700px;
	/*background:url(/tour/common/tour_sys/images/search/search_bg_05.gif) repeat-y 50% 0;*/
	border-radius: 5px 5px 0 0;
	/* For IE 6/7 */
}

#h202 .sectionh3 .title_area h3 {
	float: none;
	width: 700px;
	margin: 0;
	padding: 10px 13px;
	border-radius: 6px 0 0 0;
	color: #000;
	/*background-color: #efefef;*/
	font-size: 14px;
	line-height: 1.4;
}

#h202 .sectionh3 .title_area h3 a:link {
	color: #003894 !important;
	text-decoration: none;
}

#h202 .sectionh3 .title_area h3 a:hover {
	color: #003894 !important;
	text-decoration: underline !important;
}

#h202 .sectionh3 .title_area h3 img {
	margin: 5px 10px 0 0;
	vertical-align: top;
}

/*
#h202 .sectionh3 .title_area dl{
float:right;
margin:0;
padding:4px 0;
text-align:center;
width:250px}

#h202 .sectionh3 .title_area dl dt{
color:#C70000;
font-size: 18px;
font-weight:bold;
margin:3px 0 2px;
text-align:center}

#h202 .sectionh3 .title_area dl dd{
margin:0;
text-align:center;
font-size: 12px;
}
*/
#h202 .sectionh3 .btn_area dl {
	float: none;
	width: auto;
	margin: 0;
	padding: 10px 0 5px;
	text-align: center;
}

#h202 .sectionh3 .btn_area dl dt {
	margin: 3px 0 2px;
	color: #c70000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#h202 .sectionh3 .btn_area dl dd {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#h202 .sectionh3 .btn_area dl dd span {
	display: block;
	line-height: 1.2em;
}

#h202 .sectionh3 .btn_area {
	float: left;
	/*background:url(/tour/common/tour_sys/images/search/search_bg_06.gif) repeat-y 50% 0;*/
	position: relative;
	width: 278px;
	text-align: center;
}

#h202 .sectionh3 .btn_area .btn img {
	width: 230px;
}

#h202 .sectionh3 .btn_area .btn:hover {
	opacity: .8;

	-ms-filter: 'alpha(opacity=80)';
	    filter: alpha(opacity=80);
}

#h202 .sectionh3 .btn_area ul:before,
#h202 .sectionh3 .btn_area ul:after {
	display: table;
	content: '';
}

#h202 .sectionh3 .btn_area ul:after {
	clear: both;
}

#h202 .sectionh3 .btn_area ul {
	zoom: 1;
	/* For IE 6/7 */
	width: 726px;
	border-right: solid 1px #b9b9b9;
}

#h202 .sectionh3 .btn_area ul li {
	float: left;
	padding: 10px 0 10px 78px;
	font-size: 12px;
}

/*#h202 .sectionh3 .btn_area ul li.from{
background:url(/tour/common/tour_sys/images/search/search_ico_03.gif) no-repeat 8px 7px;
padding: 7px 15px 0px 79px;
}

#h202 .sectionh3 .btn_area ul li.air{
background:url(/tour/common/tour_sys/images/search/search_ico_04.gif) no-repeat 0 7px;
padding: 7px 0 10px 70px;
}

#h202 .sectionh3 .btn_area ul li.transport{
background:url(/tour/common/tour_sys/images/search/search_ico_08.gif) no-repeat 0 7px;
padding: 7px 0 8px 75px;
}

#h202 .sectionh3 .btn_area ul li.hotel{
background:url(/tour/common/tour_sys/images/search/search_ico_05.gif) no-repeat 8px 7px;
border-top:1px solid #B9B9B9;
clear:both;
float:none;
padding: 7px 0 10px 78px;
}*/
#h202 .sectionh3 .title_area ul:nth-child(3) li {
	float: left;
	padding: 10px 0 10px 78px;
	font-size: 12px;
}

#h202 .sectionh3 .title_area ul:nth-child(3) li.from {
	padding: 5px 15px 5px 79px;
	background: url(/tour/common/tour_sys/images/search/search_ico_03.gif) no-repeat 8px 7px;
}

#h202 .sectionh3 .title_area ul:nth-child(3) li.air {
	padding: 5px 15px 5px 70px;
	background: url(/tour/common/tour_sys/images/search/search_ico_04.gif) no-repeat 0 7px;
}

#h202 .sectionh3 .title_area ul:nth-child(3) li.transport {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 0 5px 79px;
	background: url(/tour/common/tour_sys/images/search/search_ico_08.gif) no-repeat 8px 7px;
}

#h202 .sectionh3 .title_area ul:nth-child(3) li.hotel {
	float: none;
	clear: both;
	padding: 5px 0 10px 78px;
	background: url(/tour/common/tour_sys/images/search/search_ico_05.gif) no-repeat 8px 7px;
}

#h202 .sectionh3 .picon:before,
#h202 .sectionh3 .picon:after {
	display: table;
	content: '';
}

#h202 .sectionh3 .picon:after {
	clear: both;
}

#h202 .sectionh3 .picon {
	zoom: 1;
	padding: 0 10px;
	font-size: 0;
	/* For IE 6/7 */
}

#h202 .sectionh3 .picon img {
	margin-right: 7px;
	margin-bottom: 7px;
}

/*#h202 .sectionh3 ul.picon li:first-child{margin:0}*/
#h202 .sectionh3 .h3foot:before,
#h202 .sectionh3 .h3foot:after {
	display: table;
	content: '';
}

#h202 .sectionh3 .h3foot:after {
	clear: both;
}

#h202 .sectionh3 .h3foot {
	clear: both;
	zoom: 1;
	padding: 2px 5px 1px 20px;
	border-radius: 0 0 5px 5px;
	background-color: #f3f3f3;
	/* For IE 6/7 */
}

#h202 .sectionh3 .h3foot p.code {
	float: left;
	margin: 0;
	padding: 2px 0 0;
	font-size: 90%;
}

#h202 .sectionh3 .h3foot .add {
	float: right;
	padding: 0 0 0 18px;
	background: url(/tour/common/tour_sys/images/search_ico_06.gif) no-repeat 0 2px;
	font-size: 90%;
}

/*--- 検索画面デフォルト、0件表示　インフォメーションテキスト ---*/
div.attention {
	margin: 30px 0 20px;
	text-align: center;
}

.attention .instructions {
	margin: 20px 20px 30px;
	color: #2068b7;
	font-size: 120%;
	font-weight: bold;
	line-height: 150%;
}

.attention .error_txt {
	margin: 20px 0 50px;
	color: #c70000;
	font-size: 120%;
}

.attention a {
	display: block;
	width: 500px;
	margin: 0 auto;
	padding: 19px 0;
	border: 3px solid #6177cf;
	border-radius: 15px;
	color: #2068b7;
	background: url(/tour/common/tour_sys/images/search/ico_20_magnifier02.png) no-repeat 60px center;
	font-size: 1.4em;
	font-weight: bold;
}

.attention a:hover {
	opacity: .8;
	text-decoration: none;

	-ms-filter: 'alpha(opacity=80)';
	    filter: alpha(opacity=80);
}

/* JAL/ANAボタン設置 */
.Btn_Title {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

.green_btn_Title {
	display: inline-block;
	border-bottom: solid 1px;
}

.green_btn_container {
	display: flex;
	justify-content: center;
}

.green_btn_container .btn_content {
    display: inline-block;
    margin: 10px 40px;
    background-color: #37B48C;
    color: #FFFFFF;
    text-decoration: none;
    width: 424px;
	height: 58px;
	display: flex;
	display:-ms-flexbox;
	align-items: center;
	-ms-flex-align:center;
	position: relative;
	justify-content: center;
}

.btn_img{
	left: 6%;
    width: 144px;
	padding-right: 8px;
}

.green_btn_container .btn_content span {
	font-size: 1.4em;
	font-weight: bold;
	padding-right: 70px;
}

.green_btn_container .btn_content::after {
	content: "";
	right: 6%;
	transform: rotate(-45deg);
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 13px;
	height: 13px;
	margin-right: -37px;
}

.green_btn_container .btn_content:hover {
	background-color: #D9FFF3;
	color: #37B48C;
}

.green_btn_container .btn {
    display: inline-block;
    margin: 10px 40px;
    background-color: #37B48C;
    color: #FFFFFF;
    text-decoration: none;
    width: 478px;
	height: 58px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
}

.green_btn_container .btn span {
	font-size: 1.4em;
	font-weight: bold;
	padding-right: 74px;
}

.green_btn_container .btn::after {
	content: "";
	transform: rotate(-45deg);
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 13px;
	height: 13px;
	margin-right: -38px;
}

.green_btn_container .btn:hover {
	background-color: #D9FFF3;
	color: #37B48C;
}

/*--- クイック検索 目的地　プルダウンタイプ ---*/
#detail_area #search {
	position: relative;
	padding: 0 10px 10px;
	border: 1px solid #e4e4e4;
	border-top: none;
	border-radius: 5px;
}

#detail_area #search h2 {
	margin: 0 -11px 5px;
	padding: 9px 20px 10px 45px;
	border: 1px solid #bbebf9;
	border-radius: 5px 5px 0 0;
	color: #135fb9;
	background: url(/tour/common/tour_sys/images/area/ico_01.gif) no-repeat 13px 8px #e2f7fc;
	font-size: 145%;
	font-weight: bold;
}

#search table {
	width: 100%;
}

#search table th {
	/* color: #000000; */
	/* font-weight:bold; */
	/* padding:4px 10px 4px 0; */
	/* vertical-align:top; */
	/* text-align:left; */
	/* font-size: 14px; */
}

#search table th.note {
	width: 60px;
	padding: 10px 10px 8px 20px;
}

#search table td {
	/* line-height:180%; */
	/* padding:3px 0; */
	/* vertical-align:top; */
	/* text-align:left; */
}

#search table td br {
	margin: 0 0 3px;
}

#search table td p {
	margin: 0;
}

#search table td p img.ui-datepicker-trigger {
	/* vertical-align:-2px */
}

#search table td input[type='checkbox'] {
	/* vertical-align:-1px */
}

#search table td label {
	/* margin:0 12px 0 0 */
}

#search table td select {
	box-sizing: border-box;
	height: 22px;
	border: 1px solid #abadb3;
	vertical-align: middle;
}

#ContentPlaceHolder2_UpdatePanel1 select {
	width: 80px;
}

#ContentPlaceHolder2_UpdatePanel2 select {
	width: 160px;
}

#ContentPlaceHolder2_UpdatePanel3 select,
#ContentPlaceHolder2_UpdatePanel4 select,
#ContentPlaceHolder2_UpdatePanel5 select {
	width: 80px;
}

#ContentPlaceHolder2_UpdatePanel6 select,
#ContentPlaceHolder2_UpdatePanel7 select {
	width: 120px;
}

#search #area_index_wrap {
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 0 15px 0 0;
	background: url(/tour/common/tour_sys/images/search/ico_02.gif) no-repeat right center;
}

#search .select_wrap .area_middle_wrap,
#search .select_wrap .area_small_wrap {
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 0 0 0 12px;
	background: url(/tour/common/tour_sys/images/search/ico_02.gif) no-repeat left center;
}

.area_middle_sub,
.area_small_sub,
.select_radio {
	display: none;
}

#search .select_wrap:before,
#search .select_wrap:after {
	display: table;
	content: '';
}

#search .select_wrap:after {
	clear: both;
}

#search .select_wrap {
	display: table;
	zoom: 1;
	/* For IE 6/7 */
}

#search #select_area01 {
	display: block;
}

#search .select_wrap div {
	float: left;
}

#search .select_wrap .area_top_wrap,
#search .select_wrap .area_middle_wrap,
#search .select_wrap .area_small_wrap {
	margin: 0 10px 5px 0;
}

#search .select_wrap .area_middle_wrap select.dis,
#search .select_wrap .area_small_wrap select.dis {
	background-color: #eee;
}

#search .select_wrap .del a {
	display: block;
	width: 14px;
	height: 20px;
	background: url(/tour/common/tour_sys/images/search/ico_del.gif) no-repeat 0 5px;
	text-decoration: none;
	text-indent: -10000px;
}

#search .select_wrap .add {
	float: none;
	width: 100px;
	margin-top: 2px;
}

@-moz-document url-prefix() {
	#search .select_wrap .add {
		margin-top: 30px;
	}
}

input[type='submit'][disabled] {
	display: none;
}

#search .select_wrap .add a input {
	display: block;
	width: 100px !important;
	height: 17px;
	margin-bottom: 5px;
	background: url(/tour/common/tour_sys/images/search/btn_add.gif) no-repeat 0 0;
	vertical-align: middle;
	text-indent: -10000px;
}

#search .select_wrap .add a.c input {
	background-position: 0 -17px;
	cursor: default;
}

#search .btn {
	position: absolute;
	right: 20px;
	bottom: 15px;
	margin: 0;
	cursor: pointer;
}

#search .btn:hover {
	opacity: .8;

	-ms-filter: 'alpha(opacity=80)';
	    filter: alpha(opacity=80);
}

#sub_area {
	float: right;
	width: 240px;
}

#tour_wrapper {
	position: relative;
	width: 980px;
	margin: 14px auto 0;
}

#title_area02 {
	width: 980px;
	height: 550px;
}

.mainTopTxt {
	margin: 0;
	padding: 15px;
	background-color: #e5ecf4;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}

.PagerNormal {
	display: inline-block;
	margin: 0 1px;
	padding: 3px 5px;
	border: solid 1px #cbcbcb;
	color: #276bb2;
	background: #fff;
	font-size: 12px !important;
	text-align: center;
	cursor: pointer;
}

.PagerCurrent {
	display: inline-block;
	margin: 0 1px;
	padding: 3px 5px;
	border: solid 1px #cbcbcb;
	border-color: #387ccd;
	color: #393536;
	background: #efefef;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
	cursor: pointer;
}

/*20160204喜村追記*/
#search+ h2.h2special {
	margin: 40px 0 20px;
}

/*20170112ブラコ吉川追記*/
.sOpenCloseBtn {
	display: block;
	float: right;
	width: 230px;
	height: 50px;
	margin-top: -55px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url(/tour/common/tour_sys/images/search/search_opne_close_btn.gif) 0 0 no-repeat;
	cursor: pointer;
}

.closeBtnBg {
	background-position: 0 -50px;
}

#search {
	overflow: hidden;
	width: 100%;
	height: 0;
	font-size: 13px;
	line-height: 1;
	-webkit-transition-duration: .5s;
	        transition-duration: .5s;
}

.searchOpen {
	height: auto !important;
}

.searchConditionSub {
	width: 500px;
	margin: 0 0 5px;
}

.searchWrapper {
	margin-bottom: 10px;
	border: 2px solid #1960a8;
}

.searchWrapper h3 {
	margin: 0;
	padding: 5px 0 5px 10px;
	color: #fff;
	background-color: #1960a8;
}

.searchWrapper dl {
	margin: 5px 0 0;
	padding: 5px 10px;
}

.searchWrapper dl dt,
.searchWrapper dl dd {
	display: inline-block;
	vertical-align: top;
}

.searchWrapper dl.searchCondition dt,
.searchWrapper dl.searchCondtion dt {
	padding: 2px 5px;
	color: #fff;
	background-color: #1253a8;
}

.searchWrapper dl dd {
	margin: 0;
}

dl.searchConditionSub dt:after {
	content: '：';
}

dl.searchCondition dd img {
	margin: 0 5px 0 10px;
}

#page-top {
	display: block;
	overflow: hidden;
	position: fixed;
	right: 20px;
	bottom: 50px;
	width: 80px;
	height: 80px;
	background: url(/tour/common/tour_sys/images/search/btn_gotosearchtop.png) 0 0 no-repeat;
	white-space: nowrap;
	text-indent: 100%;
	cursor: pointer;
	z-index: 1;
}

.tb_footerGotoTopButton {
	display: none;
}

.btn_area .btn {
	display: inline-block;
}

.btn_area .btn a {
	display: inline-block;
}