@charset "UTF-8";


/*********************************************
SEARCH BASE
*********************************************/

#aoForm {
	font-size: 12px;
}

#src-main #srctab-01 {
    background:rgba(255,255,255,0.8);
}

#error {
	padding:10px;
	color:#dd0000;
	border:1px solid #dd0000;
}

/*********************************************
SEARCH FORM
*********************************************/

#src-form {
	margin:0 auto;
	width:100%;
	text-align:center;
}

#src-form dl {
	margin:10px 0px 0px 0px;
	text-align:left;
}

#src-form dt {
	padding:10px 0px 5px 0px;
	text-align:left;
}

select, input {
	box-sizing:border-box;
}

#src-main select {
	padding:10px 10px 10px 10px;
	width:300px;
	border:1px solid #CCCCCC;
	background:url("/imgv2/common/base/btn9.png") #fff 95% 50% no-repeat;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-indent: 0.01px;
	text-overflow: "";
	box-sizing:border-box;
	font-family: "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
}
#AIRON .multiMode select,#AIRON .multiMode input:not(.submitlink) {
	padding: 8px 10px 9px 10px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	line-height: 1;
	height: 36px;
	vertical-align: middle;
}
#AIRON .multiMode #airtab3 select {
	padding:10px 10px 10px 10px;
}
select::-ms-expand {
	display: none;/*select IE*/
}
#src-main .popup {
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;
	color:#003366;
	background:url("/imgv2/common/base/btn1.png") left 50% no-repeat;
}

#src-main .popup:hover {
	color:#EA9300;
}

#src-main .seatttl {
	margin:20px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #ccc;
	text-align:left;
}

#src-box1 {
	float:left;
	padding:0px 15px 15px 10px;
	width:320px;
	text-align:center;
}

#src-box2 {
	float:left;
	margin:0 auto;
	padding:0px 15px 15px 10px;
	width:320px;
	text-align:center;
}

#src-box3 {
	float:left;
	margin:0 auto;
	padding:0px 15px 15px 10px;
	width:320px;
	text-align:center;
}

/*src-menu*/
#src-menu  {
	margin:20px 0px 20px 0px;
	width:300px;
}

#src-menu div {
	float:left;
	padding:10px 0px 10px 0px;
	border-left:1px solid #ccc;
	background:#fff;
}

#src-menu #src-tab1 {
	width:25%;
	cursor:default;
}

#src-menu #src-tab2 {
	width:25%;
	cursor:default;
}

#src-menu #src-tab3 {
	width:49%;
	cursor:default;
}

#src-menu .checked {
	color:#fff;
	background:#003366;
}
#src-menu div:hover {
	color:#fff;
	background:#003366;
}

.src-city {
	display:none;
}

/*search btn*/
input.submitlink {
	margin:20px 0px 0px 0px;
	padding:14px 20px 20px 20px;
	width:300px;
	height:50px;
	color:#fff;
	font-size:1.4em;
	text-align:center;
	background:#003366;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	border:0px;
}

input.submitlink:hover {
	background:#EA9300;
	border:0px;
}

#src-main input.map, #src-main input.map2 {
	border:1px solid #CCCCCC;
	background:url("/imgv2/common/search/map.png") #fff 95% 50% no-repeat;
	cursor:default;
	box-sizing:border-box;
}

#src-main input.cal {
	border:1px solid #CCCCCC;
	background:url("/imgv2/common/search/cal.png") #fff 95% 50% no-repeat;
	cursor:default;
	box-sizing:border-box;
}

/*citybox*/
#src-citycode, #src-citycode2  {
	position:relative;
	z-index:1;
	display:none;
}

#src-citybox {
	width:300px;
	background:#CBCAB8;
	z-index:2;
}

#src-citybox .inbox-tab {
	overflow:hidden;
}

#src-citybox .inbox-tab li {
	float:left;
	margin:0;
	color:#fff;
	background:#EA9300;
}

#src-citybox .inbox-tab li.inbox-slct {
	background:#EFEFE7;
}

#src-citybox .inbox-con li {
	background:#EFEFE7;
}

#src-citybox .hide {
	display:none;
}

/*city inbox*/
#city-menu {
	padding:10px 10px 0 10px;
}

#city-inbox {
	padding:0px 10px 10px 10px;
}

#inbox-tab div {
	float:left;
	padding:10px;
	color:#fff;
	border:1px solid #036;
	background:#036;
}

#inbox-tab div:hover {
	color:#036;
	border:1px solid #fff;
	background:#CBCAB8;
}

#inbox-tab .inbox-select {
	color:#036;
	border:1px solid #EFEFE7;
	background:#EFEFE7;
}

#inbox-tab .inbox-select:hover {
	color:#036;
	border:1px solid #EFEFE7;
	background:#EFEFE7;
}

.inbox-wrap {
	padding:10px;
	width:100%
	height:auto;
	background:#EFEFE7;
}

.inbox-wrap ul {
	padding:0px 0px 0px 0px;
	clear:both;
}

.inbox-wrap ul li {
	float:left;
	padding:5px 0px 5px 10px;
	color:#036;
	font-size:0.9em;
	background:url("/imgv2/common/base/btn1.png") left 50% no-repeat;
}

.inbox-wrap ul li:nth-child(1) {
	width:30%;
}

.inbox-wrap ul li:nth-child(2) {
	width:40%;
}

.inbox-wrap ul li:nth-child(3) {
	width:30%;
}

.inbox-wrap ul li a {
	color:#036;
}

.inbox-wrap ul li a:hover {
	color:#EA9300;
	text-decoration:underline;
}

.disnon {
	display:none;
}

#city-inbox .inbox-wrapin select {
	margin:0 0 10px 0;
	padding:10px 10px 10px 10px;
	width:100%;
	border:1px solid #CCCCCC;
	background:url("/imgv2/common/base/btn9.png") #fff 95% 50% no-repeat;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent: 0.01px;
    text-overflow: "";
	box-sizing:border-box;
}

#city-inbox .inbox-wrapin select::-ms-expand {
	display: none;/*select IE*/
}

/*panel*/

#form-panel {
	margin:0;
	padding:0;
}

#form-panel dl {
	margin:10px 0px 0px 0px;
	padding:0;
	text-align:left;
}

#form-panel dt {
	padding:0;
	text-align:left;
}

#form-panel div p {
	margin:10px 0px 0px 0px;
	padding:0;
}

#form-panel .trigger {
	margin:20px 0px 0px 0px;
    display:block;
    color:#036;
    border:2px solid #036;
    background:#fff;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
	box-sizing:border-box;
}

#form-panel .panel-o {
	padding:7px 0px 5px 35px;
	background:url("/imgv2/common/base/btn13.png") #fff 10px 48% no-repeat;
	cursor:default;
}

#form-panel .panel-o:hover {
	background:url("/imgv2/common/base/btn13.png") #EFEFE7 10px 48% no-repeat;
}

#form-panel .panel-c {
	padding:7px 0px 5px 35px;
	background:url("/imgv2/common/base/btn14.png") #fff 10px 48% no-repeat;
	cursor:default;
}

#form-panel input.cal {
	width:290px;
	border:1px solid #CCCCCC;
	background:url("/imgv2/common/search/cal.png") #fff 95% 50% no-repeat;
	cursor:default;
	box-sizing:border-box;
}

#form-panel select {
	width:290px;
	border:1px solid #CCCCCC;
	cursor:default;
	box-sizing:border-box;
}

/*********************************************
SEARCH AIR
*********************************************/

#src-form #seat {
	margin:0 auto;
	padding:10px 0px 0px 0px;
}

#seat div {
	margin:0px 0px 5px 0px;
}

#seat p {
	font-size:0.9em;
}

#src-form #seat dt {
	padding:5px 0px 0px 0px;
	float:left;
	width:40%;
	text-align:right;
}

#src-form #seat dd {
	float:left;
	width:60%;
}

#seat dd select {
	margin:0px 10px 0px 10px;
	padding:10px 10px 10px 10px;
	width:70px;
	border:1px solid #CCCCCC;
	background:url("/imgv2/common/base/btn9.png") #fff 85% 50% no-repeat;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent: 0.01px;
    text-overflow: "";
	box-sizing:border-box;
}

#seat select::-ms-expand {
	display: none;/*select IE*/
}

#seatlink {
	padding:20px 0 0 0;
	width:100%;
	text-align:center;
}

#seatlink div {
	margin:0 auto;
	padding:10px 20px 10px 20px;
	width:200px;
	color:#003366;
	border:1px solid #003366;
	text-align:center;
	background:url("/imgv2/common/base/btn1.png") #fff 90% 50% no-repeat;
}

#seatlink div:hover {
	margin:0 auto;
	padding:10px 20px 10px 20px;
	width:200px;
	color:#003366;
	border:1px solid #fa9300;
	text-align:center;
	background:url("/imgv2/common/base/btn1.png") #fff 90% 50% no-repeat;
}

#close, #close2 {
	margin:0px 0px 10px 0px;
	padding:15px 10px 15px 10px;
	color:#fff;
	border:1px solid #036;
	background:url("/imgv2/common/search/close.png") #036 95% 50% no-repeat;
}

