﻿/*
base font-size
-------------------*/
html{font-size:62.5%;}
body{font-size:10px;font-size:1.0rem;}
.ui-content{font-size:1.6rem;}
/*
.ui-header
-------------------*/
.ui-body-d .ui-header{
  background-color:#ffffff;
  background-image:url("./images/logo_skymark.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size:140px 40px;
  background-size:140px 40px;
  position:relative;
  height:44px;
}

#index .ui-li, #inputflight .ui-li{}

.ui-body-d .ui-btn-left{
 margin :10px;
}

.ico-menu {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 20px;
    height: 0;
    padding-top: 18px;
    background: #1b3585;
}

.ico-menu::before,
.ico-menu::after {
    position: absolute;
    left: 0;
    content: "";
    width: 20px;
    height: 0;
    border-top: 3px solid #fff;
}

.ico-menu::before {
    top: 4px;
}

.ico-menu::after {
    bottom: 4px;
}

.ui-body-d .ui-content h2 {
 margin: 0 -10px 12px;
 padding: 7px 10px;
 border-bottom: 1px solid #001871;
 background: #fff;
 font-size:2.3rem;
 font-weight: bold;
 color: #001871;
 text-align: left;
 text-shadow: none;
}

.ui-body-d .ui-collapsible{
	margin: .5em -10px;
}

.ui-body-d .ui-collapsible-set .ui-collapsible {
 margin: 0 0 5px;

}

.ui-body-d .ui-collapsible-set .ui-collapsible .ui-btn-text {
 color: #001871;
}

.wordbreak{
 overflow: visible;
 white-space: normal;
}

.ui-body-d span.routeTitle{
 font-size:13px;
 font-weight:normal;
}

.ui-body-d span.notice{
 font-size: 1.6rem;
 color:#001871;
}

.ui-body-d span.border{
 width: 100%;
 padding: 5px 20px;
 font-weight:bold;
 text-shadow: 0 1px 0 #ffffff;
 -webkit-border-radius: 0.5em /*{global-radii-buttons}*/;
 border-radius: 0.5em /*{global-radii-buttons}*/;
  background-color:#fff9df;
}

#inputflightfare ul.ui-listview{
 margin-top : 10px
}

#index .ui-li, #inputflight .ui-li, #inputflightfare .ui-li, #reserveinfo, #resultcheck, #resultcheckdel, #resultcheckcard, #resultcheckairport, #resultcheckbank, #sendmailconfirm, #airport, #fare, #information{
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.fareMessage{
 padding-top:12px;
 padding-left: 15px;
 padding-right: 15px;
 padding-bottom:12px;
 background-color:#dae3f3
}

.fareName{
 width: 50%;
 float: left;
 white-space: normal;
 padding: 1px;
}

.fareAmount{
 width: 30%;
 float: left;
 padding: 1px;
}

.fareStatus{
 text-align:center;
 padding: 1px;
}

.ui-body-d li.noAvl{
 background-color:#999999;
 overflow: auto;
}

#inputflight .noAvl{
 padding-top:12px;
 padding-left:15px;
 padding-bottom:12px;
}

.ui-body-d span.flightNum{
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fffadf /*{e-body-background-start}*/), to( #fff3a5 /*{e-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/);
 text-align:center;
}

.ui-body-d .ui-li.ui-li-divider {
 margin-bottom: 12px;
	padding: .2em .5em;
	border-left: 4px solid #001871;
	font-size: 1.8rem;
}

#inputcustomer .ui-li-static{
 padding: 0 10px;
}
#inputcontact .ui-li-static{
 padding: 0 10px;
}

.infoTxt{
 color: #c60000;
}

.childreserve{
 background: #f3f4f9;
}

.flight{
 background: #f3f4f9;
 padding: .6em 10px;
 margin-bottom: 12px;
}

#resultcheck table {
 border-collapse: collapse;
 border: 1px solid #c0c0c0;
 margin-bottom: 12px;
}

#resultcheck table th {
 background: #fff9df;
 font-weight: normal;
 text-align: left;
 padding: 3px;
}

#resultcheck table td{
 border-bottom: 1px solid #c0c0c0;
}

#saList table {
 border-collapse: collapse;
 border: 1px solid #c0c0c0;
 margin-bottom: 12px;
}

#saList table th {
 font-weight: bold;
 text-align: left;
 padding: 3px 7px;
}

#saList table td{
 padding: 3px;
 border-bottom: 1px solid #c0c0c0;
}

