.search{
	padding-top:30px;
	padding-bottom:20px;
}
.search h2{ 
	margin:0;
	padding-left:22px;
	width:140px;
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	font-size:18px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0092dc+0,32b1f2+81 */
	background: #0092dc; /* Old browsers */
	background: -moz-linear-gradient(top, #0092dc 0%, #32b1f2 81%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0092dc 0%,#32b1f2 81%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0092dc 0%,#32b1f2 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0092dc', endColorstr='#32b1f2',GradientType=0 ); /* IE6-9 */
}
.search .search_bor{
    font-size: 15px;
    color:#555;
	padding:25px 60px 10px 60px;
	border:1px solid #3fb5f8;
	color:#333;
	-webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
}
.search .form-group{
    width: 100%;
	margin-bottom:15px;
}
.search .form-list{
    position:inherit;
    padding-left:10px;
	padding-right:10px;
}
.search .form-control{
	padding-left:5px;
	padding-right:5px;
	color:#333;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.search .title{
	margin: 5px 3px 5px 0px;
    float: left;
}
.search .search_btn{ 
	border:0;
	background-color:#20a2e5;
	color:#FFFFFF;
	font-size:18px;
	vertical-align:middle;
	cursor:pointer;
	padding:10px 50px;
}

/*日曆*/
#CB {
	clear: both;
}
.search .input_css {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    width: 100%;
	padding: 10px 15px;
	height: 46px;
	background-color: #f6f6f6;
	border-radius: 0px;
    color: #666;
    font-weight: 700;
	border: 0px solid #d7d7d7;
}
.search .select_css {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
	background-image: url(../images/icon_select.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 10px center !important;
	background-size: 8px !important;
	cursor: pointer !important;
	padding: 10px 15px;
	height: 46px;
	background-color: #f6f6f6;
	border-radius: 0px;
    color: #666;
    font-weight: 700;
	border: 0px solid #d7d7d7;
}
.search .input-parent{
    position: relative;
    width: 100%;
    display: table;
}
.search .date_from {
	width: 50%;
    height: 46px;
	background-color: #f6f6f6;
	border-radius: 0px;
    color: #666;
    font-weight: 700;
	cursor: pointer;
    display:table-cell;
    border: 0;
    padding: 10px 15px;
/*	float: left;*/
}
.search .date_to {
	margin-left: -1px;
	width: 50%;
    height: 46px;
	background-color: #f6f6f6;
	border-radius: 0px;
    color: #666;
    font-weight: 700;
	cursor: pointer;
    display:table-cell;
    border: 0;
    padding: 10px 15px;
/*	float: left;*/
}
.search .DateClearBtn {
	padding: 0px;
	width: 36px;
	height: 36px;
	color: #15AAEA;
	line-height: 40px;
    font-size: 30px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
.search .search_input{
    cursor: pointer;
}
.search .place_wrapper{
    display: none;
    position: absolute;
    top: 50px;
    z-index: 1000;
    width: 700px;
}
.search .place_box{
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    filter: drop-shadow(0 0 4px rgba(0,0,0,.2));
/*    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 30%);*/
    padding: 20px 25px 25px 25px;
}
.search .place_box:before{
    position: absolute;
    content: '';
    display: block;
    top:-12px;
    left: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 13px 15px;
    border-color: transparent transparent #fff transparent;
}
.search .place_nav{
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
    border-bottom: 0;
}
.search .place_nav>li.active>a, 
.search .place_nav>li.active>a:focus, 
.search .place_nav>li.active>a:hover {
    color: #333;
    border: 0;
    border-bottom: 2px solid #20a2e5;
    cursor: pointer;
}
.search .place_nav>li>a, 
.search .place_nav>li>a:focus, 
.search .place_nav>li>a:hover {
    background-color: #fff;
    border: 0;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    color: #222;
    text-align: center;
    border-radius: 0;
    padding: 4px;
    margin: 0 5px 10px 5px;
}
.search .place_nav>li>a:hover{
    border-bottom: 2px solid #20a2e5;
}
.search .place_nav>li:first-child>a{
    margin-left: 0;
}
.search .place_content .place_item{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}
.search .place_content .place_item .place_country{
    background-color: #e5f3fa;
    color: #40a7dd;
    width: 120px;
    padding: 10px 20px;
    font-size: 16px;
}
.search .place_content .place_item .place_area{
    background-color: #eff8fc;
    width: calc(100% - 120px);
    color: #222;
}
.search .place_content .place_item .place_area ul{
    margin: 0 ;
    padding:10px 20px 5px 20px;
    width: 100%;
}
.search .place_content .place_item .place_area li{
    list-style: none;
    display: inline-block;
    cursor: pointer;
    margin: 0 0 7px 0;
    width: 48%;
    font-size: 14px;
    vertical-align: top;
}
.search .place_content .place_item .place_area li:nth-child(odd){
    margin: 0 15px 7px 0;
}
.search .place_content .place_item .place_area span:hover{
    text-decoration: underline;
}
.search .place_content .place_item .place_area span.active,
.search .place_content .place_item .place_area span:hover .active{
    text-decoration: none;
    color:#2d7cd1;
}
.search .SearchType{
    width: 100%;
    color: #525252;
    display: table;
}
.search .SearchType>div {
    margin: 0;
    padding: 6px 5px 5px 40px;
    width: 50%;
    height: 36px;
    display: table-cell;
    text-align: left;
    cursor: pointer;
}
.search .SearchType>div:nth-child(1) {
    border: 1px solid #20bb99;
    border-radius: 5px 0 0 5px;
}
.search .SearchType>div:nth-child(2) {
    border: 1px solid #20bb99;
    border-left: none;
    border-radius: 0 5px 5px 0;
}
.search .SearchType .select {
    color: #fff!important;
    background-color: #20bb99;
    background-image: url(../images/search_home_select.svg);
    background-position: left 10px center;
    background-size: 24px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
.search .place_wrapper{
    width: 630px;
}
}
@media screen and (max-width: 992px) {
.search .search_bor{
	padding:25px 30px 10px 30px;
}
.search .search_btn{
	width:100%;
	padding:10px;
}
}
@media screen and (max-width: 767px) {
.search .search_bor{ 
	padding:15px 5px 0px 5px;
    border: 0;
    display: none;
}
.search h2 {
    width: 100%;
    border: 0px solid #F4F4F4; 
    border-radius:12px;
    background: #20a2e5;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    height: auto;
    line-height: inherit;
}
.search .title {
	display: block;
	width:100%;
	margin: 0 0 3px 0;
}
.w100{
	width:100%;
}
.search .DateTBright{
	width:100%;
	overflow:hidden;
}
.search .date_from,.search .date_to{
	width:50%;
}
.search .place_wrapper{
    width: 96%;
}
}
@media screen and (max-width: 640px) {
.search .place_content .place_item .place_area li{
    width: 47%;
}
}
@media screen and (max-width: 480px) {
.search .place_box {
    padding: 15px 20px 20px 20px;
}
.search .place_content .place_item .place_country{
    width: 100px;
    padding: 10px 15px;
}
.search .place_content .place_item .place_area{
    width: calc(100% - 100px);
}
.search .place_content .place_item .place_area li {
    display: block;
    width: 100%;
    margin: 0 0 7px 0;
}
.search .place_content .place_item .place_area li:nth-child(odd){
    margin: 0 0 7px 0;
}
}