﻿@charset "UTF-8";

.tb-tour-search {
	margin: 30px 5%;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	font-size: 12px;
	/* display: none; */
}

.pl-linkArea > .tb-tour-search {
	margin: 0;
}

.tb-tour-search select
 {
	height: 24px;
	margin-right: 5px;
	font-size: 14px;
	line-height: 1em;
}
.tb-tour-search input[type="text"] {
	height: 24px;
	color: #333;
    margin-right: 5px;
    font-size: 14px;
    line-height: 24px;
    font-family: HiraKakuPro-W3,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",osaka,Arial,Helvetica,Verdana,sans-serif;
    padding: 0;
    margin-bottom: 2.5px;
    text-align: center;
   }

.tb-tour-search .year {width: 3em;}
.tb-tour-search .month {width: 2em;}
.tb-tour-search #ContentPlaceHolder2_ucDateOfDeparture1_cmbDateOfDepartureDay {width: 4em;}

img.ui-datepicker-trigger {
	vertical-align: text-top;
	width: 24px;
}



.tb-tour-search dl::after {
	content:"";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.tb-tour-search dl dt {
	margin: 3px 5px;
	font-weight: bold;
	background: #eee;
	padding: 5px 10px;
}
.tb-tour-search dl dd {
	padding: 8px 10px;
	line-height: 24px;
}
.tb-tour-search__button {
	clear: both;
	margin: 0;
	padding-bottom: 10px;
}
a#searchtour {
	display: block;
	position: relative;
	margin: 15px auto 15px;
	padding: 10px;
	width: 80%;
	height: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	background: #f27b11;
	border-radius: 5px;
	box-shadow: 0 3px 0 #da6c0b;
}
a#searchtour:hover {
	/* margin: 9px auto 4px; */
	background-color: #f39c33;
	color: #fff;
	box-shadow: 0 4px 0 #da6c0b;
	cursor: pointer;
}

a#searchtour::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border-radius: 50%;
    background: #fff;
    content: '';
}
a#searchtour::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 7px solid #f27b11;
    content: '';
}

a#searchtour:hover::before {
	top: calc(50% - 1px);
}

a#searchtour:hover::after {
	top: calc(50% - 1px);
}

#datepicker {
	display:none;
}
#ctl00$ContentPlaceHolder2$ucDateOfDeparture1$cmbDateOfDepartureYm {
	display:none;
}
.tb-tour-search input:disabled {
	-webkit-appearance: none;
	background:#fff;
	border:none;
	color: #333 ;
	opacity: 1;
	
}

.tb-tour-search input[type="text"]:disabled {
	-webkit-appearance: none;
	color: #000 !important;
}


.ui-datepicker-calendar tr th:last-child,
.ui-datepicker-calendar tr td:last-child > a {
	color: #00c;
}

.ui-datepicker-calendar tr th:first-child,
.ui-datepicker-calendar tr td:first-child > a,
.ui-datepicker-calendar tr td.class-holiday > a {
	color: #c00;
}

.tb-tour-search__comments {
	font-size: 12px;
	color: #555555;
	display: block;
}

/* 取得する出発日パラメータを選択 */
.raido__list {
    display: none;
}

.pull-downmenu__list {
    display: block;
}

.isJs-search__SelectRadio .raido__list {
    display: block;
}

.isJs-search__SelectRadio .pull-downmenu__list {
    display: none;
}

/*観光情報サイトに検索枠を置くとき用*/
.js-search_headline {
    width: calc(90% - 16px);
    margin: 30px auto 0;
    padding: 8px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #003894;
}

.js-search_headline + .tb-tour-search {
	width: calc(90% - 12px);
	margin: 0 auto 30px;
}