#saList table td.seatNameInfo {
	vertical-align: middle;
	& p {
		margin: 0;
		text-align: center;
	}
	.seatAddChargeTitle {
		display: inline-block;
		border-bottom: 1px solid;
		padding-bottom: 2px;
		margin-bottom: 8px;
		font-size: 0.95em;
	}
	.seatNameVal {
		font-weight: bold;
	}
	.seatAddCharge {
	}
}

.seatAddChargeAmount {
	border: 1px solid #c0c0c0;
	padding: 8px;
	margin-bottom: 16px !important;
	& * {
		font-size: 1em !important;
	}
}

#date .ui-block-a{
 width:39.5%;
}

#date .ui-block-b{
 width:46%;
 padding-left:2.5%;
}

#date .ui-block-c{
 padding-top: 7px;
 padding-left:3%;
 width:9%
}

#inputtimetabledata #date .ui-block-a {
  width: 15%;
  padding-top: 5px;
  padding-left: 5px;
}
#inputtimetabledata #date .ui-block-b {
  width: 40%;
}
#inputtimetabledata #date .ui-block-c {
  width: 45%;
  padding-top: 0;
  padding-left: 5px;
}

#depapo .ui-btn{
 margin:0;
 margin-right:4px;
}

#arrapo .ui-btn{
 margin:0;
 margin-left:4px;
}

#inputreservenumber .ui-block-a{
 width:20%;
 text-align:right;
 padding: 10px;
}

#inputreservenumber  .ui-block-b {
 width:65%;
}

#inputreservenumber .ui-block-c {
 width:15%;
 text-align:left;
 padding: 10px;
}

#inputreservenumber  .ui-block-d {
 width:15%;
}

#inputreservenumber  .ui-block-e {
 width:40%;
}

#inputreservenumber  .ui-block-f {
 width:45%;
}

#reserveconfmail #date .ui-block-a {
  width: 15%;
  padding-top: 5px;
  padding-left: 5px;
}
#reserveconfmail #date .ui-block-b {
  width: 40%;
}
#reserveconfmail #date .ui-block-c {
  width: 45%;
  padding-top: 0;
  padding-left: 5px;
}

#inputcard .ui-block-a, #inputcard .ui-block-c{
 width:40%;
}

#inputcard  .ui-block-b, #inputcard  .ui-block-d{
 width:10%;
 padding-top: 15px;
 padding-left: 3px;
}

.rstchk{
 margin:5px 0px;
}

.rstflight{
	word-break: break-all;
}

.ftitle {
 margin: 10px 0;
 padding: .5em;
 background-color:#001871;
 font-weight: bold;
 text-align: center;
 color: #fff;
}

.title{
 float:left;
 min-width: 100px;
 padding:4px;
 font-size: 1.4rem;
 font-weight: bold;
}

.insTitle {
 font-weight: bold;
}

.value{
 font-size: 1.4rem;
 padding:4px;
}

.total {
 margin-bottom: 1em;
 padding: .5em;
 border: 2px solid #f4ba00;
 background-color:#fff;
}

.cmpflight {}

.cmpflight u {
 font-weight: bold;
 text-decoration: none;
}

.cmprsvnum {
 font-weight: bold;
 color: #c60000;
}

.cmpcv{
 padding-top:5px;
 padding-bottom:5px;
}

.cmplimit{
 background-color:#ffcccc;
}

.flightInfo span.ui-btn-inner{}

.flightInfo .ui-btn{}

.flightBtn1 .ui-btn-inner{}

.flightBtn2 .ui-btn-inner{
 border: 0;
 background-color:#001871;
 font-size: 1.3rem;
 color: #fff;
}

.flightBtn2 .ui-btn-inner::after {
 position: absolute;
 top: 50%;
 right: 10px;
 display: block;
 width: 7px;
 height: 7px;
 margin-top: -4px;
 border-right: 2px solid #fff;
 border-bottom: 2px solid #fff;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 content: "";
}

.flightBtn2{
 padding-bottom:5px;
}

.flightDate{
 background-color:#fff9df;
 text-align:center;
 padding: 3px;
}

.route{
 background-color:#ffde00;
 text-align:center;
 padding: 3px;
}

#flightinfo table, #resulttimetable table {
 border-collapse: collapse;
 border: 1px solid #c0c0c0;
}

#flightinfo table th, #resulttimetable table th {
 background: #fff9df;
 border-bottom: 1px solid #c0c0c0;
 border-right: 1px solid #c0c0c0;
 font-weight: normal;
 text-align: center;
}

#flightinfo table td, #resulttimetable table td{
 border-bottom: 1px solid #c0c0c0;
 border-right: 1px solid #c0c0c0;
 text-align:center;
}