#close:hover, #close2:hover {
	padding:15px 10px 15px 10px;
	color:#fff;
	border:1px solid #fff;
	background:url("/imgv2/common/search/close2.png") #CBCAB8 95% 50% no-repeat;
}

/*********************************************
SEARCH TOUR
*********************************************/

#form-area select  {
	margin:0 0 10px 0;
}

#form-area select::-ms-expand {
	display: none;/*select IE*/
}

#form-area2 select {
	margin:0;
	padding:10px 0px 10px 10px;
	width:240px;
	border:1px solid #CCCCCC;
	background:url("/imgv2/common/base/btn9.png") #fff 95% 50% no-repeat;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent: 0.01px;
    text-overflow: ""
}

#form-area2 select::-ms-expand {
	display: none;/*select IE*/
}

#form-area2 {
	float:left;
}

#form-area3 {
	float:left;
	padding:10px 0px 0px 5px;
	text-align:center;
	box-sizing:border-box;
}

#form-area4 {
	float:left;
	margin:10px 0px 0px 0px;
}

#form-area4 select  {
	margin:0px 10px 0px 10px;
	padding:10px 10px 10px 10px;
	width:100px;
	border:1px solid #CCCCCC;
	background:url("/imgv2/common/base/btn9.png") #fff 85% 50% no-repeat;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent: 0.01px;
    text-overflow: "";
}

#form-area4 select::-ms-expand {
	display: none;/*select IE*/
}

#form-area5 {
	float:left;
	padding:20px 0px 0px 0px;
	width:40px;
	text-align:center;
	box-sizing:border-box;
}

/*worldmap*/
#worldmap-area {
	margin:20px 0px 0px 0px;
}

#worldmap-img {
	width:300px;
	height:190px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	position: relative;
	background:url("/imgv2/common/search/worldmap.png") #c0eaff center 5px no-repeat;
}

#worldmap-img div {
	padding:5px 5px 5px 15px;
	position:absolute;
	font-size:0.8em;
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    background-color:rgba(255,255,255,0.9);
	background-image:url("/imgv2/common/base/btn15.png");
	background-repeat:no-repeat;
	background-position:5px 50%;
}

#worldmap-img div a:hover {
	color:#EA9300;
	text-decoration:underline;
}

/*アジア*/
#worldmap-img div:nth-child(1) {
	z-index:401;
	top:80px;
	left:90px;
}

/*ラテンアメリカ*/
#worldmap-img div:nth-child(2) {
	z-index:402;
	right:20px;
	bottom:40px;
}

/*ハワイ*/
#worldmap-img div:nth-child(3) {
	z-index:403;
	top:80px;
	left:150px;
}

/*オセアニア*/
#worldmap-img div:nth-child(4) {
	z-index:404;
	top:120px;
	left:90px;
}

/*ビーチ・リゾート*/
#worldmap-img div:nth-child(5) {
	z-index:405;
	left:100px;
	bottom:10px;
}

/*ヨーロッパ*/
#worldmap-img div:nth-child(6) {
	z-index:406;
	top:40px;
	left:20px;
}

/*北アメリカ*/
#worldmap-img div:nth-child(7) {
	z-index:407;
	top:40px;
	right:20px;
}

/*中東・アフリカ*/
#worldmap-img div:nth-child(8) {
	z-index:408;
	left:20px;
	bottom:40px;
}

#worldmap-txt {
	padding:10px 15px 10px 15px;
	width:300px;
	background:#036;
	font-size:0.9em;
}
#worldmap-txt li {
	float:left;
	padding:3px 0px 3px 15px;
	width:50%;
	color:#fff;
	background:url("/imgv2/common/base/btn3.png") left 50% no-repeat;
	text-align:left;
}

#worldmap-txt li a {
	color:#fff;
}

#worldmap-txt li a:hover {
	color:#EA9300;
	text-decoration:underline;
}






/***************************************/
/*AIR SEARCH FORM*/
/***************************************/

#airsearch {
	margin:5px 0 10px 0;
	text-align:left;
}

#airdetail {
	padding:0;
	text-align:left;
}

.airtabbox {
	/*float:left;*/

}

#airtab1 {
/*	padding:0 10px 0 10px;*/
	width:100%;
	clear: both;
}
#airtab4 {
/*	padding:0 10px 0 10px;*/
	width:100%;
	clear: both;
}

#airtab2 {
/*	padding:0 10px 0 10px;*/
	width:100%;
}

#airtab3 {
	padding:9px 10px 20px 10px;
	width:100%;
}

#airtab1 dl, #airtab2 dl, #airtab3 dl, #airtab4 dl {
	clear:both;
}

.clear{
	clear:both;
}
.condInr.person{
/*	margin-top: -150px;*/
}
.multi{
	display:none;
}
.multi.selectFlight{
	margin-left: 1px;
	width: 666px !important;
	margin-top: 12px;
}
.inputRow{
	height: 18px;
	margin-bottom:30px;
}
.inputRow:first-child{
	height: 18px;
	margin-bottom:0;
}
.inputRow:nth-child(n + 4){
	display:none;
}
.inputRow .inputCell{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-right:2px;
}
.inputRow .inputCell.inputTitle{
	width: 69px;
	text-align: center;
	font-weight: bold;
	margin-right: -1px;
	font-size: 10px;
	color: #585858;
}
.inputRow .inputCell.inputTitle span{
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
.inputRow .inputCell.inputTitle i{
	color: #4a70bd;
	font-size: 18px;
	vertical-align: middle;
	margin-bottom: 0px;
	margin-right: 2px;
}
.inputRow .inputCell.inputCity{
	width: 164px;
}
.inputRow .inputCell.inputCity input{
	border: 1px solid #CCCCCC;
	background: url(/imgv2/common/search/map.png) #fff 95% 50% no-repeat;
	background-size: 12px;
}
.inputRow .inputCell.inputDate{
	width: 104px;
}
.inputRow .inputCell.close{
	width: 30px;
}
#AIRON .multiMode .inputRow .close i{
	font-size: 20px;
	color: #8e8e8e;
	vertical-align: middle;
	cursor: pointer;
	margin-left: -1px;
}
.inputRow .inputCell select, .inputRow .inputCell input{
	width:100% !important;
}
#AIRON .multiMode #airtab4{
	margin: 10px 0 15px 73px;
}
#AIRON .multiMode #airtab4 input, #AIRON .multiMode #airtab4 select{
	width:192px;
	margin-right: 5px;
}
.addFlight{
	background-color: #4a70bd;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 13px 2px 8px;
	border-radius: 3px;
	cursor: pointer;
	/* width: 96px; */
	width: auto;
	margin-left: 72px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}
.addFlight:hover {
	background-color: #678edc;
}
.addFlight i{
	font-size: 11px;
	vertical-align: middle;
	margin: 0px 5px 1px 0;
}
.multiMode .multi.seatclassCaution{
	display:none;
	width: 230px;
	color: #f00;
	line-height: 1.4;
	margin-right: -30px;
}
.multiMode .multi.seatclassCaution .seatclassCautionType{
	display:none;
}
.multiMode .multi.seatclassCaution .seatclassCautionType.disp{
	display:inline;
}

#airtab1 dt, #airtab2 dt, #airtab4 dt {
	margin:0;
	padding:10px 0 2px 0;
	text-align:left;
}

#airtab1 dt p,#airtab4 dt p {
	float:left;
	margin:0 10px 0 0;
	padding:0 0 0 0;
}

.aircode a {
	padding:0 0 0 10px;
	color:#003366;
	background:url("/imgv2/common/base/btn1.png") left 50% no-repeat;
}

#airtab3 .seatttl {
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	border-bottom:1px solid #ccc;
}

#airtab3 dt {
	clear:both;
	float:left;
	padding:0 10px 0 0;
	width:150px;
	text-align:right;
}

#airtab3 dt p {
	font-size:0.9em;
}

#airtab3 dd {
	float:left;
}

#airtab3 dd.seataft {
	padding:15px 0 0 10px;
}

#seatlink {
	margin:0 auto;
	padding:5px 0 10px 0;
	width:100%;
	text-align:center;
}

#seatlink div {
	margin:10px auto 0;
	padding:8px 20px 8px 20px;
	width:200px;
	color:#003366;
	border:1px solid #003366;
	text-align:center;
	background:url("/imgv2/common/base/btn1.png") #fff 90% 50% no-repeat;
}

#seatlink div:hover {
	margin:10px auto 0;
	padding:10px 20px 10px 20px;
	width:200px;
	color:#003366;
	border:1px solid #003366;
	text-align:center;
	background:url("/imgv2/common/base/btn1.png") #EFEFE7 90% 50% no-repeat;
}

/*select FF*/
#AIRON #airtab1 select,#AIRON #airtab4 select {
	width: 290px;
    margin: 0 10px 0 0;
	padding:10px 10px 10px 10px;
	border:1px solid #CCCCCC;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent: 0.01px;
    text-overflow: "";
	background:url("/imgv2/common/base/btn9.png") #fff 95% 50% no-repeat;
	height: 37px;
}

