@charset "utf-8";
/* CSS Document */

/*===============================================
●For Desktop Min Width 769px
===============================================*/

#campaign_main,
#campaign_main2 {
	margin: 0 0 10px 0;
	padding: 0;
	min-height: 320px;	
	background: url(images/header_en.jpg) no-repeat center top;	
}

@media screen and (min-width: 769px){


#campaign_main h1,
#campaign_main2 h1 {
	text-indent: -30000px;
	display: block;
	margin: 0 auto 30px auto;
	width: 1000px;
	/*height: 330px;*/
	height: 200px;
}

/*#campaign_main2 h1 {
	text-indent: -30000px;
	display: block;
	margin: 0 auto 30px auto;
	width: 1010px;
	height: 180px;
	background: url(images/ttl_campaign_en.png) no-repeat center;
	height: 410px;
	background: url(/us/campaign/preorder/ttl_en.png?02272017) no-repeat center;
}*/

#searchbox,
#ow_searchbox,
#mc_searchbox {
	position: relative;
	margin: 10px auto 0 auto;
	padding: 10px;
	width: 100%;
	/*border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #dbdbdb;*/
}

.campaign_content {
	margin: 0 auto;
	max-width: 950px;
	width: 95%;	
}

.search_column01 {
	float: left;
	width: 19%;
}

#search_arrow {
	float: left;
	width: 2%;
	margin: 5px 0 0 0;
	height: 20px;
	background: url(images/icn_arrow.png) no-repeat center;	
}

#search_arrow02,
.search_arrow02 {
	float: left;
	width: 2%;
	margin: 5px 0 0 0;
	height: 20px;
	background: url(images/icn_arrow02.png) no-repeat center;	
}

.search_column02 {
	float: left;
	width: 16%;
}

.search_column03 {
	float: left;
	width: 22%;
}

.search_column04 {
	float: left;
	width: 27%;
}

#searchbox .search,
#ow_searchbox .search {
	position: absolute;
	top: 7px;
	right: 10px;
	width: 15.5%;
}

#mc_searchbox .search {
	margin: 0 auto;
	width: 15.5%;
}

#searchbox a.btn-inline,
#ow_searchbox a.btn-inline,
#mc_searchbox a.btn-inline {
	width: 97%;
	margin: 4px 0 0 5px;
	padding: 5px 10px;
}

.date {
	float: left;
	width: 22%;
}


.js-flight2 {
	padding: 5px 0 0 0;	
}

.icon-circle-plus {
	padding: 0 0 3px 18px;
	font-size: 90%;
	font-family: Helvetica, Arial, "Myriad Pro", sans-serif !important;
	background: url(images/icn_plus01.png) no-repeat !important;	
}

.icon-circle-minus {
	padding: 0 0 3px 18px;
	font-size: 90%;
	font-family: Helvetica, Arial, "Myriad Pro", sans-serif !important;	
	background: url(images/icn_mimus01.png) no-repeat !important;	
}

#triptype select {
	float: left;
	width: auto;
	margin: 0;
	padding: 6px 30px 6px 6px;
	border: none;
	background: none;
}

#ticketclass select {
	float: left;
	width: auto;
	margin: 0;
	padding: 6px 30px 6px 6px;
	border: none;
	background: none;
}


*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

::selection {
    background: transparent; 
}

::-moz-selection {
    background: transparent; 
}

.wrapper-demo {
    margin: 60px 0 0 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

.wrapper-dropdown-3 {
    /* Size and position */
	float: left;
    position: relative;
    width: auto;
    margin: 5px 10px 0 0;
    padding: 3px 25px 3px 22px;

    /* Styles */
    background: #36c6f3;
    border-radius: 3px;
    cursor: pointer;
    outline: none;

    /* Font settings */
    font-weight: normal;
	font-size: 12px;
    color: #FFF;
}

#dd,
#ow_dd,
#mc_dd {
	float: left;
    margin: 0 7px 0 0;
	width: 160px;
}

#ee,
#ow_ee,
#mc_ee {
	float: left;
    margin: 0 7px 0 0;
	width: 150px;
}