.textred{
 color:#c60000;
}

.textred_info{
 color:#ff0000;
}

.infoIcon .ui-icon{
 background-color:#ffa500;
}

.footerLink{
	width: 100%;
	text-align: center;
	font-weight: normal;
	margin: 0.5em 0 0 0;
	padding: 0;
}
.questionTxt{
       width:100%;
       height:300px;
}

.insurance_fee{
      width:100%;
      font-size:4px;
      background-color:#ffffe0;
}

.insurance_fee th{
      width : 50%;
      border: 1px solid #000000;
}

.insurance_fee td{
      width : 50%;
      border: 1px solid #000000;
}

.compensation{
      font-size:4px;
      background-color:#ffffe0;
}

.compensation th{
      border: 1px solid #000000;
}

.compensation td{
      border: 1px solid #000000;
}

.cancelInsuranceNote{
      background-color:#FFC0CB;
}

#all_total_fee_s{
	color: red;
	font-size: 25px;
	font-weight: bold;
}
	

/*--inputflight.jsp空席表示説明--*/
#vacant_icon {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
#vacant_icon li {
    background: #e6e7e8;
    margin: 0 5px 5px 0;
    padding: 0 .5em;
    white-space: nowrap;
    width: 9em;
}
#vacant_icon li span {
    display: inline-block;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: center;
    width: 2em;
}

/*--resultCheck.jspにおいて、予約完了と保険申し込みへのボタンの部分--*/
#toCompleteButton{
    opacity: initial;
 border-radius: 3px;
 background: #f4ba00;
    text-indent: initial;
    font-size: 1.6rem;
    font-weight: bold;
}
#toInsuranceButton{
    opacity: initial;
 border-radius: 3px;
 background: #001871;
    color: white;
    text-indent: initial;
    font-size: 1.6rem;
    font-weight: bold;
}

label[for="confCheckBox"] {
	font-weight: bold
}


/*----------------------------------*/
/*----insurance_select.jsp----------*/
/*----------------------------------*/

/*----エラーメッセージの部分-----*/
#errorAlert{
    font-weight:bold;

}
#errorTxt {
 margin: 15px 0 15px 0;
 padding: 5px;
 border: 1px #c60000 solid;
 color: #c60000;
 text-align:center;
 clear: both;
}

/*--Ajaxで表示する部分--*/
#insuranceQuestion {
        overflow-y :auto;
        overflow-x :hidden;
        -webkit-overflow-scrolling: touch;
	height: 300px;
	border: 1px solid #CCC;        
}
#questionTxt {
	margin-left:initial;
        padding:0.3em;
}
/*------契約にあたってのご質問--------------------*/
#ins-important table {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

#ins-important th, #ins-important td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

#ins-important th {
	text-align: left;
	font-weight: normal;
}
#ins-important a{
	font-size:2vw;
}

/*----商品概要の画像部分------*/
#imgInsurancePlan{
    width: 100%;
    height: auto;
}

/*----同意チェックボックス------*/
#i_agree_label {
    font-weight: bolder;
    font-size: 1.1em;
}
.insR{
  text-align:right;
  -webkit-margin-after: initial;
  -webkit-margin-before: initial;

}
/*----ご案内事項------*/
#Notes {
 margin-bottom: 15px;
 border: 1px #bfbfbf solid;
    padding: 0 10px 10px 10px;
}
.noteTitle {
    margin-top: 10px;
    margin-bottom: 2px;
 font-size: 1.2rem;
    line-height: 1.2em;
}
.noteUl{
    margin-left:initial;
}
/*-----メールアドレス登録------*/
.addTitle{
 font-weight: bolder;
}

/*--------------------------------*/
/*--------------------------------*/
/*
airport
-------------------*/
.airport{
	margin-bottom: 1.0em;
}

/*
.airport ul{
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

.airport li{
	text-align: center;
	background: #ccc;
	background: -moz-linear-gradient(top,#fefefe 0%,#dcdcdc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	color:#000;
	padding: 15px 1px 15px 0;
	margin: 0;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
------*/


.airport li a:link {
    text-decoration:none;
}

.airport li a:visited {
    text-decoration:none;
}
.airport li a:hover {
    color:#ff0000;
    text-decoration:none;
}
.airport li a:active {
    text-decoration:none;
}

.airport ul{
	list-style-type: none;
	padding: 0;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,.4) /*{global-icon-shadow}*/;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,.4) /*{global-icon-shadow}*/;
	box-shadow: 0 1px 1px rgba(255,255,255,.4) /*{global-icon-shadow}*/;
}