/*******追加********/
#airtab1 select:hover,#airtab4 select:hover {
	border:1px solid #003366;
}
/*****追加終了*****/

/*select IE*/
select::-ms-expand {
	display: none;
}

#airtab1 input,#airtab4 input {
	width:290px;
	margin:0 10px 5px 0;
	padding:10px 30px 10px 10px;
	border:1px solid #CCCCCC;
/*	height: 20px;*/
}

#airtab1 input.cal,#airtab4 input.cal {
	width:290px;
	margin:0 0 5px 0;
	padding:10px 20px 10px 10px;
	border:1px solid #CCCCCC;
	background:url("/imgv2/common/search/cal.png") #fff 95% 50% no-repeat;
}

#airtab1 input.cal:hover,#airtab4 input.cal:hover {
	border:1px solid #003366;
}

#airtab2 select {
	width:290px;
	margin:0 0 5px 0;
	padding:10px 30px 10px 10px;
	border:1px solid #CCCCCC;

    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent: 0.01px;
    text-overflow: "";

	background:url("/imgv2/common/base/btn9.png") #fff 95% 50% no-repeat;
}

#airtab2 select:hover {
	border:1px solid #003366;
}

#airtab2 input {
	width:290px;
	margin:0 0 5px 0;
	padding:10px 20px 10px 10px;
	border:1px solid #CCCCCC;
}

#airtab2 input.cal {
	width: 290px;
    margin: 0 10px 5px 0;
	padding:10px 30px 10px 10px;
	border:1px solid #CCCCCC;
	background:url("/imgv2/common/search/cal.png") #fff 95% 50% no-repeat;
}

#airtab2 input.cal:hover {
	border:1px solid #003366;
}

#airtab1 .tooltip input,#airtab4 .tooltip input {
	width:290px;
	margin:0 0 5px 0;
	padding:10px 30px 10px 10px;
	border:1px solid #CCCCCC;
	background:url("/imgv2/common/search/map.png") #fff 95% 50% no-repeat;
}

#airtab1 .tooltip input:hover,#airtab4 .tooltip input:hover {
	border:1px solid #003366;
}

#airtab2 #button1 {
	width:40px;
	padding:10px 10px 0 10px;
	height:45px;
	border-top:1px solid #CCCCCC;
	border-left:0px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:#fff;
}


#airtab2 #button1:hover {
	background:#EFEFE7;
}

#airtab3 select {
	width:40px;
	margin:0 0 5px 0;
	padding:10px 20px 10px 10px;
	border:1px solid #CCCCCC;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-indent: 0.01px;
    text-overflow: "";
	background:url("/imgv2/common/base/btn9.png") #fff 95% 50% no-repeat;
}

#airtab3 select:hover {
	border:1px solid #003366;
}

#airtab3 input {
	margin:10px 0 0 0;
/*	width:100%;
	height:45px;*/
	color:#fff;
/*	font-size:1.2em;*/
	background:#003366;
	border:0;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}


/*citysearch*/
#disp {
	display: none;
}

/*radio*/
.radio-group {
	padding:0;
}

.radio-group input[type=radio], .radio-group input[type=checkbox] {
	display: none;
}

.radio {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position:relative;
	display:inline-block;
	margin:0 -5px 0 0;
	padding:10px 15px 10px 15px;
	background-color: #fff;
	vertical-align: middle;
	cursor: pointer;
	text-align:cebter;
	border-left:1px solid #ccc;
}

.radio2 {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position:relative;
	display:inline-block;
	margin:0 -6px 0 0;
	padding:10px 15px 10px 15px;
	background-color: #fff;
	vertical-align: middle;
	cursor: pointer;
	text-align:cebter;
	border-left:1px solid #ccc;
}

.radio3 {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position:relative;
	display:inline-block;
	margin:0 0 0 0;
	padding:10px 15px 10px 15px;
	background-color: #fff;
	vertical-align: middle;
	cursor: pointer;
	text-align:cebter;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin:0 -5px 0 0;
	padding:10px 15px 10px 15px;
	background-color: #fff;
	vertical-align: middle;
	cursor: pointer;
	text-align:cebter;
}

.radio:hover, .radio2:hover, .radio3:hover, .checkbox:hover {
	background-color: #003366;
	color: #fff;
}

input[type="radio"]:checked + label {
	background-color: #003366;
	color: #fff;
	opacity: 1;
}

#error {
	padding:10px;
	color:#dd0000;
	border:1px solid #dd0000;
}

.condInr{
	float:left;
	max-width: 658px;
}
.airtabbox.h dl{
    float: left;
    clear: none !important;
}
.objcity2{
	margin-left: 300px;
}





.groupRsv{
	padding: 3px 7px 0;
	width: 124px;
	margin: 0 0 -10px auto;
}
.groupRsv a{
	color: #0057af;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: underline;
    text-align: right;
}



.lcccityWrap{
	text-align: left;
}
.lcccityselect{
    position: absolute;
    background: #EFEFE7;
    margin: 2px 0 0;
    color: #444;
    z-index: 10;
/*    padding-right: 9px;*/
/*    height: 390px;*/
	left:0;
	text-align:left;
	min-width: 260px;
	padding-top: 4px;
	border: 1px solid #036;
}
.lcccountry{
    margin: 8px 0 12px 9px;
    vertical-align: top;
    width: 186px;
}
.lcccountryWrap.single .lcccountry{
    width: 240px;
}
.lcccity{
    margin: 1px 0 0 0;
    padding: 2px 0px 1px 20px;
    width: 186px;
    background-image: url(/img/list-plane.png);
    background-repeat: no-repeat;
    background-position: 3px 4px;
    background-size: 12px;
    font-size: 13px;
    cursor:pointer;
    color: #036;
    font-weight: bold;
}
.lcccountryWrap.single .lcccity{
    width: 240px;
}

.lcccity.disable{
    background-image: url(/img/list-plane_disable.png);
    color: #ccc;
}
.lcccity:hover{
	    background-color: #999;
    color: #fff;
    font-weight: bold;
}
.lcccity.disable:hover{
    background-color: #EFEFE7;
    color: #aaa;
/*    font-weight: normal;*/
    cursor: default;
}
.lcccountryname{
    line-height: 1.2;
    background: #036;
    color: #fff;
    padding: 3px 7px 2px;
    font-size: 12px;
    margin-bottom: 3px;
    cursor:pointer;
}
.lcccountryWrap{
	float:left;
/*	margin-bottom: 4px;*/
}
#AIRON .arrow{
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom: 17px solid #003366;
    position: absolute;
    margin-top: -34px;
    margin-left: 30px;
    z-index: 20;
}
#AIRON .arrow:before{
    content: "";
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom: 17px solid #efefe7;
    position: absolute;
    margin-top: -19px;
    margin-left: -20px;
}
#AIRON .onLCC #lccdepcitytmp{
	background: url(/imgv2/common/base/btn9.png) #fff 95% 50% no-repeat;
}
#AIRON .onLCC #lccobjcity1tmp,#AIRON #lccobjcity2tmp{
	background: url(/imgv2/common/search/map.png) #fff 95% 50% no-repeat;
}
#AIRON .multiMode .hidePC{
	display:none;
}
#AIRON .multiMode .multiWay .multiWayTitle{
	float: left;
	margin: 10px 5px 10px 8px;
}
#AIRON .multiMode .multiWay input{
	display:none;
}
#AIRON .multiMode .multiWay{
	margin: -48px 0 22px 196px;
}
#AIRON .multiMode .multiWay label{
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 -6px 0 0;
	padding: 10px 15px 10px 15px;
	background-color: #fff;
	vertical-align: middle;
	cursor: pointer;
	text-align: cebter;
	border-left: 1px solid #ccc;
}
#AIRON .multiMode .multiWay label:last-child{
	border-right: 1px solid #ccc;
}
#AIRON .multiMode .multiWay label.multiWayChecked{
	background-color: #003366;
	color: #fff;
	opacity: 1;
}
#AIRON .multiMode .multi.flightNumAreaWrap{
	text-align: left;
	padding-right: 40px;
	margin-top: 6px;
	margin-bottom: -6px;
	margin-left: 13px;
}
#AIRON .multiMode .multi .flightNumArea{
	display: inline-block;
/*	margin-left: 76px;*/
	color: #003465;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
}
#AIRON .multiMode .multi .flightNumArea i{
	font-size: 16px;
	vertical-align: middle;
	margin-bottom: 1px;
	color: #496fbd;
}
#AIRON .multiMode .multi .flightNum,#AIRON .multiMode .multi .flightNum:focus{
	background: none;
	border: none !important;
	width: 26px;
	padding: 0px 0 2px 4px;
	font-size: 22px;
	font-weight: bold;
	vertical-align: middle;
	color: #003465;
}