.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    border-width: 4px 3px 0 4px;
    border-style: solid;
    border-color: #FFF transparent;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
    top: 102%;
    left: 0;
    right: 0;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-3 .dropdown:after {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 10px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown-3 .dropdown:before {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown-3 .dropdown li {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
	margin: 0;
    padding: 10px;
    text-decoration: none;
    color: #8aa8bd;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
   /* float: right;*/
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}

/* Search */
/* ====================================================================== */


#direct {
	padding: 10px 0 0 0;
}

#direct label {
	margin: 3px 0 0 0;
	color: #545454;
}

#passenger_block {
	position: relative;	
}

.passenger_box {
	position: absolute;
	top: 33px;
	right: 6px;
	padding: 10px;
	width: 180px;
	font-size: 90%;
	text-align: right;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(77,77,77,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(77,77,77,1);
	box-shadow: 0px 0px 3px 0px rgba(77,77,77,1);
}

.passenger_row {
	clear: both;
	padding: 3px 0;	
}

.spinner {
	float: right;	
}

.decrease {
	float: left;
	margin: 5px 0 0 20px;
	width: 14px;
	height: 14px;
	border: none;
	text-indent: -30000px;
	cursor: pointer;
	background: url(images/icn_minus.png) no-repeat center;	
}

.increase {
	float: left;
	margin: 5px 0 0 0;
	width: 14px;
	height: 14px;
	border: none;
	text-indent: -30000px;
	cursor: pointer;
	background: url(images/icn_plus.png) no-repeat center;	
}
.spinner input[type=text] {
	float: left;
	height: 25px;
	text-align: center;
	margin: 0 !important;
	padding: 0 5px !important;
	width: 25px !important;
	border: none !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;			
}


.passenger_close {
	clear: both;
	padding: 3px 0 0 0;
	text-align: right;
	font-size: 100%;	
}


/* 日本行き往復航空券 最安値 */
/* ====================================================================== */

#latest_rate_head {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	height: 58px;
	background: #0c4da2;	
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
	box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
}

#latest_rate_content {
	padding: 15px 30px;
	/*background: url(images/bg_rate.png) repeat;*/
	background: #cdcdcd;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(77,77,77,1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(77,77,77,1);
	box-shadow: 0px 1px 5px 0px rgba(77,77,77,1);
	color: #FFF;
}

#latest_rate h2 {
	text-indent: -30000px;
	display: block;
	margin: 0 auto;
	max-width: 450px;
	height: 45px;
	background: url(images/ttl_latest.png) no-repeat center;			
}

#latest_date {
	font-size: 90%;	
	text-align: center;
}

#latest_search {
	padding: 15px 10px;
	width: 70%;
	color: #000;
	margin: 5px auto 20px auto;
	background: #FFF;
	border-radius: 5px;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(77,77,77,1);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(77,77,77,1);
	box-shadow: inset 0px 0px 5px 0px rgba(77,77,77,1);			
}

#latest_search a {
	color: #000;
}

#latest_search h3 {
	width: 30%;
	text-align: center;
	color: #0c4da2;
	font-size: 16px;
	float: left;
	font-weight: bolder;
	padding: 10px 0;
	margin: 0;
}

#latest_search ul {
	float: left;
	width: 70%;
	padding: 8px 0 0 0;
}

#latest_search ul li {
	display: inline;
	padding: 0 13px;	
}

#latest_search ul li.selected a {
	background: #ff9000;
	padding: 5px 15px;
	color: #FFF;
	border-radius: 5px;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;		
}

.latest_list {
	margin: 0 0 3px 0;
	font-size: 90%;
	float: left;
	width: 33.33%;
	height: 32px;
	background: url(images/bg_panel.png) no-repeat center;			
}

a.latest_list {
	color: #FFF;	
	background: url(images/bg_panel.png) no-repeat center;			
}

a.latest_list:hover {
	text-decoration: none;
	color: #FFF;
	background: url(images/bg_panel_o.png) no-repeat center;				
}

a.latest_list:visited {
	color: #bcbcbc;
}


.latest_list {
	padding: 5px 0 0 0;	
}

.latest_from {
	float: left;
	width: 	60%;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
}