.airport li{
	margin: 0px;
	text-align: center;
	line-height: 1.0em;
}

.airport .topLeft, .airport .topRight{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.airport .middle, .airport .bottomLeft, .airport .bottomRight{
	border-top: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.airport .topLeft{
	border-top-left-radius: 9px;
}

.airport .bottomLeft{
	border-bottom-left-radius: 9px;
}

.airport .topRight{
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
}

.airport .bottomRight{
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}

.airport li:nth-child(odd) {
	float: left;
	width: 50%;
 }

.airport .topLeft a, .airport .topLeft a:hover, .airport .topLeft a:active{
	border-top-left-radius: 9px;
}

.airport .topRight a, .airport .topRight a:hover, .airport .topRight a:active{
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
}

.airport .bottomLeft a, .airport .bottomLeft a:hover, .airport .bottomLeft a:active{
	border-bottom-left-radius: 9px;
}

.airport .bottomRight a, .airport .bottomRight a:hover, .airport .bottomRight a:active{
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}

.airport li a, .airport li a:hover, .airport li a:active{
	display: block;
	padding: 15px 0;
}

.airport li a{
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 ), to( #eeeeee )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 , #eeeeee ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f9f9f9 , #eeeeee ); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 , #eeeeee ); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 , #eeeeee ); /* Opera 11.10+ */
	background-image:         linear-gradient( #f9f9f9 , #eeeeee );
}

.airport li a:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from( #eeeeee ), to( #f9f9f9 )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #eeeeee , #f9f9f9 ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #eeeeee , #f9f9f9 ); /* FF3.6 */
	background-image:     -ms-linear-gradient( #eeeeee , #f9f9f9 ); /* IE10 */
	background-image:      -o-linear-gradient( #eeeeee , #f9f9f9 ); /* Opera 11.10+ */
	background-image:         linear-gradient( #eeeeee , #f9f9f9e );
}

.airport li a:active{
	background-image: -webkit-gradient(linear, left top, left bottom, from( #5393c5 ), to( #6facd5 )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #5393c5 , #6facd5 ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #5393c5 , #6facd5 ); /* FF3.6 */
	background-image:     -ms-linear-gradient( #5393c5 , #6facd5 ); /* IE10 */
	background-image:      -o-linear-gradient( #5393c5 , #6facd5 ); /* Opera 11.10+ */
	background-image:         linear-gradient( #5393c5 , #f6facd5 );
}

.airport dl{
	margin: 0.5em	0	0em 0;
	padding: 0;
}

.airport dd{
	padding: 0 0 0.5em 0;
}

h4{
	line-height: 1.0em; margin: 1.5em 0 0 0; padding: 0;
}

.airport img{
	width: 100%;
	margin-bottom: 1.0em;
}

/*
fare
-------------------*/
.fare dl{
	width: 100%;
	line-height: 1.3em;
}

.fare dt{
	width: 8.0em;
}

.fare dd{
	margin: -1.3em 0 0 0;
	padding: 0 0 0 8.0em;
}

.fare .description{
	padding-left: 1.0em;
}
/*
information
-------------------*/
.information ul{
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.information li{
	margin: 0;
	padding: 0.2em 0 0.2em 0;
}

.ui-listview .fleetInfo{
	color: #00aa00;
}

#route .ui-btn-inner {
	padding: .2em 20px;
}

.opacity {
	opacity: 0.5;
}

.attention {
	color: #c00;
}

.topButton {
        float: right;
}

/*
シンジケーションウィジェット
-------------------*/
#faq_t {
 padding: 0.5em;
 border-top: 1px solid #bfbfbf;
 border-left: 1px solid #bfbfbf;
 border-right: 1px solid #bfbfbf;
 background: #f3f4f9;
	font-weight: bold;
	text-shadow: none;
	margin: 20px 0 0 0;
}

#faq_ks {
	padding: 0.5em 0.5em 0.5em 0.5em;
 border: 1px solid #bfbfbf;
	margin: 0 0 10px 0;
}

#faq_ks .rn_Content {
	width: 99%;
	margin: 0 auto;
}

#faq_ks .rn_Content ul {
	margin: 0;
	padding: 0;
}

#faq_ks .rn_Content .rn_Item {
	list-style: none;
	padding: 0.5em 0 0.5em 15px;
	background: #fff url(/sp_rsv/images/faq_q.png) no-repeat center left;
}

#faq_ks .rn_Content .rn_Item a {
 color: #001870;
}

/*
New 2017.08.17
-------------------*/
/* header */
.header {
    padding: 11px 10px 14px;
    border-bottom: 1px solid #d0d0d0;
}

.header .logo {
 width: 145px;
 height: 19px;
 margin: 0;
 padding: 0;
}

.header .logo img {
 max-width: 100%;
}

/* footer */
.footerCopy {
 padding: 18px 0;
 background: #e1e2e5;
 font-size: 1.1rem;
 text-align: center;
}

/* ui 調整 */
.ui-content {
 padding: 0 10px 15px;
}

.ui-shadow,
.ui-icon-shadow {
 box-shadow: none;
}

.ui-corner-all {
 border-radius: 0;
}

.ui-btn-corner-all {
 border-radius: 3px;
}

.ui-listview-inset .ui-li {
 border: 0;
}

.ui-shadow-inset {
 box-shadow: none;
}

.ui-field-contain label {
 font-weight: bold;
}

.ui-field-contain div.ui-input-text {
 margin-top: 7px;
 margin-bottom: 14px;
}

.ui-field-contain {
 border: none;
}

.ui-controlgroup-label {
 margin-bottom: 12px;
}

.ui-controlgroup-label legend {
 padding: .2em .5em;
 border-left: 4px solid #001871;
 font-size: 1.8rem;
 font-weight: bold;
}

.ui-collapsible-heading {
 margin: 0 -10px;
}

[data-role^="note"] {
 margin-bottom: 15px;
 padding: 10px;
 border: 1px solid #bfbfbf;
}

[data-role^="note"] h3 {
 margin: 0 0 .5em;
 font-weight: normal;
}

.ui-body-d [data-role^="note"] h3 span {
 color: #4c4c4c;
}

.passbook {
 margin-bottom: 10px;
}

/* button */
.ui-btn-up-e {
 position: relative;
}

.ui-btn-up-e::after {
/* position: absolute;
 top: 50%;
 right: 10px;
 display: block;
 width: 7px;
 height: 7px;
 margin-top: -4px;
 border-right: 2px solid #001871;
 border-bottom: 2px solid #001871;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 content: "";*/
}

.ui-body-d .ui-collapsible a {
	border: none;
}

.ui-btn:focus {
 box-shadow: none;
}

.ui-btn-text {
 font-size: 1.6rem;
}

.rstflight a .ui-btn-text {
 color: #001871;
}

.rstflight table {
 width: 100%;
 border-collapse: collapse;
}

.rstflight th {
 background: #eef1f4;
 border: 1px solid #c1d9f0;
 font-size: 1.4rem;
}

.rstflight td {
 padding: 5px;
 border: 1px solid #c1d9f0;
 font-size: 1.4rem;
}

.rstchk a .ui-btn-text {
 color: #001871;
}

.rstchk table {
 width: 100%;
 border-collapse: collapse;
}

.rstchk th {
 text-align: center;
 background: #eef1f4;
 border: 1px solid #c1d9f0;
 font-size: 1.4rem;
}

.rstchk td {
 text-align: center;
 padding: 5px;
 border: 1px solid #c1d9f0;
 font-size: 1.4rem;
}

/* icon */
.ui-icon {
background-color: transparent;
}

.ui-collapsible-content .ui-btn-up-a .ui-btn-inner .ui-btn-text,
.ui-collapsible-content .ui-btn-hover-a .ui-btn-inner .ui-btn-text {
 color: #333;
  text-shadow: none;
}

#inputflight .errAvl a{
 background-color:#FFFF66;
}

#inputflight .errNoAvl{
 padding-top:12px;
 padding-left:15px;
 padding-bottom:12px;
 background-color:#FFFF66;
}

#inputflight .cp a{
 background-color: #fff099;
}

.txtR {text-align: right;}
.bdBlockA02{
    padding: 10px;
    border: 1px solid #f4ba00;
}
.fwB {
	margin: 0;
    font-weight: bold;
}
/* ==============================
	.fwdDescription
============================== */
.fwdDescription h3 span img{
	width: auto;
	height: auto;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.fwdDescription p{
	margin: 10px 0;
}
.fwdDescription img{
	width: 100%;
}
.fwdDescription .col3{
	display: flex;
}
.fwdDescription .col3 p{
	width: calc(100% / 3);
	text-align: center;
}
.fwdDescription .col3 img{
	width: 85%;
	margin: 0 0 10px 0;
}
.fwdDescription .col3 span{
	padding: 0 2px;
	font-size: 0.95em;
	letter-spacing: -0.05em;
	line-height: 1.2em;
	font-weight: bold;
}
.fwdDescription .note{
	color: #666;
	font-size: 0.8em;
}

h6 span.pikachu-jet,
#pikachu-jet-note > .pikachu-jet {
  display: inline-block;
  height: 19px;
  margin: 0 0 2px;
  padding: 0 2px 0 24px;
  background:
    url("/sp_rsv/images/ico_pikachujet.png") no-repeat 2px 0 / 20px,
    linear-gradient(transparent 60%, #ffee33 60%, #ffee33 85%,transparent 85%);
}

#pikachu-jet-note > .pikachu-jet {
	margin: 0 2px 0 0;
	padding: 0 2px;
	vertical-align: middle;
	width: 20px;
}

#pokemon-copy {
	margin: 18px 0;
	padding: 0 10px;
}

#pokemon-copy > p {
	line-height: 1.1;
	margin: 0;
}