@media screen and (max-width:1016px) {
	.condInr.person {
		margin-left: 64px;
	}
}
@media screen and (max-width:768px) {

	#AIRON .multiMode .multi.flightNumAreaWrap {
		text-align: center;
		margin: 6px 0 16px;
	}
	#AIRON .multiMode select, #AIRON .multiMode input:not(.submitlink) {
		font-size: 16px;
		height: 38px;
	}
	.multiMode select, #src-main .multiMode input,#src-main .multiMode select {
		padding: 11px 10px 10px 10px;
	}
	.condInr.person {
		margin-left: 0px;
	}
	/*********************************************
	SEARCH BASE
	*********************************************/
	.sform input,.sform select{
		font-size:16px;
	}

	/*********************************************
	SEARCH FORM
	*********************************************/

	#src-form {
		margin:0 auto;
		width:100%;
		text-align:center;
	}

	#src-boxtb {
		margin:0 auto;
		width:320px;
		text-align:center;
	}

	#src-form dl {
		margin:10px 0px 0px 0px;
		text-align:left;
	}

	#src-form dt {
		padding:10px 0px 5px 0px;
		text-align:left;
	}

	select, input {
		box-sizing:border-box;
	}

	#src-main select {
		padding:10px 10px 10px 10px;
		width:300px;
		border:1px solid #CCCCCC;
		background:url("/imgv2/common/base/btn9.png") #fff 95% 50% no-repeat;
	    -webkit-appearance:none;
	    -moz-appearance:none;
	    appearance:none;
	    text-indent: 0.01px;
	    text-overflow: "";
		box-sizing:border-box;
	}

	select::-ms-expand {
		display: none;/*select IE*/
	}

	#src-main .popup {
		margin:0px 0px 0px 10px;
		padding:0px 0px 0px 10px;
		color:#003366;
		background:url("/imgv2/common/base/btn1.png") left 50% no-repeat;
	}

	#src-main .popup:hover {
		color:#EA9300;
	}

	#src-main .seatttl {
		margin:20px 0px 10px 0px;
		padding:0px 0px 10px 0px;
		border-bottom:1px solid #ccc;
		text-align:left;
	}

	#src-box1 {
		clear:both;
		padding:0px 15px 15px 10px;
		width:320px;
		text-align:center;
	}

	#src-box2 {
		clear:both;
		margin:0 auto;
		padding:0px 15px 15px 10px;
		width:320px;
		text-align:center;
	}

	#src-box3 {
		clear:both;
		margin:0 auto;
		padding:0px 15px 15px 10px;
		width:320px;
		text-align:center;
	}

	/*src-menu*/
	#src-menu  {
		margin:20px 0px 20px 0px;
		width:300px;
	}

	#src-menu div {
		float:left;
		padding:10px 0px 10px 0px;
		border-left:1px solid #ccc;
		background:#fff;
	}

	#src-menu #src-tab1 {
		width:25%;
		cursor:default;
	}

	#src-menu #src-tab2 {
		width:25%;
		cursor:default;
	}

	#src-menu #src-tab3 {
		width:49%;
		cursor:default;
	}

	#src-menu .checked {
		color:#fff;
		background:#003366;
	}
	#src-menu div:hover {
		color:#fff;
		background:#003366;
	}

	.src-city {
		display:none;
	}

	/*search btn*/
	input.submitlink {
		margin:20px 0px 0px 0px;
		padding:20px 20px 20px 20px;
		width:300px;
		height:50px;
		color:#fff;
		font-size:1.4em;
		text-align:center;
		background:#003366;
	    border-radius:10px;
	    -webkit-border-radius:10px;
	    -moz-border-radius:10px;
		border:0px;
	}

	input.submitlink:hover {
		background:#EA9300;
		border:0px;
	}

	#src-main input.map, #src-main input.map2 {
		border:1px solid #CCCCCC;
		background:url("/imgv2/common/search/map.png") #fff 95% 50% no-repeat;
		cursor:default;
		box-sizing:border-box;
	}

	#src-main input.cal {
		border:1px solid #CCCCCC;
		background:url("/imgv2/common/search/cal.png") #fff 95% 50% no-repeat;
		cursor:default;
		box-sizing:border-box;
	}

	/*citybox*/
	#src-citycode, #src-citycode2  {
		position:relative;
		z-index:1;
		display:none;
	}

	#src-citybox {
		width:300px;
		background:#CBCAB8;
		z-index:2;
	}

	#src-citybox .inbox-tab {
		overflow:hidden;
	}

	#src-citybox .inbox-tab li {
		float:left;
		margin:0;
		color:#fff;
		background:#EA9300;
	}

	#src-citybox .inbox-tab li.inbox-slct {
		background:#EFEFE7;
	}

	#src-citybox .inbox-con li {
		background:#EFEFE7;
	}

	#src-citybox .hide {
		display:none;
	}

	/*city inbox*/
	#city-menu {
		padding:10px 10px 0 10px;
	}

	#city-inbox {
		padding:0px 10px 10px 10px;
	}

	#inbox-tab div {
		float:left;
		padding:10px;
		color:#fff;
		border:1px solid #036;
		background:#036;
	}

	#inbox-tab div:hover {
		color:#036;
		border:1px solid #fff;
		background:#CBCAB8;
	}

	#inbox-tab .inbox-select {
		color:#036;
		border:1px solid #EFEFE7;
		background:#EFEFE7;
	}

	#inbox-tab .inbox-select:hover {
		color:#036;
		border:1px solid #EFEFE7;
		background:#EFEFE7;
	}

	.inbox-wrap {
		padding:10px;
		width:100%
		height:auto;
		background:#EFEFE7;
	}

	.inbox-wrap ul {
		padding:0px 0px 0px 0px;
		clear:both;
	}

	.inbox-wrap ul li {
		float:left;
		padding:5px 0px 5px 10px;
		color:#036;
		font-size:0.9em;
		background:url("/imgv2/common/base/btn1.png") left 50% no-repeat;
	}

	.inbox-wrap ul li:nth-child(1) {
		width:30%;
	}

	.inbox-wrap ul li:nth-child(2) {
		width:40%;
	}

	.inbox-wrap ul li:nth-child(3) {
		width:30%;
	}

	.inbox-wrap ul li a {
		color:#036;
	}

	.inbox-wrap ul li a:hover {
		color:#EA9300;
		text-decoration:underline;
	}

	.disnon {
		display:none;
	}

	#city-inbox .inbox-wrapin select {
		margin:0 0 10px 0;
		padding:10px 10px 10px 10px;
		width:100%;
		border:1px solid #CCCCCC;
		background:url("/imgv2/common/base/btn9.png") #fff 95% 50% no-repeat;
	    -webkit-appearance:none;
	    -moz-appearance:none;
	    appearance:none;
	    text-indent: 0.01px;
	    text-overflow: "";
		box-sizing:border-box;
	}

	#city-inbox .inbox-wrapin select::-ms-expand {
		display: none;/*select IE*/
	}

	/*panel*/

	#form-panel {
		margin:0;
		padding:0;
	}

	#form-panel dl {
		margin:10px 0px 0px 0px;
		padding:0;
		text-align:left;
	}

	#form-panel dt {
		padding:0;
		text-align:left;
	}

	#form-panel div p {
		margin:10px 0px 0px 0px;
		padding:0;
	}

	#form-panel .trigger {
		margin:20px 0px 0px 0px;
	    display:block;
	    color:#036;
	    border:2px solid #036;
	    background:#fff;
	    border-radius:20px;
	    -webkit-border-radius:20px;
	    -moz-border-radius:20px;
		box-sizing:border-box;
	}

	#form-panel .panel-o {
		padding:7px 0px 5px 35px;
		background:url("/imgv2/common/base/btn13.png") #fff 10px 48% no-repeat;
		cursor:default;
	}

	#form-panel .panel-o:hover {
		background:url("/imgv2/common/base/btn13.png") #EFEFE7 10px 48% no-repeat;
	}

	#form-panel .panel-c {
		padding:7px 0px 5px 35px;
		background:url("/imgv2/common/base/btn14.png") #fff 10px 48% no-repeat;
		cursor:default;
	}

	#form-panel input.cal {
		width:290px;
		border:1px solid #CCCCCC;
		background:url("/imgv2/common/search/cal.png") #fff 95% 50% no-repeat;
		cursor:default;
		box-sizing:border-box;
	}

	#form-panel select {
		width:290px;
		border:1px solid #CCCCCC;
		cursor:default;
		box-sizing:border-box;
	}

	/*********************************************
	SEARCH AIR
	*********************************************/

	#src-form #seat {
		margin:0 auto;
		padding:10px 0px 0px 0px;
	}

	#seat div {
		margin:0px 0px 5px 0px;
	}

	#seat p {
		font-size:0.9em;
	}

	#src-form #seat dt {
		padding:5px 0px 0px 0px;
		float:left;
		width:40%;
		text-align:right;
	}

	#src-form #seat dd {
		float:left;
		width:60%;
	}

	#seat dd select {
		margin:0px 10px 0px 10px;
		padding:10px 10px 10px 10px;
		width:40px;
		border:1px solid #CCCCCC;
		background:url("/imgv2/common/base/btn9.png") #fff 85% 50% no-repeat;
	    -webkit-appearance:none;
	    -moz-appearance:none;
	    appearance:none;
	    text-indent: 0.01px;
	    text-overflow: "";
		box-sizing:border-box;
	}

	#seat select::-ms-expand {
		display: none;/*select IE*/
	}

	#seatlink {
		padding:20px 0 0 0;
		width:100%;
		text-align:center;
	}

	#seatlink div {
		margin:0 auto;
		padding:10px 20px 10px 20px;
		width:200px;
		color:#003366;
		border:1px solid #003366;
		text-align:center;
		background:url("/imgv2/common/base/btn1.png") #fff 90% 50% no-repeat;
	}

	#seatlink div:hover {
		margin:0 auto;
		padding:10px 20px 10px 20px;
		width:200px;
		color:#003366;
		border:1px solid #fa9300;
		text-align:center;
		background:url("/imgv2/common/base/btn1.png") #fff 90% 50% no-repeat;
	}

	#close, #close2 {
		margin:0px 0px 10px 0px;
		padding:15px 10px 15px 10px;
		color:#fff;
		border:1px solid #036;
		background:url("/imgv2/common/search/close.png") #036 95% 50% no-repeat;
	}

	#close:hover, #close2:hover {
		padding:15px 10px 15px 10px;
		color:#fff;
		border:1px solid #fff;
		background:url("/imgv2/common/search/close2.png") #CBCAB8 95% 50% no-repeat;
	}

	/*********************************************
	SEARCH TOUR
	*********************************************/

	#form-area select  {
		margin:0 0 10px 0;
	}

	#form-area select::-ms-expand {
		display: none;/*select IE*/
	}

	#form-area2 select {
		margin:0;
		padding:10px 0px 10px 10px;
		width:240px;
		border:1px solid #CCCCCC;
		background:url("/imgv2/common/base/btn9.png") #fff 95% 50% no-repeat;
	    -webkit-appearance:none;
	    -moz-appearance:none;
	    appearance:none;
	    text-indent: 0.01px;
	    text-overflow: ""
	}

	#form-area2 select::-ms-expand {
		display: none;/*select IE*/
	}

	#form-area2 {
		float:left;
	}

	#form-area3 {
		float:left;
		padding:10px 0px 0px 5px;
		text-align:center;
		box-sizing:border-box;
	}

	#form-area4 {
		float:left;
		margin:10px 0px 0px 0px;
	}

	#form-area4 select  {
		margin:0px 10px 0px 10px;
		padding:10px 10px 10px 10px;
		width:100px;
		border:1px solid #CCCCCC;
		background:url("/imgv2/common/base/btn9.png") #fff 85% 50% no-repeat;
	    -webkit-appearance:none;
	    -moz-appearance:none;
	    appearance:none;
	    text-indent: 0.01px;
	    text-overflow: "";
	}

	#form-area4 select::-ms-expand {
		display: none;/*select IE*/
	}

	#form-area5 {
		float:left;
		padding:20px 0px 0px 0px;
		width:40px;
		text-align:center;
		box-sizing:border-box;
	}

	/*worldmap*/
	#worldmap-area {
		margin:20px 0px 0px 0px;
	}

	#worldmap-img {
		width:300px;
		height:190px;
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		position: relative;
		background:url("/imgv2/common/search/worldmap.png") #c0eaff center 5px no-repeat;
	}

	#worldmap-img div {
		padding:5px 5px 5px 15px;
		position:absolute;
		font-size:0.8em;
	    border-radius:7px;
	    -webkit-border-radius:7px;
	    -moz-border-radius:7px;
	    background-color:rgba(255,255,255,0.9);
		background-image:url("/imgv2/common/base/btn15.png");
		background-repeat:no-repeat;
		background-position:5px 50%;
	}

	#worldmap-img div a:hover {
		color:#EA9300;
		text-decoration:underline;
	}

	/*アジア*/
	#worldmap-img div:nth-child(1) {
		z-index:401;
		top:80px;
		left:90px;
	}

	/*ラテンアメリカ*/
	#worldmap-img div:nth-child(2) {
		z-index:402;
		right:20px;
		bottom:40px;
	}

	/*ハワイ*/
	#worldmap-img div:nth-child(3) {
		z-index:403;
		top:80px;
		left:150px;
	}

	/*オセアニア*/
	#worldmap-img div:nth-child(4) {
		z-index:404;
		top:120px;
		left:90px;
	}

	/*ビーチ・リゾート*/
	#worldmap-img div:nth-child(5) {
		z-index:405;
		left:100px;
		bottom:10px;
	}

	/*ヨーロッパ*/
	#worldmap-img div:nth-child(6) {
		z-index:406;
		top:40px;
		left:20px;
	}

	/*北アメリカ*/
	#worldmap-img div:nth-child(7) {
		z-index:407;
		top:40px;
		right:20px;
	}

	/*中東・アフリカ*/
	#worldmap-img div:nth-child(8) {
		z-index:408;
		left:20px;
		bottom:40px;
	}

	#worldmap-txt {
		padding:10px 15px 10px 15px;
		width:300px;
		background:#036;
		font-size:0.9em;
	}
	#worldmap-txt li {
		float:left;
		padding:3px 0px 3px 15px;
		width:50%;
		color:#fff;
		background:url("/imgv2/common/base/btn3.png") left 50% no-repeat;
		text-align:left;
	}

	#worldmap-txt li a {
		color:#fff;
	}

	#worldmap-txt li a:hover {
		color:#EA9300;
		text-decoration:underline;
	}
	/***************************************/
	/*AIR SEARCH FORM*/
	/***************************************/

	#airsearch {
		margin:5px 0 10px 0;
		text-align:center;
	}

	#airdetail {
		text-align:center;
	}

	.airtabbox {
		/*float:left;*/
	}

	#airtab0{
		width:100%;
	}

	#airtab1 {