.latest_price {
	float: left;
	width: 	40%;
	font-size: 18px;
	font-weight: 600;
	font-family: Helvetica, Arial, "Myriad Pro", sans-serif;
}

#btn_other_area {
	margin: 15px auto 5px auto;
	text-indent: -30000px;
	width: 310px;
	height: 38px;
	background: url(images/btn_other_area.png) no-repeat center;				
}

#btn_other_area a {
	display: block;
	width: 310px;
	height: 38px;
	background: url(images/btn_other_area.png) no-repeat center;				
}

#btn_other_area a:hover {
	background: url(images/btn_other_area_o.png) no-repeat center;				
}

.campaign_policy {
	padding: 5px 0 20px 0;
	font-size: 80%;
	text-align: right;	
}

.jpflight_calendar_popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40%;
	height: 240px;
	margin-top: -140px;
	margin-left: -20%;
	padding: 10px;
	background: #FFF;
	border-radius: 5px;
	z-index: 10000;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
	box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);			
}

.jpflight_calendar_popup h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 100%;
	text-align: center;	
}

.jpflight_calendar_popup .search_column03 {
	float: left;
	width: 100%;
}

.jpflight_calendar_popup .passenger_box {
	position: absolute;
	top: 33px;
	right: 6px;
	padding: 10px;
	width: 180px;
	font-size: 80%;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#jpflight_calendar_passenger_btn {
	clear: both;
	margin: 120px auto 5px auto;
	text-align: center;
}

#jpflight_calendar_passenger_btn a {
	padding: 7px 15px;
	width: 100px;
	color: #FFF;
	background: #ff9000;
	color: #FFF;
	font-size: 90%;
	font-weight: bolder;
	border-radius: 5px;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#jpflight_calendar_passenger_btn a:hover {
	text-decoration: none;
	background: #feab40;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#question {
	display: none;
	width: 50%;
	padding: 30px 10px;
	text-align: center;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
	box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);			
}

/* バナー */
/* ====================================================================== */

.bnr_bottom {
	padding: 10px 0;
	float: left;	
	width: 33.33%;	
	text-align: center;
}

.bnr_bottom img {
	width: 95%;
	margin: 0 auto;	
	display: block;
}	
	
#bnr_phone {
	clear: both;
	text-indent: -30000px;
	width: 100%;
	min-height: 210px;
	margin: 0 auto 10px auto;	
}

#bnr_phone a {
	display: block;
	width: 100%;
	min-height: 210px;
	background: url(images/bnr_phone.jpg) no-repeat center;	
	background-size: contain;			
}

}



/* 日本行き往復航空券 カレンダー */
/* ====================================================================== */

#calendar_block {
	margin: 10px auto 30px auto;
	max-width: 950px;
	width: 95%;
	font-family: Arial, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

#jpflight_calendar h1 {
	margin: 15px 0 0 0;
	padding: 8px 0 8px 0;
	text-align: center;
	font-size: 120%;
	font-weight: 900;
	color: #FFF;
	background: #0c4da2;	
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
	box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
}


#jpflight_calendar_block {
	padding: 15px 30px 30px 30px;
	background: #e4e4e4;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(77,77,77,1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(77,77,77,1);
	box-shadow: 0px 1px 5px 0px rgba(77,77,77,1);
}

#jpflight_calendar_select {
	padding: 20px 10px;
	width: 50%;
	color: #000;
	text-align: center;
	margin: 5px auto 20px auto;
	background: #FFF;
	border-radius: 5px;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(77,77,77,1);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(77,77,77,1);
	box-shadow: inset 0px 0px 5px 0px rgba(77,77,77,1);			
}

#icn_question {
	display:inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
}

#jpflight_calendar_date_select {
	width: 35px;
	padding: 0 5px
}

#jpflight_calendar_select_btn {
	display: inline;
	margin: 0 5px;
	text-align: center;
}

#jpflight_calendar_select_btn a {
	padding: 7px 15px;
	width: 100px;
	color: #FFF;
	background: #ff9000;
	color: #FFF;
	font-size: 90%;
	font-weight: bolder;
	border-radius: 5px;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#jpflight_calendar_select_btn a:hover {
	text-decoration: none;
	background: #feab40;
}