#pokemon-copy small {
	font-size: 1.1rem;
}



/* fare label */
.canChangeFare, .canNotChangeFare {
	font-size: 1.1rem;
	font-weight: normal;
	text-align: center;
	background: #ffffff;
	border-radius: 3px;
	display: block;
}
.canChangeFare {
	width: 25%;
	color: #008833;
	border: 1px solid #008833;
}
.canNotChangeFare {
	width: 30%;
	color: #cc1100;
	border: 1px solid #cc1100;
}

/* acc */
.ui-collapsible+span {
  margin-top: 15px;
  display: inline-block;
}
h6.ui-collapsible-heading {
  border-top: 1px solid #f0f3f3;
  border-bottom: 2px solid #e3e6e8;
}
.ui-collapsible-set .ui-listview {
  border-bottom: 2px solid #e3e6e8;
}
.ui-collapsible-set .ui-listview .ui-btn-up-d {
  border-top: 1px solid #c4d2e6;
  border-bottom: none;
	background: #f0f8fc;
}
.ui-collapsible-set .ui-listview .ui-btn-up-d:first-of-type {
  border-top: none;
}
.fareAmount{
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translateY(-50%) 
}
.fareStatus{
	position: absolute;
  	top: 50%;
  	left: 80%;
  	transform: translateY(-50%) 
}
.ui-collapsible-heading-toggle .ui-icon-arrow-r {
    background-position: 0px 50%;
}
.ui-collapsible-heading-toggle .ui-icon-arrow-d {
    background-position: -35px 50%;
}