/*		padding:10px 10px 0 10px;*/
		width:100%;
		text-align:center;
	}

	#airtab2,#airtab4 {
/*		padding:0 10px 0 10px;*/
		width:100%;
		text-align:center;
	}

	#airtab3 {
		padding:10px 10px 20px 10px;
		width:100%;
		text-align:center;
	}

	#airtab1 dl, #airtab2 dl, #airtab3 dl {
		clear:both;
		text-align:center;
	}

	#airtab1 dt, #airtab2 dt, #airtab4 dt {
		margin:0 auto;
		padding:5px 0 0px 0;
		width:100%;
		text-align:center;
	}

	#airtab2 dt p {
		clear:both;
		margin:0 10px 0 0;
		padding:0;
		width:100%;
		text-align:center;
	}

	.aircode a {
		padding:0 0 0 10px;
		color:#003366;
		background:url("/imgv2/common/base/btn1.png") left 50% no-repeat;
	}

	#airtab3 .seatttl {
		margin:0 0 10px 0;
		padding:0 0 10px 0;
		border-bottom:1px solid #ccc;
		text-align:center !important;
	}

	#airtab3 dt {
		clear:both;
		float:left;
		padding:0 10px 0 0;
		width:50%;
		text-align:right;
	}

	#airtab3 dt p {
		font-size:0.9em;
	}

	#airtab3 dd {
		float:left;
	}

	#airtab3 dd.seataft {
		padding:15px 0 0 10px;
		width:20%;
		text-align:left;
	}

	#seatlink {
		margin:0 auto;
		padding:10px 0 10px 0;
		width:100%;
		text-align:center;
	}

	#seatlink div {
		margin:0 auto;
		padding:10px 20px 10px 20px;
		width:200px;
		color:#003366;
		border:1px solid #003366;
		text-align:center;
		background:url("/imgv2/common/base/btn1.png") #fff 90% 50% no-repeat;
	}

	#seatlink div:hover {
		margin:0 auto;
		padding:10px 20px 10px 20px;
		width:200px;
		color:#003366;
		border:1px solid #003366;
		text-align:center;
		background:url("/imgv2/common/base/btn1.png") #EFEFE7 90% 50% no-repeat;
	}

	/*select FF*/
	#AIRON #airtab1 select {
		width:358px;
		margin:0 0 5px 0;
		padding:15px 30px 15px 10px;
		border:1px solid #CCCCCC;
	    -webkit-appearance:none;
	    -moz-appearance:none;
	    appearance:none;
	    text-indent: 0.01px;
	    text-overflow: "";
		background:url("/imgv2/common/base/btn9.png") #fff 95% 50% no-repeat;
		height: 50px;
	}

	#airtab1 select:hover {
		border:1px solid #003366;
	}

	/*select IE*/
	select::-ms-expand {
		display: none;
	}

	#airtab1 input {
		width:400px;
		margin:0 0 5px 0;
		padding:15px 30px 15px 10px;
		border:1px solid #CCCCCC;
	}

	#airtab1 input.cal {
		width:400px;
		margin:0 0 5px 0;
		padding:15px 30px 15px 10px;
		border:1px solid #CCCCCC;
		background:url("/imgv2/common/search/cal.png") #fff 95% 50% no-repeat;
	}

	#airtab1 input.cal:hover {
		border:1px solid #003366;
	}

	#AIRON #airtab2 select,#AIRON #airtab4 select {
		width:358px;
		margin:0 0 5px 0;
		padding:15px 30px 15px 10px;
		border:1px solid #CCCCCC;

	    -webkit-appearance:none;
	    -moz-appearance:none;
	    appearance:none;
	    text-indent: 0.01px;
	    text-overflow: "";

		background:url("/imgv2/common/base/btn9.png") #fff 95% 50% no-repeat;
		height: 50px;
	}

	#airtab2 select:hover,#airtab4 select:hover {
		border:1px solid #003366;
	}
	.condInr{
		width:100%;
		max-width: 100%;
	}

	#airtab1 input {
		width:382px;
		margin:0 0 5px 0;
		padding:15px 20px 15px 10px;
		border:1px solid #CCCCCC;
	}

	#airtab2 input.cal {
		width:147px;
		margin:0 0 5px 0;
		padding:15px 30px 15px 10px;
		border:1px solid #CCCCCC;
		background:url("/imgv2/common/search/cal.png") #fff 95% 50% no-repeat;
	}

	#airtab2 input.cal:hover {
		border:1px solid #003366;
	}

	#airtab1 .tooltip input {
		width:358px;
		margin:0 0 5px 0;
		padding:15px 30px 15px 10px;
		border:1px solid #CCCCCC;
		background:url("/imgv2/common/search/map.png") #fff 95% 50% no-repeat;
	}

	#airtab1 .tooltip input:hover {
		border:1px solid #003366;
	}

	#airtab2 #button1 {
		width:40px;
		padding:10px 10px 0 10px;
		height:45px;
		border-top:1px solid #CCCCCC;
		border-left:0px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
		background:#fff;
	}

	#airtab2 #button1:hover {
		background:#EFEFE7;
	}

	#airtab3 select {
		width:40px;
		margin:0 0 5px 0;
		padding:10px 20px 10px 10px;
		border:1px solid #CCCCCC;
	    -webkit-appearance:none;
	    -moz-appearance:none;
	    appearance:none;
	    text-indent: 0.01px;
	    text-overflow: "";
		background:url("/imgv2/common/base/btn9.png") #fff 95% 50% no-repeat;
	}

	#airtab3 select:hover {
		border:1px solid #003366;
	    -webkit-appearance:none;
	    -moz-appearance:none;
	    appearance:none;
	}

	#airtab3 input {
		margin:8px 0 0 0;
		width:100%;
		height:45px;
		color:#fff;
		font-size:1.3em;
		background:#003366;
		border:0;
	    border-radius:10px;
	    -webkit-border-radius:10px;
	    -moz-border-radius:10px;
	}


	/*citysearch*/
	#disp {
		display: none;
	}

	/*radio*/
	.radio-group {
		padding:0;
	}

	.radio-group input[type=radio], .radio-group input[type=checkbox] {
		display: none;
	}

	.radio {
		box-sizing: border-box;
		-webkit-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
		position:relative;
		display:inline-block;
		margin:0 -5px 0 0;
		padding:10px 15px 10px 15px;
		background-color: #fff;
		vertical-align: middle;
		cursor: pointer;
		text-align:cebter;
		border-left:1px solid #ccc;
	}

	.radio2 {
		box-sizing: border-box;
		-webkit-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
		position:relative;
		display:inline-block;
		margin:0 -6px 0 0;
		padding:10px 15px 10px 15px;
		background-color: #fff;
		vertical-align: middle;
		cursor: pointer;
		text-align:cebter;
		border-left:1px solid #ccc;
	}

	.radio3 {
		box-sizing: border-box;
		-webkit-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
		position:relative;
		display:inline-block;
		margin:0 0 0 0;
		padding:10px 15px 10px 15px;
		background-color: #fff;
		vertical-align: middle;
		cursor: pointer;
		text-align:cebter;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
	}

	.checkbox {
		box-sizing: border-box;
		-webkit-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
		position: relative;
		display: inline-block;
		margin:0 -5px 0 0;
		padding:10px 15px 10px 15px;
		background-color: #fff;
		vertical-align: middle;
		cursor: pointer;
		text-align:cebter;
	}

	.radio:hover, .radio2:hover, .radio3:hover, .checkbox:hover {
		background-color: #003366;
		color: #fff;
	}

	input[type="radio"]:checked + label {
		background-color: #003366;
		color: #fff;
		opacity: 1;
	}

	#error {
		padding:10px;
		color:#dd0000;
		border:1px solid #dd0000;
	}

	/*toolTip*/

	.objectopen .bodytop #button1,
	.objectopen #bodybtm #button2 {
		text-align:right;
	}

	.objectopen #bodybtm {
		position:absolute;
		z-index:2;
	}

	.objectopen #bodybtm {
		margin:-5px 0 0 0;
		padding:10px;
		width:310px;
		height:230px;
		left:25%;
		background:#DBDAC8;
		display: none;
	}

	.checktab > li {
		float:left;
	}

	.checktab .btn {
		display: block;
		width:145px;
		padding:10px;
		background:#003366;
		border:1px solid #003366;
		color: #fff;
		cursor:pointer;
		text-align:center;
	}

	.checktab .btn:hover {
		background:#CBCAB8;
		border:1px solid #EFEFE7;
		color: #003366;
	}

	.checktab input[type="radio"] {
		display: none;
	}

	.checktab input[type="radio"]:checked ~ .con {
		display:block;
	}

	.checktab input[type="radio"]:checked + .btn {
		background:#EFEFE7;
		cursor:default;
		color: #003366;
		border:1px solid #EFEFE7;
	}

	.checktab .con {
		margin:1px 10px 8px 10px;
		width:290px;
		position:absolute;
		top:50px;
		left:0;
		display: none;
	}

	.checktab .conin {
		margin:0 0 10px 0;
		padding:10px 10px 10px 10px;
		background:#EFEFE7;
	}


	#airtab2 .conin select {
		margin:5px 0 5px 0;
		padding:10px 10px 10px 10px;
		width:250px;
	}

	#airtab2 .conin2 select {
		margin:5px 0 5px 0;
		padding:10px 10px 10px 10px;
		width:250px;
	}

	.conin li {
		float:left;
		margin:0 0 12px 0;
		padding:0 10px 0 10px;
		width:75px;
		font-size:0.9em;
		color:#003366;
		background:url("/imgv2/common/base/btn1.png") left 50% no-repeat;
	}

	.conin ul li:nth-child(2) {
		margin:0 0 0 0;
		padding:0 0 0 10px;
		width:120px;
	}

	#button2 {
		margin:178px 0 0 -10px;
		padding:15px 35px 15px 10px;
		width:310px;
		color:#fff;
		border-top:1px solid #003366;
		border-bottom:1px solid #003366;
		text-align:right;
		background:url("/imgv2/common/search/close.png") #003366 95% 50% no-repeat;
	}

	#button2 a {
		color:#fff;
		font-size:0.9em;
	}

	#button2:hover {
		margin:178px 0 0 -10px;
		width:310px;
		color:#003366;
		border-top:1px solid #EFEFE7;
		border-bottom:1px solid #EFEFE7;
		text-align:right;
		background:url("/imgv2/common/search/close2.png") #CBCAB8 95% 50% no-repeat;
	}

	/*tab2*/

	.objectopen #bodybtm2 {
		position:absolute;
		z-index:1;
	}

	.objectopen #bodybtm2 {
		margin:-5px 0 0 0;
		padding:10px;
		width:310px;
		height:240px;
		background:#DBDAC8;
		display: none;
	}

	.ctytabs li {
		float:left;
	    list-style: none;
	}

	.ctytabs input[type=radio] {
	    display: none;
	}

	.ctytabs label {
		display: block;
		width:145px;
		padding:10px;
		background:#003366;
		border:1px solid #003366;
		color: #fff;
		cursor:pointer;
		text-align:center;
	}

	.ctytabs label:hover {
		background:#CBCAB8;
		border:1px solid #EFEFE7;
		color: #003366;
	}

	.ctytabs input[type=radio]:checked + label {
		background:#EFEFE7;
		border:1px solid #EFEFE7;
		color: #003366;
	}

	.ctytabs .contents {
	    display: none;
	    position: absolute;
	    padding:10px;
		width:290px;
	    background: #EFEFE7;
	}

	.ctytabs input[type=radio]:checked + label + .contents {
	    display: block;
	}

	.ctytabs .contents2 {
	    display: none;
	    position: absolute;
	    padding:10px;
		left:10px;
		width:290px;
	    background: #EFEFE7;
	}

	.ctytabs input[type=radio]:checked + label + .contents2 {
	    display: block;
	}

	.conin2 li {
		float:left;
		margin:0 0 12px 0;
		padding:0 10px 0 10px;
		width:75px;
		font-size:0.9em;
		color:#003366;
		background:url("/imgv2/common/base/btn1.png") left 50% no-repeat;
	}

	.conin2 ul li:nth-child(2) {
		margin:0 0 0 0;
		padding:0 0 0 10px;
		width:120px;
	}

	.conin li a, .conin li a {
		color:#003366;
	}

	.conin li a:hover, .conin li a:hover {
		text-decoration: underline;
	}

	#button4 {
	    position: absolute;
	    display: block;
		bottom:-20px;
		margin:10px 0 0 -10px;
		padding:15px 10px 15px 10px;
		width:310px;
		color:#fff;
		border-top:1px solid #003366;
		border-bottom:1px solid #003366;
		background:url("/imgv2/common/search/close.png") #003366 95% 50% no-repeat;
		text-align:right;
	}

	#button4 a {
		color:#fff;
		font-size:0.9em;
	}

	#button4:hover {
	    position: absolute;
	    display: block;
		bottom:-20px;
		margin:10px 0 0 -10px;
		padding:15px 10px 15px 10px;
		width:310px;
		border-top:1px solid #EFEFE7;
		border-bottom:1px solid #EFEFE7;
		background:url("/imgv2/common/search/close2.png") #CBCAB8 95% 50% no-repeat;
		text-align:right;
	}

	#bodybtm2 {
		display:none;
		left:25%;
	}
	.airtabbox.h dl{
	    float: none;
	}
	#airtab2 dl{
    	display: inline-block;
	}
	.objcity2{
		margin-left: 0;
	}
	#AIRON .arrow {
	    margin-top: -40px;
	     margin-left: 64px;
	}
	.lcccityselect {
		margin-top:-3px;
	}
	#AIRON .multiMode .inputRow .inputCell {
	    display: block;
	    width: 130px;
	    display: inline-block;
	}
	#AIRON .multiMode #airtab4 dl {
		width: 182px;
		display: inline-block;
	}
	#AIRON .multiMode .inputRow .inputCell.inputDate {
	    width: 130px;
	}
	#AIRON .multiMode .hideTab{
		display:none !important;
	}
	#AIRON .multiMode .hidePC{
		display:block;
	}
	#AIRON .multiMode #airtab4 select {
		width: 100%;
		margin-right: 5px;
		padding: 10px;
	}
	#AIRON .multiMode .inputRow {
		height: auto;
		border-bottom: 1px solid #e0e0e0;
		margin: 0 auto 12px;
		padding-bottom: 10px;
		max-width: calc(100vw - 100px);
	}
	#AIRON .multi.selectFlight {
		width: auto !important;
	}
	#AIRON .multiMode .inputCell.inputTitle {
		width: 100%;
		margin-bottom: 3px;
		font-size: 12px;
		text-align: left;
	}
	#AIRON .multiMode .close {
		margin-right: 1px;
		margin-left: -31px;
		float: right;
	}
	.addFlight {
		margin: 0 0 4px 6px;
		padding: 6px 11px 5px 5px;
		width: 104px;
	}
	#AIRON .multiMode #airtab4 {
		margin: 20px auto 0;
	}
	.multiMode .multi.seatclassCaution {
		position: absolute;
	}
	#AIRON .multiMode .multiWay {
		margin: auto;
	}
	#AIRON .multiMode .multiWay .multiWayTitle {
		float: none;
		margin: 10px auto 0;
	}
}