#jpflight_calendar_notice {
	text-align: right;
	font-size: 80%;	
}

#jpflight_calendar_head {
	text-align: center;
	/*background: #36c6f3;
	padding: 10px 0 0 0;	
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;*/
}

#jpflight_calendar_head li {
	float: left;
	font-size: 90%;
	font-weight: bolder;
}

#jpflight_calendar_month li.current {
	background: #FFF;
	padding: 0;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}

#jpflight_calendar_month li {
	width: 13.8%;
	margin: 0 0.24%;
	background: #E4E4E4;
	border-top: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}

#jpflight_calendar_month li a {
	display: block;
	color: #FFF;
	padding: 10px 0;
	width: 100%;
	color: #337ab7;
}

#jpflight_calendar_month li.current a {
	margin: 0;
	font-weight: 900;
	border: none;
	background: #f6f6f6;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}

#jpflight_calendar_month li a:hover {
	color: #0c4da2;	
	background: #c4edfe;
	text-decoration: none;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}

#jpflight_calendar_week li {
	padding: 10px 0;
	margin: 0;
	width: 14.28%;
}

#jpflight_calendar_week {
	margin: 0;
	background: #f6f6f6;
}

#jpflight_calendar_week li {
	width: 14.28%;
	background: #f6f6f6;
}

#jpflight_calendar_date {
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}

/*.sat {
	color: #7d92df;	
}

.sun {
	color: #b76977;	
}*/

.jpflight_calendar_date_block {
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	background: #FFF;
	min-height: 70px;
	float: left;
	width: 14.28%;
}

.jpflight_calendar_date_block.bestprice {
	background: #fffade;
	position: relative;
}

/* .bestprice_tag {
	position: absolute;
	top: 5px;
	right: 5px;
	border: 1px solid #FF0004;
	padding: 2px 5px;
	font-size: 85%;
	color: #FF0004; 
	background: #fffb84;	
}*/

.bestprice_tag {
	display: none;	
}

.jpflight_calendar_date_block.inactive .calendar_date {
	font-weight: 300;
	color: #ababab;
	padding: 2px 5px;
	border-bottom: 1px solid #FFF;
}

.jpflight_calendar_date_block.weekday .calendar_date {
	font-weight: 300;
	padding: 2px 5px;
	/*background: #e4e4e4;
	border-bottom: 1px solid #d8d8d8;*/
}

.jpflight_calendar_date_block.sat .calendar_date {
	font-weight: 300;
	color: #ababab;
	padding: 2px 5px;
	/*background: #d4e3fd;
	border-bottom: 1px solid #d8d8d8;*/
}

.jpflight_calendar_date_block.sun .calendar_date {
	font-weight: 300;
	color: #ababab;
	padding: 2px 5px;
	/*background: #f7e2e5;
	border-bottom: 1px solid #d8d8d8;*/
}

.jpflight_calendar_date_block .calendar_date .calendar_month {
	display: none;
}

.jpflight_calendar_price {
	padding: 0;
	font-weight: 100 !important;
	text-align: center;
	font-size: 170%;	
}

.jpflight_calendar_price a {
	color: #ff6b12;
	text-decoration: underline;
}

.jpflight_calendar_price a:hover {
	color: #ff6b12;
	text-decoration: none;
}

.jpflight_calendar_date_block.bestprice .jpflight_calendar_price a {
	color: #ff6b12;
	text-decoration: underline;
}

.jpflight_calendar_date_block.bestprice .jpflight_calendar_price a:hover {
	color: #ff6b12;
	text-decoration: none;
}

.jpflight_calendar_back {
	display: none;	
}

/*.jpflight_calendar_back {
	margin: 0 auto 8px auto;
	padding: 2px 5px;
	text-align: center;
	font-size: 80%;
	width: 80%;
	color: #545454;
	background: url(images/icn_cal_return.png) no-repeat 10px 4px;	
}

.jpflight_calendar_back.sat {
	color: #7d92df;
}

.jpflight_calendar_back.sun {
	color: #b76977;
}*/