/* fare link button */
.fareDetailButton {
	display: flex;
	justify-content: center;
	position: relative;
	height: 100%;
	width: 95%;
	margin: 10px auto;
	border: 1px solid #001871;
	border-radius: 3px;
	text-decoration: none;
	padding: 2% 0%;
}
.ui-body-d .fareDetailButton .fareDetailMessage {
	color: #001871;
}
.fareDetailButton .ui-icon-arrow-r {
	margin-right: 5px;
    margin-top: 3px;
	position: absolute;
	right: 0;
}


.affiliateArea{
 padding:10px 10px 5px;
}

.rentalcar{
 background:#001871;
 text-align: center;
 border-radius: 3px;
 box-shadow: none;
 width: auto;
 display: block;
}


.activity{
 background:#001871;
 text-align: center;
 border-radius: 3px;
 margin:0.5em 0;
}

.paymentNotes {
	margin: 20px 0;
}
.mt20 {
	margin-top: 20px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.fwB {
	font-weight: bold !important;
}
.fwN {
	font-weight: normal !important;
}

/* ==============================
MYPAGE
============================== */
/* mp共通 */
.mpBody1 {
	font-weight:normal;
	font-size: 15px !important;
	margin: 0;
}
.mpBody2 {
	font-weight:bold;
	font-size: 15px !important;
	margin: 0;
}

.mpModal .ui-content {
    height: fit-content;
    padding: 24px 24px 16px;
    background: #FFF;
}
.mpModal .mpModalBtns{
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 8px;
}
.mpModal .mpModalBtns a {
	width: 50%;
}

.mpBoxAnnounce {
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #F7F7F7;
	text-align:left;
	padding: 16px 20px 6px;
}
#savedCard {
	margin-bottom: 24px;
}
#savedCard,#message,.mpBoxNotice {
	border: 1px solid rgba(45, 124, 67, 0.24);
	background-color: rgba(45, 124, 67, 0.04);
	color: rgba(59, 170, 152, 1);
	padding: 16px 20px;
}
#savedCard.mpBoxAttention,
#message.mpBoxAttention,
.mpBoxAttention {
	border: 1px solid #C60000;
	background-color: #FFF !important;
	padding: 12px;
	margin-top:12px;
	font-weight: normal !important;
	font-size: 14px !important;
	color: #C60000 !important;
}
.mpBoxAttention p {
	font-weight: normal !important;
	font-size: 14px !important;
	color: #C60000 !important;
	margin: 0;
}
.mpAttention {
	font-weight: normal !important;
	font-size: 15px !important;
	color: #C60000 !important;
	margin: 0;
}