@media screen and (max-width:480px) {

	/***************************************/
	/*AIR SEARCH FORM*/
	/***************************************/

	#airsearch {
		margin:5px 0 10px 0;
		text-align:center;
	}

	.airtabbox {
		/*float:left;*/
	}

	#airtab0{
		width:100%;
	}

	#airtab1 {
		padding:10px 0px 0 0px;
		width:100%;
		text-align:center;
	}

	#airtab2,#airtab4 {
		padding:0 0px 0 0px;
		width:100%;
		text-align:center;
	}

	#airtab3 {
		padding:10px 0px 20px 0px;
		width:100%;
		text-align:center;
	}

	#airtab1 dl, #airtab2 dl, #airtab3 dl {
		clear:both;
		text-align:center;
	}

	#airtab1 dt, #airtab2 dt {
		margin:0 auto;
		padding:5px 0 0px 0;
		width:100%;
		text-align:center;
	}

	#airtab2 dt p {
		clear:both;
		margin:0 10px 0 0;
		padding:0;
		width:100%;
		text-align:center;
	}

	.aircode a {
		padding:0 0 0 10px;
		color:#003366;
		background:url("/imgv2/common/base/btn1.png") left 50% no-repeat;
	}

	#airtab3 .seatttl {
		margin:0 0 10px 0;
		padding:0 0 2px 0;
		border-bottom:1px solid #ccc;
		text-align:center !important;
	}

	#airtab3 dt {
		clear:both;
		float:left;
		padding:3px 0px 0 0;
		width:40%;
		text-align:right;
	}

	#airtab3 dt p {
		font-size:0.9em;
	}

	#airtab3 dd {
		float:left;
	}

	#airtab3 dd.seataft {
		padding:11px 0 0 5px;
		width:20%;
		text-align:left;
	}

	#seatlink {
		margin:0 auto;
		padding:10px 0 10px 0;
		width:100%;
		text-align:center;
	}

	#seatlink div {
		margin:0 auto;
		padding:10px 20px 10px 20px;
		width:200px;
		color:#003366;
		border:1px solid #003366;
		text-align:center;
		background:url("/imgv2/common/base/btn1.png") #fff 90% 50% no-repeat;
	}

	#seatlink div:hover {
		background:url("/imgv2/common/base/btn1.png") #EFEFE7 90% 50% no-repeat;
	}

	/*select FF*/
	#AIRON #airtab1 select {
		max-width: 260px;
		width: 100%;
		margin:0 0 5px 0;
		padding:15px 10px 15px 10px;
		border:1px solid #CCCCCC;
	    -webkit-appearance:none;
	    -moz-appearance:none;
	    appearance:none;
	    text-indent: 0.01px;
	    text-overflow: "";
		background:url("/imgv2/common/base/btn9.png") #fff 95% 50% no-repeat;
	}

	#airtab1 select:hover {
		border:1px solid #003366;
	}

	/*select IE*/
	select::-ms-expand {
		display: none;
	}

	#airtab1 input {
		max-width: 260px;
		width: 100%;
		margin:0 0 5px 0;
		padding:15px 10px 15px 10px;
		border:1px solid #CCCCCC;
	}

	#airtab1 input.cal {
		max-width: 260px;
		width: 100%;
		margin:0 0 5px 0;
		padding:15px 10px 15px 10px;
		border:1px solid #CCCCCC;
		background:url("/imgv2/common/search/cal.png") #fff 95% 50% no-repeat;
	}

	#airtab1 input.cal:hover {
		border:1px solid #003366;
	}

	#AIRON #airtab2 select,#AIRON #airtab4 select {
		max-width: 260px;
		width: 100%;
		margin:0 0 5px 0;
		padding:15px 10px 15px 10px;
		border:1px solid #CCCCCC;

	    -webkit-appearance:none;
	    -moz-appearance:none;
	    appearance:none;
	    text-indent: 0.01px;
	    text-overflow: "";

		background:url("/imgv2/common/base/btn9.png") #fff 95% 50% no-repeat;
	}

	#airtab2 select:hover,#airtab4 select:hover {
		border:1px solid #003366;
	}
	.condInr{
		width:100%;
	}


	#airdetail #airtab2 input.cal {
		width:127px;
		margin:0 0 5px 0;
		padding:15px 10px 15px 10px;
		border:1px solid #CCCCCC;
		background:url("/imgv2/common/search/cal.png") #fff 95% 50% no-repeat;
	}

	#airtab2 input.cal:hover {
		border:1px solid #003366;
	}

	#airtab1 .tooltip input {
		max-width: 260px;
		width: 100%;
		margin:0 0 5px 0;
		padding:15px 10px 15px 10px;
		border:1px solid #CCCCCC;
		background:url("/imgv2/common/search/map.png") #fff 95% 50% no-repeat;
	}

	#airtab1 .tooltip input:hover {
		border:1px solid #003366;
	}

	#airtab2 #button1 {
		width:40px;
		padding:10px 10px 0 10px;
		height:45px;
		border-top:1px solid #CCCCCC;
		border-left:0px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
		background:#fff;
	}

	#airtab2 #button1:hover {
		width:40px;
		padding:10px 10px 0 10px;
		height:45px;
		border-top:1px solid #CCCCCC;
		border-left:0px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
		background:#EFEFE7;
	}

	#airtab3 select {
		width:40px;
		margin:0 0 5px 0;
		padding:10px 20px 10px 10px;
		border:1px solid #CCCCCC;
	    -webkit-appearance:none;
	    -moz-appearance:none;
	    appearance:none;
	    text-indent: 0.01px;
	    text-overflow: "";
		background:url("/imgv2/common/base/btn9.png") #fff 95% 50% no-repeat;
	}

	#airtab3 select:hover {
		width:40px;
		/*margin:0 0 5px 0;*/
		padding:10px 20px 10px 10px;
		border:1px solid #003366;
	    -webkit-appearance:none;
	    -moz-appearance:none;
	    appearance:none;
	    text-indent: 0.01px;
	    text-overflow: "";
		background:url("/imgv2/common/base/btn9.png") #fff 95% 50% no-repeat;
	}

	#airtab3 input {
		margin:8px 0 0 0;
		width:100%;
		height:45px;
		color:#fff;
		font-size:1.3em;
		background:#003366;
		border:0;
	    border-radius:10px;
	    -webkit-border-radius:10px;
	    -moz-border-radius:10px;
	}

	/*citysearch*/
	#disp {
		display: none;
	}

	/*radio*/
	.radio-group {
		padding:0;
	}

	.radio-group input[type=radio], .radio-group input[type=checkbox] {
		display: none;
	}

	.radio {
		box-sizing: border-box;
		-webkit-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
		position:relative;
		display:inline-block;
		margin:0 -5px 0 0;
		padding:10px 15px 10px 15px;
		background-color: #fff;
		vertical-align: middle;
		cursor: pointer;
		text-align:cebter;
		border-left:1px solid #ccc;
	}

	.radio2 {
		box-sizing: border-box;
		-webkit-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
		position:relative;
		display:inline-block;
		margin:0 -6px 0 0;
		padding:10px 15px 10px 15px;
		background-color: #fff;
		vertical-align: middle;
		cursor: pointer;
		text-align:cebter;
		border-left:1px solid #ccc;
	}

	.radio3 {
		box-sizing: border-box;
		-webkit-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
		position:relative;
		display:inline-block;
		margin:0 0 0 0;
		padding:10px 15px 10px 15px;
		background-color: #fff;
		vertical-align: middle;
		cursor: pointer;
		text-align:cebter;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
	}

	.checkbox {
		box-sizing: border-box;
		-webkit-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
		position: relative;
		display: inline-block;
		margin:0 -5px 0 0;
		padding:10px 15px 10px 15px;
		background-color: #fff;
		vertical-align: middle;
		cursor: pointer;
		text-align:cebter;
	}

	.radio:hover, .radio2:hover, .radio3:hover, .checkbox:hover {
		background-color: #003366;
		color: #fff;
	}

	input[type="radio"]:checked + label {
		background-color: #003366;
		color: #fff;
		opacity: 1;
	}

	#error {
		padding:10px;
		color:#dd0000;
		border:1px solid #dd0000;
	}

	/*toolTip*/

	.objectopen .bodytop #button1,
	.objectopen #bodybtm #button2 {
		text-align:right;
	}

	.objectopen #bodybtm {
		position:absolute;
		z-index:2;
	}

	.objectopen #bodybtm {
		margin:-5px 0 0 0;
		padding:10px;
		width:310px;
		height:230px;
		left:10px;
		background:#DBDAC8;
		display: none;
	}

	.checktab > li {
		float:left;
	}

	.checktab .btn {
		display: block;
		width:145px;
		padding:10px;
		background:#003366;
		border:1px solid #003366;
		color: #fff;
		cursor:pointer;
		text-align:center;
	}

	.checktab .btn:hover {
		background:#CBCAB8;
		border:1px solid #EFEFE7;
		color: #003366;
	}

	.checktab input[type="radio"] {
		display: none;
	}

	.checktab input[type="radio"]:checked ~ .con {
		display:block;
	}

	.checktab input[type="radio"]:checked + .btn {
		background:#EFEFE7;
		cursor:default;
		color: #003366;
		border:1px solid #EFEFE7;
	}

	.checktab .con {
		margin:1px 10px 8px 10px;
		width:290px;
		position:absolute;
		top:50px;
		left:0;
		display: none;
	}

	.checktab .conin {
		margin:0 0 10px 0;
		padding:10px 10px 10px 10px;
		background:#EFEFE7;
	}


	#airtab2 .conin select {
		margin:5px 0 5px 0;
		padding:10px 10px 10px 10px;
		width:250px;
	}

	#airtab2 .conin2 select {
		margin:5px 0 5px 0;
		padding:10px 10px 10px 10px;
		width:250px;
	}

	.conin li {
		float:left;
		margin:0 0 12px 0;
		padding:0 10px 0 10px;
		width:75px;
		font-size:0.9em;
		color:#003366;
		background:url("/imgv2/common/base/btn1.png") left 50% no-repeat;
	}

	.conin ul li:nth-child(2) {
		margin:0 0 0 0;
		padding:0 0 0 10px;
		width:120px;
	}

	#button2 {
		margin:178px 0 0 -10px;
		padding:15px 35px 15px 10px;
		width:310px;
		color:#fff;
		border-top:1px solid #003366;
		border-bottom:1px solid #003366;
		text-align:right;
		background:url("/imgv2/common/search/close.png") #003366 95% 50% no-repeat;
	}

	#button2 a {
		color:#fff;
		font-size:0.9em;
	}

	#button2:hover {
		color:#003366;
		border-top:1px solid #EFEFE7;
		border-bottom:1px solid #EFEFE7;
		background:url("/imgv2/common/search/close2.png") #CBCAB8 95% 50% no-repeat;
	}

	/*tab2*/

	.objectopen #bodybtm2 {
		position:absolute;
		z-index:1;
	}

	.objectopen #bodybtm2 {
		margin:-5px 0 0 0;
		padding:10px;
		width:310px;
		height:240px;
		left:10px;
		background:#DBDAC8;
		display: none;
	}

	.ctytabs li {
		float:left;
	    list-style: none;
	}

	.ctytabs input[type=radio] {
	    display: none;
	}

	.ctytabs label {
		display: block;
		width:145px;
		padding:10px;
		background:#003366;
		border:1px solid #003366;
		color: #fff;
		cursor:pointer;
		text-align:center;
	}

	.ctytabs label:hover {
		background:#CBCAB8;
		border:1px solid #EFEFE7;
		color: #003366;
	}

	.ctytabs input[type=radio]:checked + label {
		background:#EFEFE7;
		border:1px solid #EFEFE7;
		color: #003366;
	}

	.ctytabs .contents {
	    display: none;
	    position: absolute;
	    padding:10px;
		width:290px;
	    background: #EFEFE7;
	}

	.ctytabs input[type=radio]:checked + label + .contents {
	    display: block;
	}

	.ctytabs .contents2 {
	    display: none;
	    position: absolute;
	    padding:10px;
		left:10px;
		width:290px;
	    background: #EFEFE7;
	}

	.ctytabs input[type=radio]:checked + label + .contents2 {
	    display: block;
	}

	.conin2 li {
		float:left;
		margin:0 0 12px 0;
		padding:0 10px 0 10px;
		width:75px;
		font-size:0.9em;
		color:#003366;
		background:url("/imgv2/common/base/btn1.png") left 50% no-repeat;
	}

	.conin2 ul li:nth-child(2) {
		margin:0 0 0 0;
		padding:0 0 0 10px;
		width:120px;
	}

	.conin li a, .conin li a {
		color:#003366;
	}

	.conin li a:hover, .conin li a:hover {
		text-decoration: underline;
	}

	#button4 {
	    position: absolute;
	    display: block;
		bottom:-20px;
		margin:10px 0 0 -10px;
		padding:15px 10px 15px 10px;
		width:310px;
		color:#fff;
		border-top:1px solid #003366;
		border-bottom:1px solid #003366;
		background:url("/imgv2/common/search/close.png") #003366 95% 50% no-repeat;
		text-align:right;
	}

	#button4 a {
		color:#fff;
		font-size:0.9em;
	}

	#button4:hover {
		border-top:1px solid #EFEFE7;
		border-bottom:1px solid #EFEFE7;
		background:url("/imgv2/common/search/close2.png") #CBCAB8 95% 50% no-repeat;
	}

	#bodybtm2 {
		display:none;
		left:15%;
	}
	#airtab2 dl{
    	display: inline-block;
	}
	.objcity2{
		margin-left: 0;
	}
	.searchBox select, .searchBox input{
		font-size:16px;
	}
	#AIRON .arrow {
	    margin-top: -39px;
	    margin-left: 50px;
	}
	.topsTab-contents {
		padding: 16px 0px;
	}
	#AIRON .multiMode .inputRow{
		max-width:494px;
	}
	#AIRON .multiMode .inputRow .inputCell {
		width: calc(100vw - 37px);
		margin-bottom: 6px;
	}
	#AIRON .multiMode .inputRow .inputCell.inputDate {
		width: calc(50vw - 22px);
	}
	#AIRON .multiMode #airtab4 dl {
		width: 254px;
	}
	#AIRON .multiMode #airtab4 {
		padding: 0;
	}
	.multiMode .multi.seatclassCaution {
		position: static;
	}
	#AIRON .multiMode .inputDate input,#AIRON .multiMode .inputDate select{
		max-width: 146px;
	}
	#AIRON .multiMode .inputDate .inputCellTitle{
		width: calc(50vw - 22px);
		max-width: 146px;
		text-align:center;
		display: inline-block;
	}
	#AIRON .multiMode .inputDate{
		text-align: right;
	}
	#AIRON .multiMode .inputDate.inputTime{
		text-align: left;
	}
}