/* Common */
/* ====================================================================== */
#rt-dept1,
#rt-dest1,
#rt-deptdate1,
#ow-dept1,
#ow-dest1,
#ow-date-term,
#mc-dept1,
#mc-dest1,
#mc-deptdate1,
#mc-dept2,
#mc-dest2,
#mc-deptdate2,
#mc-dept3,
#mc-dest3,
#mc-deptdate3,
#mc-dept4,
#mc-dest4,
#mc-deptdate4,
#mc-dept5,
#mc-dest5,
#mc-deptdate5 {
	height: 33px;
	border: none;
}

#rt-dept1,
#rt-dest1,
#ow-dept1,
#ow-dest1,
#mc-dept1,
#mc-dest1,
#mc-dept2,
#mc-dest2,
#mc-dept3,
#mc-dest3,
#mc-dept4,
#mc-dest4,
#mc-dept5,
#mc-dest5,
#mc-dept6,
#mc-dest6 {
	padding: 0 0 0 25px !important;
	background: url(images/icn_point.png) no-repeat #FFF 8px 9px !important;	
}

#rt-num-disp,
#ow-num-disp {
	margin: 0;
	padding: 7px 0 3px 25px !important;
	height: 33px !important;
	font-size: 90%;
	border: 1px solid #A4A4A4 !important;
	background: url(images/icn_passenger.png) no-repeat #FFF 5px 6px;	
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
}

#mc-num-disp {
	margin: 5px 10px 0 0;
	padding: 7px 0 3px 25px !important;
	width: 97%;
	height: 33px !important;
	font-size: 90%;
	border: 1px solid #A4A4A4 !important;
	background: url(images/icn_passenger.png) no-repeat #FFF 5px 6px;	
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
}

#rt-date-term,
#ow-date-term,
#mc-deptdate1,
#mc-deptdate2,
#mc-deptdate3,
#mc-deptdate4,
#mc-deptdate5 {
	height: 33px !important;
	padding: 5px 0 3px 25px !important;
	background: url(images/icn_calendar.png) no-repeat #FFF 8px 9px !important;	
}

.search_column01 input,
.search_column02 .search,
.search_column04 input,
.date input {
	width: 97% !important;
	border: 1px solid #A4A4A4 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	font-size: 16px;
}

#ow_searchbox select,
#mc_searchbox select {
	box-sizing: border-box !important;
	margin: 5px 5px 5px 0 !important;
	padding: 6px 30px 6px 6px !important;
	font-size: 14px !important;
	width: 97% !important;
	border: 1px solid #A4A4A4 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	background: #fff url(https://www.hisgo.com/us/campaign/assets/images/common/form_select_allow.png) right center no-repeat !important;
	background-size: 20px auto !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

select::-ms-expand {
    display: none !important;
}

/*#searchbox select {
	box-sizing: border-box;
	width: 100%;
	margin: 5px 5px 5px 0;
	padding: 6px 30px 6px 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff url(../images/common/form_select_allow.png) right center no-repeat;
	background-size: 20px auto;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
}*/

#searchbox input[type=text],
#ow_searchbox input[type=text],
#mc_searchbox input[type=text]  {
	margin: 0 0 5px 0 !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
}


#searchbox a.btn-inline,
#ow_searchbox a.btn-inline,
#mc_searchbox a.btn-inline {
	display: block;
	padding: 5px 12px 5px;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: url(images/icn_search.png) no-repeat 20px 7px #ff9000;
	background-position: 25% 50%;
}

#searchbox a.btn-inline:hover,
#ow_searchbox a.btn-inline:hover,
#mc_searchbox a.btn-inline:hover {
	color: #fff;
	background: url(images/icn_search.png) no-repeat 20px 7px #feab40;
	background-position: 25% 50%;
}

.clear {
	clear: both;	
}

.required_error {
	font-size: 80%;
	color: #BD0003;	
}

#global_header h1 {
	margin: 0;	
}

#loading {
	z-index: 100000;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	position: fixed;
	left: 50%;
	top: 50%;
}