/* goSignUp */
#goSignUp.mpBoxAnnounce {
	margin:10px auto 20px;
	padding: 16px 20px 6px;
}

/* login */
#login.mpBoxAnnounce {
	margin:10px auto 20px;
	padding:16px 20px 6px;
}

/* cardList */
.mpcreditListItem {
	margin-top: 4px;
	padding: 0;
	position: relative;
	border-radius: 3px;
	border: 1px solid rgba(187, 187, 187, 1);
	background: #ffffff;
	background-image: linear-gradient( #fafafa,#f6f6f6 );
}
.mpcreditListItem ~ .mpcreditListItem {
	margin-top: 8px;
}
.mpcreditInfo {
	position: relative;
	padding: 16px 0;
}
.mpcreditInfo .mpInputRadio {
	line-height: 1;
	cursor: pointer;
}
.mpcreditInfo .mpInputRadio.ui-radio-on strong {
	color: #001871;
}
.mpcreditInfo .mpInputRadio.ui-fullsize .ui-btn-inner {
	padding-top: 0;
	padding-bottom: 0;
}
.mpcreditInfo .mpInputRadio .ui-btn-inner {
	border-top: none;
}
.mpcreditInfo .mpInputRadio.ui-btn {
	margin: 0;
}
.mpcreditInfo img {
	position: absolute;
	max-width: 32px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	vertical-align: middle;
	right: 12px;
	top: 16px;
}

.mpcreditInfo .mpTextIcon {
	position: absolute;
	bottom: 16px;
	right: 12px;
	display:inline-block;
	font-size: 11px;
	font-weight: bold;
	background-color: #001871;
	color: #fff;
	border-radius: 21px;
	height: 21px;
	vertical-align: middle;
	padding: 3px 8px 0px;
}
.mpTextIcon.mpIconColorAccentBlue {
	background-color: #23A7E2;
	color: #fff;
}

.mpcreditDetail {
	margin: 12px 12px 0 44px;
	font-size: 13px;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.6);
	width: fit-content;
}
.mpcreditDetail > dl {
	display: flex;
	gap: 16px;
	margin: 0;
}
.mpcreditDetail > dl ~ dl {
	margin-top: 4px;
}
.mpcreditDetail > dl dt {
	white-space: nowrap;
	font-size: 13px;
	line-height: inherit;
	font-weight: bold;
}
.mpcreditDetail > dl dd {
	margin: 0px;
}
.mpcreditName > dd {
	word-break: break-all;
}

/* isExpired */
.mpcreditListItem.isExpired {
	border: 1px solid rgba(187, 187, 187, 0.3);
	background: #ffffff;
	background-image: linear-gradient( #fafafa,#f6f6f6 );
}
.mpcreditListItem.isExpired .mpcreditName,
.mpcreditListItem.isExpired .mpcreditName dt {
	color: rgba(0, 0, 0, 0.3) !important;
}
.mpcreditListItem.isExpired .mpcreditExpiry,
.mpcreditListItem.isExpired .mpcreditExpiry dt  {
	color: #C60000 !important;
}
.mpcreditListItem.isExpired .mpcreditExpiry dd strong {
	margin-left: 8px;
	font-weight: normal;
}
.mpcreditListItem.isExpired .mpcreditExpiry dd strong::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/sp_rsv/images/ico_error.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: -2px 2px 0 0;
	filter: invert(7%) sepia(99%) saturate(7474%) hue-rotate(17deg) brightness(100%) contrast(116%);
}

/* creditSecurityCode */
.mpcreditSecurity {
	position: relative;
	padding: 12px 12px 12px 44px;
	font-size: 13px;
	line-height: 13px;
	color: rgba(0, 0, 0, 0.6);
	border-top: 1px dotted #BBBBBB;
	z-index: 2;
}
.mpcreditSecurity .mpInputSecurityCode {
	display: flex;
	gap: 24px;
	align-items:center;
}
.mpcreditSecurity .mpInputSecurityCode div.mpcaption {
	max-width: 100%;
}
.mpcreditSecurity .mpInputSecurityCode div.ui-input-text {
	width: 5em;
}
.mpcreditSecurity .mpInputSecurityCode div.mpcaption h5 {
	margin: 0px;
	font-size: inherit;
}
.mpcreditSecurity .mpInputSecurityCode input {
	width: 5em;
	height: 2em;
	border: 1px solid #001871;
    color: #4c4c4c;
    background: #ffffff;
	padding: 0 0.4em;
}
.mpcreditSecurity .mpInputSecurityCode input:focus {
    -moz-box-shadow: 0 0 12px #387bbe ;
    -webkit-box-shadow: 0 0 12px #387bbe ;
    box-shadow: 0 0 12px #387bbe ;
	outline:none;
}

.mpInputInfoLinkText {
	color: #001871;
	margin-top: 4px;
	display: block;
}
.mpInputInfoLinkText::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/sp_rsv/images/ico_info.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: -2px 2px 0 0;
	filter: invert(10%) sepia(81%) saturate(3952%) hue-rotate(226deg) brightness(78%) contrast(111%);
}
.mpInputInfoLinkText span {
	text-decoration: underline;
}
.mpInputInfoLinkText:hover span,
.mpInputInfoLinkText:focus span {
	text-decoration: none;
}

.mpcreditSecurityCodeSample {
	margin-top: 8px;
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 0 12px;
	text-align: center;
	list-style: none;
}
.mpcreditSecurityCodeSample .mpOverline {
	margin-bottom: 4px;
}

/* modal add */
#cardList .modal.display,
#relationReserve .modal.display {

    background: rgba(0, 0, 0, .5);
}
#cardList .mpModal .ui-content,
#relationReserve .mpModal .ui-content {
	position:fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 80%;
	height: fit-content;
	border: 1px solid #001871;
	box-shadow: 0 0 12px rgba(0,0,0,.6);
}
#cardList .mpModal .ui-content .mpBody1,
#cardList .mpModal .ui-content .mpOverline {
	font-size: 0.85em !important;
}
#cardList .mpModal .ui-content a {
	width: 100%;
    display: block;
	padding: 0.6em 0;
	margin: 8px auto;
    border: 1px solid #bbbbbb;
	border-radius: 3px;
    background: #ffffff;
	background-image: linear-gradient( #fafafa,#f6f6f6 );
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#relationReserve .mpModal .ui-content .mpBody1 {
	text-align: left;
	font-weight: bold;
}
html #relationReserve .modal .ui-btn-up-d {
	border: 1px solid #bbbbbb ;
    background: #ffffff ;
    font-weight: bold;
    color: #333333 ;
    background-image: -webkit-gradient(linear,left top,left bottom,from( #fafafa ),to( #f6f6f6 ));
    background-image: -webkit-linear-gradient( #fafafa,#f6f6f6 );
    background-image: -moz-linear-gradient( #fafafa,#f6f6f6 );
    background-image: -ms-linear-gradient( #fafafa,#f6f6f6 );
    background-image: -o-linear-gradient( #fafafa,#f6f6f6 );
    background-image: linear-gradient( #fafafa,#f6f6f6 );
}
html #relationReserve .modal .ui-btn-up-f {
	color: #ffffff !important;
	border: 1px solid #2e3192 ;
    background: #1b3585 ;
    font-weight: bold;
    color: #ffffff ;
    text-shadow: 0 1px 0 #444444 ;
    background-image: -webkit-gradient(linear,left top,left bottom,from( #1d3a92 ),to( #182f77 ));
    background-image: -webkit-linear-gradient( #1d3a92,#182f77 );
    background-image: -moz-linear-gradient( #1d3a92,#182f77 );
    background-image: -ms-linear-gradient( #1d3a92,#182f77 );
    background-image: -o-linear-gradient( #1d3a92,#182f77 );
    background-image: linear-gradient( #1d3a92,#182f77 );
}
html #relationReserve .modal .ui-btn-up-f * {
	color: #ffffff !important;
}

/* askSaveCardArea */
div#askSaveCardArea {
	margin-top: 24px;
}
div#askSaveCardArea label {
	font-weight: bold;
}

/*cheapestFareAmount*/
.ui-btn-text span#disFlightInfo{
	align-items:center;
	display:flex;
	justify-content:space-between;
}
.flightTime{
	display:inline-flex;
}
.cheapestFareAmount,.cheapestFareAmountForConnection{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 280px){
	.flightTime{
		display:block;
	}
    .cheapestFareAmountForConnection{
        padding-bottom:10%;
		font-size:11px;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