#dd select,
#ow_dd select,
#mc_dd select,
#ee select,
#ow_ee select,
#mc_ee select {
	border: none !important;
	color: #FFF;
	font-size: 90% !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	background: #36c6f3 url(images/form_select_allow.png) right center no-repeat !important;
	background-size: 20px auto !important;
}

.icon-circle-plus:before {
    content: none !important;
}

.icon-circle-minus:before {
    content: none !important;
}

#breadcrumb {
	padding: 13px 0 0 0;
	font-size: 12px;
	margin: 0 auto;
	max-width: 950px;
	width: 95%;	
}

/*#main_banner img {
	width: 100% !important;
	height: auto !important;
}*/

a.latest_list .latest_from,
a.latest_list .latest_price {
	text-decoration: underline;
}

a.latest_list .latest_from:hover,
a.latest_list .latest_price:hover {
	text-decoration: none;
}





#cal_airfare01 {
	float: left;
	width: 35%;
}

#cal_airfare02 {
	margin: 25px 0 0 0;
	float: left;
	width: 55%;	
}

#cal_airfare03 {
	margin: 0;
	float: left;
	width: 65%;	
}

#cal_airfare_from,
#cal_airfare_to {
	clear: both;	
}

#cal_airfare_from label,
#cal_airfare_to label {
	float: left;
	text-align: right;
	border-top: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	height: 50px;
	width: 30%;
	font-size: 90%;
	background: url(images/icn_location.png) 5px 10px no-repeat #e0e0e0;
	padding: 15px 10px 10px 30px;
}

.cal_airfare_select {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	float: left;
	background: #FFF;
	height: 50px;
	width: 67%;
}

#cal_airfare_depart label {
	float: left;
	text-align: right;
	border-top: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	height: 50px;
	width: 25%;
	font-size: 90%;
	background: url(images/icn_fare_calendar.png) 5px 10px no-repeat #e0e0e0;
	padding: 15px 10px 10px 30px;
}

#cal_airfare_airlines label {
	float: left;
	text-align: right;
	border-top: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	height: 50px;
	width: 25%;
	font-size: 90%;
	background: url(images/icn_fare_calendar.png) 5px 10px no-repeat #e0e0e0;
	padding: 15px 10px 10px 30px;
}

.cal_airfare_select02 {
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	float: left;
	background: #FFF;
	height: 50px;
	width: 35%;
}

#cal_airfare_from_select,
#cal_airfare_to_select,
#cal_airfare_ca_select,
#cal_airfare_depart_select,
#cal_airfare_airlines_select {
	height: 48px;
	padding: 0 0 0 10px;
	border-left: none;
	background: url(images/icn_select_arrow.png) right no-repeat #FFF;
	background-position:right center;
	border: none;
	width: 100%;
	-webkit-appearance: none;
}

.btn_cal_airfare {
	/*margin: -15px 0 0 10px;*/
	margin: 10px 0 0 10px;
	float: left;	
}

.btn_cal_airfare a {
	padding: 10px 15px;
	width: 100px;
	color: #FFF;
	background: #ff9000;
	color: #FFF;
	font-size: 120%;
	border-radius: 5px;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: 100;
}

.btn_cal_airfare a:hover {
	text-decoration: none;
	background: #feab40;
}

#searchtab_nav {
	font-size: 1.2em;
}

#cal_airfare02 p {
	clear: both;
	text-align: center;	
}

#cal_airfare02 p a {
	text-decoration: underline;
}

#calendar_footage {
	padding: 10px 0 0 0;
	font-size: 90%;	
}

#banner_block,
#main_banner {
	margin: 20px auto 0 auto;	
}

#banner_block img {
/*
	float: left;
*/
	margin: 0 5px 30px 5px;
}

#main_banner img {
	float: left;
	margin: 0 5px 10px 5px;
}

#fl2 {
	width: 950px;	
	height: 300px;
}

#banner_block2 {
	margin: 20px auto;
	max-width: 960px;
	width: 95%;		
}

#banner_block2 img {
	float: left;
	width: 49%;
}

.other_cities {
	padding: 5px 0 10px 0;
	text-align: center;
	font-size: 1.2em;
}

.other_cities a {
	text-decoration: underline;
}