@charset "utf-8"; 
/* CSS Document */
.colWrap.clm_1_2col .col:first-child {
	z-index: 1;
}
.btnFlightInfo{
    text-align: right;
}

/*fare950 modules*/

.fare950 .fareBox .fareTtl {
    background: #626770;
    width: 100%;
}
.fare950 .fareBox .fareTtl .heading,
.fNum_headArea .fNum_headTtl.heading {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 9px 0 9px 20px;
    text-align: left;
}
@media all and (max-width:739px) {
    .fare950 .fareBox .fareTtl {
        padding-left: 20px;
    }
    .fare950 .fareBox .fareTtl .heading,
    .fNum_headArea .fNum_headTtl.heading {
        font-size: 20px;
        line-height: 50px;
        padding: 0;
    }
}

.fare950 .fareBox .wid570 {
    width: 100%;
}

.fare950 .fareBox select {
    width: 100%;
    padding-left: 10px;
    background-color: transparent;
    line-height: 40px;
    height: 40px;
    -webkit-appearance: none;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
@media all and (min-width:740px) {
    .fare950 .fareBox select {
        font-size: 12px;
    }
}

.fare950 .fareBox input[type="text"] {
    line-height: 40px;
    padding: 0 10px;
    font-size: 12px;
    border: none;
}

.fare950 .fareBox option {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.fare950 .fareBox select,.fare950 .fareBox option,.fare950 .fareBox input[type="text"],.fare950 .fareBox input[type="submit"] {
    font-family: "ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W4","Osaka",sans-serif;
}

.fare950 .fareBox span.formWrap {
    background-image: url(/jp/en/other/weather_info_dom/img_sites/common/icon_arrow_btm_red_01.png);
    background-repeat: no-repeat;
    background-color: #fff;
    display: inline-block;
    overflow: hidden;
}

.fare950 .fareBox .departure_date input[type="radio"] {
    margin: 0 0 0 3px;
}

.fare950 .fareBox .fareSelect {
    background: #e9ecf0;
    width: 100%;
    height: auto;
    padding: 30px 10px;
    box-sizing: border-box;
}
@media all and (min-width:740px) {
    .fare950 .fareBox .fareSelect {
	    padding: 20px;
    }
}

.fare950 .fareBox .fareSelect ul li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
@media all and (max-width:739px) {
    .fare950 .fareBox .fareSelect ul {
        display: flex;
        flex-wrap: wrap;
    }
    .fare950 .fareBox .fareSelect ul li.departure_date {
        order: 1;
    }
    .fare950 .fareBox .fareSelect ul li.select_dep_arr {
        order: 2;
        margin-top: 20px;
    }
    .fare950 .fareBox .fareSelect ul li.submit {
        order: 3;
        padding: 0 30px;
    }
}

.fare950 .fareBox .fareSelect ul li > div {
    width: 100%;
}
.fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select_wrap {
    position: relative;
}
@media all and (min-width:740px) {
    .fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select_wrap {
        display: flex;
    }
}
.fare950 .fareBox .fareSelect ul li.select_dep_arr .replace {
    width: 40px;
    line-height: 40px;
    margin: 0 8px;
}
@media all and (max-width:739px) {
    .fare950 .fareBox .fareSelect ul li.select_dep_arr .replace {
        position: absolute;
        margin: 0;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        -webkit- transform: translateY(-50%);
    }
}

.fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select {
    box-sizing: border-box;
    background: #fff url(/jp/en/other/weather_info_dom/img_sites/flight_info/icon_dep.png) 10px center no-repeat;
    padding-left: 17.5%;
    line-height: 50px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select.arrival {
    background: #fff url(/jp/en/other/weather_info_dom/img_sites/flight_info/icon_arrive.png) 10px center no-repeat;

}
@media all and (min-width:740px) {
    .fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select {
        width: 276px;
        padding-left: 50px;
        line-height: 40px;
    }
    .fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select > p {
        width: 40px;
    }
    .fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select:first-of-type {
        width: 272px;
    }
    .fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select:first-of-type > p {
        width: 45px;
    }
    .fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select.arrival {
        width: 252px;
    }
    .fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select.arrival p {
        width: 25px;
    }
    .fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select:first-of-type span.formWrap,
    .fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select.arrival span.formWrap {
        width: 177px;
        background-position: 157px center;
    }
}

.fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select.arrival {
    background: #fff url(/jp/en/other/weather_info_dom/img_sites/flight_info/icon_arrive.png) 10px center no-repeat;

}
@media all and (max-width:739px) {
    .fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select.arrival {
        margin-top: 10px;
    
    }
}

.fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select > p {
    display: inline-block;
    color: #333;
    width: 20%;
}
.fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select span.formWrap {
    background-position: calc(100% - 8px) center;
    vertical-align: middle;
    width: 80%;
}
@media all and (min-width:740px) {
    .fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select {
        width: 200px;
        padding-left: 50px;
        line-height: 40px;
    }
    .fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select > p {
        width: 40px;
    }
    .fare950 .fareBox .fareSelect ul li.select_dep_arr .common_select span.formWrap {
        width: 110px;
        background-position: 90px center;
    }
    .fare950 .fareBox .fareSelect ul li.departure_date {
        width: 272px;
        line-height: 40px;
        background: #fff;
        margin-top: 10px;
        padding-left: 10px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
}

.fare950 .fareBox .fareSelect ul li.select_dep_arr > p,
.fare950 .fareBox .fareSelect ul li.departure_date > p {
    
    color: #333;
}
@media all and (min-width:740px) {
    .fare950 .fareBox .fareSelect ul li.select_dep_arr > p {
        width: 60px;
        display: none;
    }
}
@media all and (max-width:739px) {
    .fare950 .fareBox .fareSelect ul li.departure_date > p,
    .fare950 .fareBox .fareSelect ul li.select_dep_arr > p {
        margin-bottom: 10px;
    }
}

.fare950 .fareBox .fareSelect ul li.departure_date span {
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    margin-rignt: 13px;
    color: #fff;
}

.fare950 .fareBox .fareSelect ul li.departure_date span.formWrap {
    width: 100%;
    background-position: calc(100% - 8px) center;
}
@media all and (max-width:739px) {
    .fare950 .fareBox .fareSelect ul li.departure_date span.formWrap {
        padding-left: 15px;
        line-height: 50px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
    /*.fare950 .fareBox .fareSelect ul li.departure_date .radioWrap,
    .flightNum.dom .fNum_inputBox_cont.fNum_radioWrap {
        display: flex;
    }*/
    .fare950 .fareBox .fareSelect ul li.departure_date .radioWrap span,
    .flightNum.dom .fNum_inputBox_cont.fNum_radioWrap span {
        /*display:inline-block;*/
        display: block;
        vertical-align:middle;
        /*width:33.333%;*/
        width: 100%;
        color:#333;
        font-weight:bold;
        background-color:#FFF;
        /*margin-right: 10px;*/
        margin-bottom: 10px;
        padding-left:15px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
    .fare950 .fareBox .fareSelect ul li.departure_date .radioWrap span:last-child,
    .flightNum.dom .fNum_inputBox_cont.fNum_radioWrap span:last-child {
        /*margin-right: 0;*/
        margin-bottom: 0;
    }
    .fare950 .fareBox .fareSelect ul li.departure_date .radioWrap span input[type="radio"],
    .flightNum.dom .fNum_inputBox_cont.fNum_radioWrap span input[type="radio"] {
        vertical-align: text-top;
        margin: 0 15px 0 0;
        width: 22px;
        height: 22px;
        cursor:pointer;
    }
    .fare950 .fareBox .fareSelect ul li.departure_date .radioWrap span label,
    .flightNum.dom .fNum_inputBox_cont.fNum_radioWrap span label {
        display:inline-block;
        width: 85%;
        padding: 15px 0;
        vertical-align:middle;
        font-weight:bold;
        cursor:pointer;
    }
}

.fare950 .fareBox .fareSelect ul li input[type="submit"].linkButtonB {
    width: 100%;
    line-height: 58px;
    border: none;
    text-align: center;
    background: #c00 url(/jp/en/other/weather_info_dom/img_sites/common/icon_arrow_right_white_01.png) 35% center no-repeat;
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
    padding: 0 0 0 15px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}
@media all and (min-width:740px) {
    .fare950 .fareBox .fareSelect ul li > .common_select > p { width: 50px; }
    .fare950 .fareBox .fareSelect ul li > .common_select span.formWrap { width: 215px; }
    .fare950 .fareBox .fareSelect ul li > .common_select input[type="text"] { width: 165px; }
    .fare950 .fareBox .fareSelect ul li.departure_date > p { display: inline-block; vertical-align: middle; width: 120px; }
    .fare950 .fareBox .fareSelect ul li.departure_date span { width: 64px; }
    .fare950 .fareBox .fareSelect ul li.departure_date span.formWrap { width: 142px; background-position: 122px center; }
    .fare950 .fareBox .fareSelect ul li input[type="submit"].linkButtonB {
        width: 180px;
        line-height: 40px;
        background: #c00 url(/jp/en/other/weather_info_dom/img_sites/common/icon_arrow_right_white_01.png) 40px center no-repeat;
        margin-top: 0;
    }  
}

.fare950 .fareBox .fareSelect ul li input[type="submit"].linkButtonB:hover {
    background-color: #db4d4d;
    text-decoration: underline;
}

.bgiNon {
    background-image: none !important;
}

.table_typeA_02.type_rn table tbody tr th {
    background: #eaeaea;
    font-size: 14px;
    color: #000;
    border-top: 1px solid #d0d0d0;
}

.number_list li:first-child {
    width: 100%;
    margin-right: 20px;
    border-right: 1px solid #ccc;
}

.number_list li {
    width: 100%;
    float: left;
}
@media all and (min-width:740px) {
    .number_list li:first-child {
        width: 455px;
    }
    .number_list li {
        width: 434px;
    }
}

.number_list li .txTel {
    font-size: 20px;
}

.number_list li .txTel.free {
    padding-left: 0;
    background-image: none;
}

.fare950 .fareBox .fareSelect ul li .replace .mdl_icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/jp/en/other/weather_info_dom/img_sites/common/icons_booking.png);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    ;}

.fare950 .fareBox .fareSelect ul li .replace .mdl_icon_replace {
    width: 40px;
    height: 40px;
    background-position: 0 -74px;
    ;}

/* 2018/11_レイアウト改修 */
.fare950 .fareBox, .flightNum.dom {
    width: 100%;
}

@media all and (min-width:740px) {
    .fare950 .fareBox {
        width: 620px;
        float: left;
    }
    .flightNum.dom {
        width: 300px;
        float: right;
    }
}
@media all and (max-width:739px) {
    .flightNum.dom {
        margin-top: 30px;
    }
}

.flightNum.dom .fNum_headArea {
    display: block;
    width: 100%;
    background-color: #626770;
    padding-left: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    white-space: nowrap;
    /* line-height: 40px; */
}

.fare950 .fareBox select::-ms-expand {
    display: none;
}

/*------------------------------
	Dom - flightNum 950
------------------------------*/

/*	Utility
------------------------------*/
.flightNum.dom .wid66, .flightNum.dom .wid105, .flightNum.dom .wid125, .flightNum.dom .wid130, .flightNum.dom .wid140 {
    width:100%;
}
@media all and (min-width:740px) {
    .flightNum.dom .wid66 { width:66px; }
    .flightNum.dom .wid105 { width:105px; }
    .flightNum.dom .wid125 { width:125px; }
    .flightNum.dom .wid130 { width:130px; }
    .flightNum.dom .wid140 { width:140px; }
    .pdl5_pc { padding-left: 5px; }
    .mgt10_pc { margin-top: 10px; }
}

/*	Elements
------------------------------*/
/*-- select - input --*/
.flightNum.dom select,
.flightNum.dom input[type="text"] {
    vertical-align:middle;
	width:100%;
	height:50px;
	line-height:50px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:none;
	background:transparent;
	padding:0 0 0 11px;
	color:#333;
	font-family:"ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W4","Osaka",sans-serif;
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
    font-size:16px;
    font-size:1.6rem;
}
@media all and (min-width:740px) {
    .flightNum.dom select,
    .flightNum.dom input[type="text"] {
        height:40px;
        line-height:40px;
        padding:0 0 0 8px;
        font-size:12px;
        font-size:1.2rem;
    }
}
.flightNum.dom select::-ms-expand { display:none; }
.flightNum.dom .fNum_selectWrap {
	background-image:url(/jp/en/other/weather_info_dom/img_sites/common/icon_arrow_btm_red_01.png);
	background-repeat:no-repeat;
	background-position:98% center;
	background-position:-webkit-calc(100% - 8px) center;
	background-position:calc(100% - 8px) center;
	overflow:hidden;
}
.flightNum.dom select > option { padding:10.5px 8px; }

.flightNum.dom input[type="radio"] { vertical-align:middle; margin:0 2px 2px; width:14px; height:14px; cursor:pointer; }
.flightNum.dom input[type="radio"] + label { vertical-align:middle; font-weight:bold; cursor:pointer; }

/*	Structure
------------------------------*/
.flightNum.dom .fNum_wrapper {
    display:table;
    width:100%;
}
.flightNum.dom .fNum_headArea {
	display:block;
	vertical-align:middle;
	width:100%;
	background-color:#626770;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-size:1.8rem;
	white-space:nowrap;
    box-sizing: border-box;
}
.flightNum.dom .fNum_bodyArea {
    width: 100%;
    display: block;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 30px 10px;
    background-color: #e9ecf0;
}
@media all and (min-width:740px) {
    .flightNum.dom .fNum_bodyArea {
        padding: 20px;
    }
}
@media all and (max-width:739px) {
    .flightNum.dom .fNum_bodyArea {
        display: flex;
        flex-wrap: wrap;
    }
    .flightNum.dom .fNum_bodyArea .fNum_inputItems,
    .flightNum.dom .fNum_bodyArea .fNum_inputItem,
    .flightNum.dom .fNum_bodyArea .fNum_btnWrap {
        width: 100%;
    }
    .flightNum.dom .fNum_bodyArea .fNum_inputItems.dateAttribute {
        order: 1;
    }
    .flightNum.dom .fNum_bodyArea .fNum_inputItem.airlineCode {
        order: 2;
        margin-top: 20px;
    }
    .flightNum.dom .fNum_bodyArea .fNum_inputItem.flightSerNo {
        order: 3;
        margin-top: 20px;
    }
    .flightNum.dom .fNum_bodyArea .fNum_btnWrap {
        order: 4;
        padding: 0 30px;
    }
}
/*	Layout
------------------------------*/
/*-- inputBox --*/

.flightNum.dom .fNum_inputBox_head,
.flightNum.dom .fNum_inputBox_cont { -webkit-box-sizing:border-box; box-sizing:border-box; }
.flightNum.dom .fNum_inputBox_head { color:#282f39; font-weight:bold; line-height:1.2; }
@media all and (min-width:740px) {
    /*-- inputItem --*/
    .flightNum.dom .fNum_inputItem { display:inline-block; vertical-align:top; }
    /*-- inputBox --*/
    .flightNum.dom .fNum_inputBox {	display:table; height:40px;	background-color:#fff; box-shadow:0 1px 1px 0 rgba(0,0,0,0.15); }
    .flightNum.dom .fNum_inputBox_head,
    .flightNum.dom .fNum_inputBox_cont { display:table-cell; vertical-align:middle; }
    .flightNum.dom .fNum_inputBox_head { padding:0 8px; min-width: 35.5px }
}
@media all and (max-width:739px) {
    .flightNum.dom .fNum_inputBox_head { margin-bottom: 10px; }
    .flightNum.dom .fNum_inputBox_cont { width: 100%; background-color:#fff; box-shadow:0 1px 1px 0 rgba(0,0,0,0.15); }
    .flightNum.dom .fNum_inputBox_cont.fNum_radioWrap { background-color:transparent; box-shadow:none; }
}

/*-- searchBtn --*/
.flightNum.dom .fNum_btnWrap { display:block; vertical-align:middle; text-align:right; margin-top: 40px; }
.flightNum.dom .fNum_searchBtn {
	display:inline-block;
	width:100%;
	line-height:58px;
	padding:0 0 0 15px;
	border:none;
	background:url(/jp/en/other/weather_info_dom/img_sites/common/icon_arrow_right_white_01.png) 35% center no-repeat #c00;
	text-align:center;
	color:#fff;
	font-family:"ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W4","Osaka",sans-serif;
	font-size:16px;
	font-size:1.6rem;
	cursor:pointer;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.15);
}
@media all and (min-width:740px) {
    .flightNum.dom .fNum_btnWrap { margin-top: 10px; }
    .flightNum.dom .fNum_searchBtn {
        width:180px;
        line-height:40px;
        background:url(/jp/en/other/weather_info_dom/img_sites/common/icon_arrow_right_white_01.png) 45px center no-repeat #c00;
    }
}
.flightNum.dom .fNum_searchBtn:hover { background-color:#db4d4d; text-decoration:underline; }

/* 2018/11_レイアウト改修 */
.flightNum.dom .fNum_wrapper { display:table; }



/*------------------------------
	Inter - fare940
------------------------------*/

/* CSS Document */
.btnFlightInfo{text-align: right;}
@media all and (min-width:740px) {
	.aem-Grid{position: relative;}
	.btnBox > .btnCodeShare{display: flex;margin-bottom: 20px;}
    /* .btnCodeShare{position: absolute; bottom: 37px; right: 0; text-align: right;} */
    .btnCodeShare > .btn {display: block;margin-right: 0;margin-left: auto;}
}
@media all and (max-width:739px) {
	.btnCodeShare{display: block!important; margin: -10px 0 20px;}
}
.tableLInkline a{display: inline-block;padding-left: 16px;position: relative;color: #0f0f69;margin-top: 5px;}
.tableLInkline a:before{content: "";position: absolute;top: 0.3em;left: 0;display: inline-block;vertical-align: middle;background-image: url(/jp/en/other/weather_info_dom/img_sites/common/icons_utility.svg);background-repeat: no-repeat;width: 8px;height: 12px;background-position: 0 0;background-size: 100px auto;}
/*common*/
.fare940 h2,.fNum_wrapper h2 {font-size:18px;font-weight:bold;}
input {-webkit-appearance: auto;appearance: auto;}
.fare940 .fareBox .wid420{width:419px;}
.fare940 .fareBox .wid360{width:305px;}
.fare940 .fareBox select{width:100%;background-color:transparent;line-height:40px;height:40px;-webkit-appearance:none;padding:0;font-size:16px;border:none;cursor:pointer;}
.fare940 .fareBox input[type="text"]{line-height:40px;padding:0 10px;font-size:12px;border:none;}
.fare940 .fareBox option{padding-top:10px;padding-bottom:10px;font-size:12px;}
.fare940 .fareBox select,.fare940 .fareBox option,.fare940 .fareBox input[type="text"],.fare940 .fareBox input[type="submit"]{font-family:"ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W4","Osaka",sans-serif;}
.fare940 .fareBox span.formWrap{background-image: url(/jp/en/other/weather_info_dom/img_sites/common/icon_arrow_btm_red_01.png);background-repeat: no-repeat;background-color:#fff;display:inline-block;overflow:hidden;}
.fare940 .fareBox .departure_date label,.flightNum.int input[type="radio"] + label { display:inline-block; vertical-align:middle; font-weight:bold; cursor:pointer; line-height: 1.25em; }
.fare940 .fareBox .departure_date input[type="radio"],.flightNum.int input[type="radio"] {margin: 0 4px 0 0;cursor:pointer;}
.fare940 .fareBox .departure_date input[type="radio"]:focus,.flightNum.int input[type="radio"]:focus {outline: auto;}
.fare940 .fareBox .fareSelect ul li.departure_date .radioWrap,.flightNum.int .fNum_inputItem.radioWrap{display:flex;}
.fare940 .fareBox .fareSelect ul li.departure_date .radioWrap:focus,.flightNum.int .fNum_inputItem.radioWrap:focus{outline: auto;}
.fare940 .fareBox .fareSelect ul li.departure_date span,.flightNum.int .fNum_inputItem.radioWrap span,.fare940 .fareBox .fareSelect ul li.departure_date > div > div,.flightNum.int .fNum_inputItem.radioWrap > div  {display:inline-block;vertical-align:middle;width:100%;color:#333;font-weight:bold;background-color:#FFF;padding-left:15px;}

@media all and (max-width:739px) {
    .fare940 h2,.fNum_wrapper h2 {font-size:20px;line-height:50px;}
	.fare940 .fareBox .departure_date label,.flightNum.int input[type="radio"] + label { width: 85%; padding: 15px 0; }
	.fare940 .fareBox .departure_date input[type="radio"],.flightNum.int input[type="radio"] { vertical-align:text-top; margin:0 15px 0 0; width:22px; height:22px; cursor:pointer;}
    .fare940 .fareBox .fareSelect ul li.departure_date .radioWrap span,.flightNum.int .fNum_inputItem.radioWrap span{margin-bottom:10px;}
    .fare940 .fareBox .fareSelect ul li.departure_date .radioWrap span:last-child,.flightNum.int .fNum_inputItem.radioWrap span:last-child{margin-bottom:0;}
	.fare940 .fareBox .fareSelect ul li.departure_date .radioWrap span:first-child,.flightNum.int .fNum_inputItem.radioWrap span:first-child,.fare940 .fareBox .fareSelect ul li.departure_date > div > div:first-child,.flightNum.int .fNum_inputItem.radioWrap > div:first-child{margin-right: 10px;}
}
@media all and (min-width:740px) {
	.fare940 .fareBox .fareSelect ul li.departure_date .radioWrap,.flightNum.int .fNum_inputItem.radioWrap{display:inline-block;width:auto;}
	.fare940 .fareBox .fareSelect ul li.departure_date span,.flightNum.int .fNum_inputItem.radioWrap span,.fare940 .fareBox .fareSelect ul li.departure_date > div > div,.flightNum.int .fNum_inputItem.radioWrap > div {display:inline-block;vertical-align:middle;width:auto;margin-right:15px;padding: 0;color:#333;font-weight:bold;background-color: transparent;}
    .fare940 .fareBox .fareSelect ul li.departure_date .radioWrap span:first-child,.flightNum.int .fNum_inputItem.radioWrap span:first-child{width:125px;}
}
/*fare940 modules*/
.fare940 .fareBox .fareTtl{background:#626770;width:100%;line-height:50px;}
@media all and (min-width:740px) {
    .fare940 .fareBox select{font-size:12px;}
    .fare940 .fareBox .fareTtl{width:150px;line-height:142px;float:left;}
}
.fare940 .fareBox .fareTtl h2, .fare940 .fareBox .fareTtl h3 {color:#fff;text-align:center;}
.fare940 .fareBox .fareTtl h3,.flightNum.int .fNum_headArea h3 {font-size:18px;font-weight:bold;}
@media all and (max-width:739px) {
    .fare940 .fareBox .fareTtl h2, .fare940 .fareBox .fareTtl h3{text-align:left;padding-left: 20px;}
    .fare940 .fareBox .fareTtl h3,.flightNum.int .fNum_headArea h3 {font-size:20px;line-height:50px;}
}
.fare940 .fareBox .fareSelect{display:block;background:#e9ecf0;width:100%;padding:30px 10px;}
.fare940 .fareBox .fareSelect ul li{display:inline-block;vertical-align:top;}
.fare940 .fareBox .fareSelect ul li.select_dep_arr .common_select_wrap {position: relative;}
@media all and (min-width:740px) {
    .fare940 .fareBox .fareSelect{display:table-cell;width:800px;padding:25px;}
    .fare940 .fareBox .fareSelect ul li.select_dep_arr .common_select_wrap {display: flex;}
}
.fare940 .fareBox .fareSelect ul li.select_dep_arr .mdlArw{background:url(/jp/en/other/weather_info_dom/img_sites/flight_info/bg_arw_mdl.png) 0 center no-repeat;width:33px;line-height:40px;margin:0 8px;}
.fare940 .fareBox .fareSelect ul li.select_dep_arr .replace {width:40px;line-height:40px;margin:0 0 0 8px;}
@media all and (max-width:739px) {
    .fare940 .fareBox .fareSelect ul,.flightNum.int .fNum_bodyArea {display: flex;flex-wrap: wrap;}
    .fare940 .fareBox .fareSelect ul li,.flightNum.int .fNum_inputItems.departure_date,.flightNum.int .fNum_inputItems.fNum_code_no,.flightNum.int .fNum_btnWrap{width: 100%;}
    /* .fare940 .fareBox .fareSelect ul li.departure_date,.flightNum.int .fNum_inputItems.departure_date {order: 1;}
    .fare940 .fareBox .fareSelect ul li.select_dep_arr,.flightNum.int .fNum_inputItems.fNum_code_no {order: 2;margin-top: 20px;} */
    .fare940 .fareBox .fareSelect ul li.departure_date,.flightNum.int .fNum_inputItems.departure_date {order: 2;margin-top: 20px;}
    .fare940 .fareBox .fareSelect ul li.select_dep_arr,.flightNum.int .fNum_inputItems.fNum_code_no {order: 1;}
    .fare940 .fareBox .fareSelect ul li.submit,.flightNum.int .fNum_btnWrap {order: 3;padding: 0 30px;}
    .fare940 .fareBox .fareSelect ul li.select_dep_arr .replace {position: absolute;margin: 0;right: 5%;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
}
.fare940 .fareBox .fareSelect ul li > div {width: 100%;}
.fare940 .fareBox .fareSelect ul li.select_dep_arr .common_select{background:#fff url(/jp/en/other/weather_info_dom/img_sites/flight_info/icon_dep.png) 10px center no-repeat;padding-left:17.5%;line-height:50px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);}
.fare940 .fareBox .fareSelect ul li.select_dep_arr .common_select.arrival{background:#fff url(/jp/en/other/weather_info_dom/img_sites/flight_info/icon_arrive.png) 10px center no-repeat;}
.fare940 .fareBox .fareSelect ul li.select_dep_arr .common_select > p{width:18%;display:inline-block;color:#333;}
.fare940 .fareBox .fareSelect ul li.select_dep_arr .common_select span.formWrap{width:80%;background-position:calc(100% - 8px) center;vertical-align:middle;}
.fare940 .fareBox .fareSelect ul li.select_dep_arr .common_select input[type="text"]{width:165px;}
.fare940 .fareBox .fareSelect ul li.departure_date > p{vertical-align:middle;color:#333;}
.fare940 .fareBox .fareSelect ul li.departure_date span.formWrap{width:100%;line-height:50px;background-position: calc(100% - 8px) center;margin-top: 10px;margin-right:0;padding:0;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);}
.fare940 .fareBox .fareSelect ul li.departure_date span > select{margin-left:12px;}
.fare940 .fareBox .fareSelect ul li input[type="submit"].linkButtonB{width:100%;line-height:58px;border:none;text-align:center;background:#cc0000 url(/jp/en/other/weather_info_dom/img_sites/common/icon_arrow_right_white_01.png) 35% center no-repeat;font-size:16px;color:#fff;margin-top:40px;padding:0 0 0 15px;box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15);cursor:pointer;}
.fare940 .fareBox .fareSelect ul li input[type="submit"].linkButtonB:hover{background-color:#db4d4d;text-decoration:underline;}
@media all and (max-width:739px) {
    .fare940 .fareBox .fareSelect ul li.select_dep_arr > p,.fare940 .fareBox .fareSelect ul li.departure_date > p {margin-bottom: 10px;}
    .fare940 .fareBox .fareSelect ul li.select_dep_arr .common_select.arrival{margin-top: 10px;}
}
@media all and (min-width:740px) {
    .fare940 .fareBox .fareSelect ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
    .fare940 .fareBox .fareSelect ul li.select_dep_arr .common_select{width:326px;padding-left:50px;line-height:40px;}
    .fare940 .fareBox .fareSelect ul li.select_dep_arr .common_select > p{width:40px;}
    .fare940 .fareBox .fareSelect ul li.select_dep_arr .common_select span.formWrap{width:220px;background-position:208px center;}
    .fare940 .fareBox .fareSelect ul li.select_dep_arr .common_select input[type="text"]{width:165px;}
    .fare940 .fareBox .fareSelect ul li.departure_date{line-height:40px;margin:10px 20px 0 0;}
    /* .fare940 .fareBox .fareSelect ul li.departure_date{line-height:40px;margin:10px 20px 0 0;width:425px;} */
    .fare940 .fareBox .fareSelect ul li.departure_date span.formWrap{width:140px;line-height:40px;margin-top:0;background-color:#fff;}
    .fare940 .fareBox .fareSelect ul li input[type="submit"].linkButtonB{width:180px;line-height:38px;background:#cc0000 url(/jp/en/other/weather_info_dom/img_sites/common/icon_arrow_right_white_01.png) 55px center no-repeat;margin-top:10px;}
}
.bgiNon{background-image:none !important;}
.table_typeA_02.type_rn table tbody tr th{background:#eaeaea;font-size:14px;color:#000;border-top:1px solid #d0d0d0;}
.anchorList.toSbs{letter-spacing: -1em;margin-bottom:5px;}
.anchorList.toSbs li{display:inline-block;letter-spacing:normal;margin-right:35px;}
@media all and (max-width:739px) {
	.anchorList.toSbs li{display:block;letter-spacing:normal;margin-right:0;}
}
.anchorList.toSbs li a{display: inline-block;padding-left: 16px;position: relative;color: #0f0f69;margin-top: 5px;}
.anchorList.toSbs li a:before{position: absolute;top: 0.75em;left: 0;-webkit-transform: translateY(-50%);transform: translateY(-50%);content: "";display: inline-block;vertical-align: middle;background-image: url(/content/dam/sites/global/Y18/img/icons_utility.svg);background-repeat: no-repeat;background-size: 100px auto;width: 12px;height: 12px;background-position: -53px -53px;}
@media all and (min-width:740px) {
	.anchorList.toSbs li a:before{position: absolute;top: 0.7em;}
}
.number_list li:first-child{width:455px;margin-right:20px;border-right:1px solid #ccc;}
.number_list li{width:434px;float:left;}
.number_list li .txTel{font-size:20px;}
.number_list li .txTel.free{padding-left:0;background-image:none;}

.fare940 .fareBox .fareSelect ul li.select_dep_arr .replace .mdl_icon {
	display:inline-block;
	vertical-align:middle;
	background-image:url(/jp/en/other/weather_info_dom/img_sites/common/icons_booking.png);
	background-repeat:no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.fare940 .fareBox .fareSelect ul li.select_dep_arr .replace .mdl_icon_replace { width:40px; height:40px; background-position:0 -74px; }

.fare940 input[type="submit"]:focus {
    outline: auto;
}

/*------------------------------
	Inter - flightNum 940
------------------------------*/

/*	Utility
------------------------------*/
.flightNum.int .fNum_wid100,.flightNum.int .fNum_wid110,.flightNum.int .fNum_wid140,.flightNum.int .fNum_wid175,.flightNum.int .fNum_wid240,.flightNum.int { width:100%; }
@media all and (min-width:740px) {
	.flightNum.int .fNum_wid100 { width:100px; }
	.flightNum.int .fNum_wid110 { width:110px; }
	.flightNum.int .fNum_wid140 { width:140px; }
	.flightNum.int .fNum_wid175 { width:175px; }
	.flightNum.int .fNum_wid240 { width:240px; }
}
@media all and (max-width:739px) {
	.flightNum.int .fNum_pdl10_sp { padding-left: 10px; }
}
/*	Elements
------------------------------*/
/*-- select - input --*/
.flightNum.int select,
.flightNum.int input[type="text"] {
    vertical-align:middle;
	width:100%;
	height:50px;
	line-height:50px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:none;
	background:transparent;
	padding:0 0 0 8px;
	color:#333;
	font-family:"ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W4","Osaka",sans-serif;
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	font-size:16px;
	font-size:1.6rem;
}
.flightNum.int .fNum_selectWrap {
	width: 100%;
	background-image:url(/jp/en/other/weather_info_dom/img_sites/common/icon_arrow_btm_red_01.png);
	background-repeat:no-repeat;
	background-position:-webkit-calc(100% - 8px) center;
	background-position:calc(100% - 8px) center;
	overflow:hidden;
}
@media all and (min-width:740px) {
	.flightNum.int select,
	.flightNum.int input[type="text"] {
		height:40px;
		line-height:40px;
		padding:0 0 0 8px;
		font-size:12px;
		font-size:1.2rem;
	}
	.flightNum.int select > option { padding:10.5px 8px; }
}
/*	Structure
------------------------------*/
.flightNum.int .fNum_wrapper { width:100%; }
.flightNum.int .fNum_headArea {
	width:100%;
	padding-left:20px;
	line-height: 50px;
	background-color:#626770;
	color:#fff;
}
.flightNum.int .fNum_bodyArea { padding:30px 10px; background-color:#e9ecf0; }
@media all and (min-width:740px) {
	.flightNum.int .fNum_wrapper { display:table; width:950px; }
	.flightNum.int .fNum_headArea {
		display:table-cell;
		width:150px;
		line-height: 140px;
		padding-left:0;
		text-align:center;
		white-space:nowrap;
        float: left;
	}
	.flightNum.int .fNum_bodyArea { display:table-cell; vertical-align:middle; padding:25px; width: 800px;}
    .flightNum.int .fNum_bodyArea {display: flex;flex-wrap: wrap;justify-content: space-between;}
}
/*	Layout
------------------------------*/
/*-- inputItem --*/
@media all and (min-width:740px) {
	.flightNum.int .fNum_inputItems,.flightNum.int .fNum_inputItem { display:inline-block; }
	.flightNum.int .fNum_inputItems.departure_date { height:40px; margin:10px 20px 0 0;}
	.flightNum.int .fNum_inputItems.fNum_code_no { width:100%; }
	.flightNum.int .fNum_inputItems.fNum_code_no .fNum_inputItem:first-child { margin-right:5px; }
}
@media all and (max-width:739px) {
	.flightNum.int .fNum_inputItems.fNum_code_no .fNum_inputItem:last-child { margin-top:20px; }
	.flightNum.int .fNum_inputItems.departure_date .fNum_inputItem:last-child { margin-top:10px; }
}
/*-- inputBox --*/
.flightNum.int .fNum_inputBox_head,
.flightNum.int .fNum_inputBox_cont { vertical-align:middle;	-webkit-box-sizing:border-box; box-sizing:border-box; }
.flightNum.int .fNum_inputBox_head { color:#282f39; font-weight:bold; line-height:1.2; }
@media all and (min-width:740px) {
	.flightNum.int .fNum_inputBox {	display:inline-block; height:40px; background-color:#fff; box-shadow:0 1px 1px 0 rgba(0,0,0,0.15); }
	.flightNum.int .fNum_inputBox_head,
	.flightNum.int .fNum_inputBox_cont { display:inline-block; vertical-align:middle; }
	.flightNum.int .fNum_inputBox_head { padding:0 8px;	line-height:40px; }
}
@media all and (max-width:739px) {
	.flightNum.int .fNum_inputItems.departure_date > p,.flightNum.int .fNum_inputBox_head { margin-bottom: 10px; }
	.flightNum.int .fNum_inputBox_cont { width:100%;height:50px; line-height:50px; background-color:#fff; box-shadow:0 1px 1px 0 rgba(0,0,0,0.15); }
}
/*-- searchBtn --*/
.flightNum.int .fNum_searchBtn {
	width:100%;
	height:58px;
	line-height:58px;
	margin-top: 40px;
	padding:0 0 0 15px;
	border:none;
	background:url(/jp/en/other/weather_info_dom/img_sites/common/icon_arrow_right_white_01.png) 35% center no-repeat #c00;
	text-align:center;
	color:#fff;
	font-family:"ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W4","Osaka",sans-serif;
	font-size:16px;
	font-size:1.6rem;
	cursor:pointer;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.15);
}
.flightNum.int .fNum_searchBtn:focus {
    outline: auto;
}
.flightNum.int .fNum_searchBtn:hover { background-color:#db4d4d; text-decoration:underline; }
@media all and (min-width:740px){
	.flightNum.int .fNum_btnWrap { display:inline-block; margin-top:10px; vertical-align:top; text-align:right; }
	.flightNum.int .fNum_searchBtn {
		display:inline-block;
		width:180px;
		height:40px;
		line-height:40px;
		margin-top:0;
		background:url(/jp/en/other/weather_info_dom/img_sites/common/icon_arrow_right_white_01.png) 55px center no-repeat #c00;
	}
}

/* radio */
@media all and (max-width:739px) {
    input[type="radio"] {
        position: absolute !important;
        z-index: -1 !important;
        opacity: 0 !important;
    }
    .flightNum.int .fNum_inputItem.radioWrap > div, .fare940 .fareBox .fareSelect ul li.departure_date > div > div {
        display: flex;
        align-items: center;
    }
    .radioWrap span,.fNum_radioWrap span,.radioWrap div,.fNum_radioWrap div {
        padding-left: 0 !important;
    }
    .radioWrap span label,.fNum_radioWrap span label,.radioWrap div label,.fNum_radioWrap div label {
        width: 100% !important;
        padding: 15px 15px 15px 52px !important;
		position: relative;
    }
    .radioWrap span label::before,.fNum_radioWrap span label::before,.radioWrap div label::before,.fNum_radioWrap div label::before {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
        left: 15px;
        margin-top: -10px;
        width: 22px;
        height: 22px;
        border: 1px solid #9aa3b3;
        border-radius: 11px;
        background-color: #fff;
        box-shadow: 0 2px 2px #ccc inset;
    }
    .radioWrap span label::after,.fNum_radioWrap span label::after,.radioWrap div label::after,.fNum_radioWrap div label::after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
        left: 20px;
        z-index: 1;
        margin-top: -5px;
        width: 12px;
        height: 12px;
        border-radius: 6px;
        background-color: #555;
        opacity: 0;
        transition: opacity .3s cubic-bezier(.39, .575, .565, 1);
    }
	input[type="radio"]:checked + label::after,
	input[type="radio"]:checked + label::after {
		opacity: 1;
	}
}

/* flight */

/* border */
.bot0{border-top-width:0!important;}
.bor0{border-right-width:0!important;}
.bob0{border-bottom-width:0!important;}
.bol0{border-left-width:0!important;}
.boNon{border:none!important;}
/* button */
.btnWT,.btnBK,.btnRD,.btnCL,.btnCP,.btnCP_big{display:inline-block;color:#0f0f69;text-decoration:none;text-align:center;padding:13px 30px 13px 20px!important;background-image:none!important;}
.btnWT.sml,.btnBK.sml,.btnRD.sml,.btnCL.sml{padding-top:1px!important;padding-bottom:1px!important;font-size:12px;}
.btnWT.full,.btnBK.full,.btnRD.full,.btnCL.full{display:block;}
.btnWT{background-color:#fff;border:1px solid #d0d0d0;}
.btnWT:link{color:#0f0f69;text-decoration:none;}
.btnWT:visited{color:#0f0f69;}
.btnWT:hover,.btnWT:focus{color:#cc0000;text-decoration:underline;}
.btnWT:hover span,.btnWT:focus span{text-decoration:underline;cursor:pointer;}
.btnWT span{padding-right:15px;display:inline-block;line-height:1.3;background:url(/jp/en/other/weather_info_dom/img_sites/common/icon_arrow_right_red_01.png) 100% 50% no-repeat;}
.btnWT span b{color:#cc0000;}
.btnWT.iconOther span{padding-right:20px;background:url(/jp/en/other/weather_info_dom/img_sites/common/icon_ext_red_01.png) 100% 50% no-repeat;}
.btnWT.iconOther span > i{display:none;speak:normal;}
.btnWT.iconOtherImg span {padding-right:0;background:none;vertical-align:middle;}
.btnWT.iconOtherImg .extIcon {vertical-align:middle;margin-right:5px;}
.btnWT.iconBack span{padding-left:15px;background:url(/jp/en/other/weather_info_dom/img_sites/common/icon_arrow_left_red_01.png) 0 50% no-repeat;}
.btnWT.iconDown span{padding-right:20px;background:url(/jp/en/other/weather_info_dom/img_sites/common/icon_anchor_red_01.png) 100% 50% no-repeat;}
.btnWT.iconUp span{padding-right:20px;background:url(/jp/en/other/weather_info_dom/img_sites/common/icon_anchor_up_red_01.png) 100% 50% no-repeat;}
.btnWT.iconPdf span{padding-right:20px;background:url(/jp/en/other/weather_info_dom/img_sites/common/icon_pdf_red_01.png) 100% 50% no-repeat;}
.btnWT.fs12{font-size:12px;padding-top:1px;padding-bottom:1px;}
.btnWT.fs12 span{background-position:0 7px;}
.btnWT.disable b{color:#666;}
.btnWT.disable span{padding-right:15px;background:url(/jp/en/other/weather_info_dom/img_sites/common/icon_arrow_right_grey_01.png) 100% 50% no-repeat;}
.btnWT.disable:hover span,.btnWT.disable:focus span{text-decoration:none;cursor:default;}
.linkbtn.btnBox.btnRD{padding:0!important;text-align:left;}
/* box */
.box_typeA{border:2px solid #d0d0d0;padding:18px 18px 13px;}
.box_typeA > .ttlLv5{padding-top:0;}
.box_typeA .lBox{float:left;width:434px;padding-right:20px;}
.box_typeA .rBox{float:right;width:434px;padding-left:20px;border-left:1px solid #d0d0d0;}
.box_typeB .heading{background:#666;color:#fff;padding:8px 12px 6px;font-size:16px;font-weight:bold;line-height:1.7;}
.box_typeB .lBox_wrap .lBox{float:left;width:445px;margin-left:20px;}
.box_typeB .lBox_wrap .lBox:first-child{margin-left:0;}
.box_typeB > .inr{padding:15px 19px;border:1px solid #d0d0d0;}
.box_typeB .detailList li{text-align:center;display:inline-block;margin-left:30px;width:261px;background:#fff;padding:12px 10px;border:1px solid #d0d0d0;}
.box_typeB .detailList li:first-child{margin-left:0;}
.box_typeB .detailList li span{font-size:12px;display:block;}
.box_typeB .detailList li .txtLink{color:#cc0000;font-weight:bold;font-size:16px;display:inline-block;margin-top:10px;}
.box_typeB .boxList { margin:0 0 0 -20px; overflow:hidden; }
.box_typeB .boxList .inrBox { float:left; margin:20px 0 0 20px; }
.box_typeB .boxList .inrBox:nth-child(-n+2) { margin-top:0; }
.box_typeB .ttlLv3 .heading { font-size: 16px; line-height: 22px; font-weight: bold; padding-left: 10px; color: #333; margin-right: 15px;}
.box_typeB .ttlLv3.ttlRD .heading { border-left: 3px solid #cc0000; }
.box_typeC{background:#efefef;padding:15px 20px;}
.box_typeC > .ttlLv5{padding-top:0;}
.box_typeC .lBox{float:left;margin-right:20px;}
.box_typeC .head{float:left;margin-right:20px;width:248px;}
.box_typeC .rBox{float:right;}
.box_typeC .rBox.telUnit{width:620px;padding-left:20px;border-left:1px solid #d0d0d0;}
.box_typeC .head .rBox{width:108px;}
.box_typeD .heading{background:#666;border-bottom:3px solid #cc0000;color:#fff;padding:8px 12px 6px;font-size:16px;line-height:1.7;}
.box_typeD > .inr{padding:15px 19px;border:1px solid #d0d0d0;}
.box_typeE .heading{background:#e8e8e8;border:1px solid #d0d0d0;color:#333;padding:8px 12px 6px;font-size:16px;line-height:1.7;}
.box_typeE > .inr{padding:15px 19px;border:1px solid #d0d0d0;border-top:none;}
.box_info{border:1px solid #d3d3d3;display:table;width:100%;}
.box_info .heading,.box_info .inr{display:table-cell;vertical-align:middle;}
.box_info .heading{background:#666;color:#fff;text-align:center;vertical-align:middle;width:130px;font-size:16px;padding:20px;}
.box_info .inr{padding:20px;width:86.4%;}
.box_info.head_red {border: 1px solid #C00;}
.box_info.head_red .heading {background: #C00 none repeat scroll 0% 0%;}
.box_info.system_apology .heading{font-weight:bold;}
.box_info.system_apology .inr{padding:10px 20px;}
.box_campaign{border:1px solid #d3d3d3;}
.box_campaign .heading,.box_campaign .inr{display:table-cell;}
.box_campaign .heading{background:#e8e8e8;color:#cc0000;text-align:center;vertical-align:middle;width:170px;font-size:16px;}
.box_campaign .inr{padding:20px;}
.tmbUnit{padding:0!important;}
.tmbList li{padding:15px 20px;border-top:1px solid #d0d0d0;overflow:hidden;}
.tmbList li:first-child{border-top:none;}
.tmbList li .lBox{float:left;width:80px;border:1px solid #d0d0d0;}
.tmbList li .lBox img{vertical-align:bottom;}
.tmbList li .rBox{float:right;width:162px;}
.tmbList li .rBox span{display:block;}
.topicsList dt{margin-top:25px;}
.topicsList dd{margin-bottom:25px;}
/*-- table --*/
.table_typeA_01 table { width: 100% }
.table_typeA_01 table thead tr th,
.table_typeA_01 table thead tr td,
.table_typeA_01 table .table_title{ font-size: 16px; font-size: 1.6rem; line-height: 24px; line-height: 2.4rem; color: #ffffff; font-weight: bold; background: #666666; padding: 10px 15px; border-left: 1px solid #ffffff; }
.table_typeA_01 table thead tr th:first-child,
.table_typeA_01 table thead tr td:first-child{ border-left: none }
.table_typeA_01 table tbody tr th,
.table_typeA_01 table tbody tr td{ font-size: 14px; font-size: 1.4rem; line-height: 24px; line-height: 2.4rem; padding: 10px 15px; background: #f6f6f6; border-top: 1px solid #d0d0d0; border-left: 1px solid #d0d0d0; }
.table_typeA_01 table tbody tr th:first-child,
.table_typeA_01 table tbody tr td:first-child{ border-left: none }
.table_typeA_01 table tbody tr td.em { background: #fde8e8 }
.table_typeA_01 table tbody tr td .note { font-size: 12px; font-size: 1.2rem; line-height: 24px; line-height: 2.4rem; margin-top: 5px; }
.table_typeA_01 table tbody tr:first-child td { border-top: 1px solid #ffffff }
.table_typeA_01 table tbody tr .cell-color-1 { font-size: 16px; font-size: 1.6rem; line-height: 24px; line-height: 2.4rem; padding: 10px 15px; background: #666666; color: #ffffff; border-top: 1px solid #ffffff; border-left: none; font-weight: bold; }
.table_typeA_01 table tr .cell-empty { background: transparent }
.table_typeA_02 table { width: 100% }
.table_typeA_02 table tbody tr th { font-size: 16px; font-size: 1.6rem; line-height: 24px; line-height: 2.4rem; padding: 10px 15px; background: #666666; color: #ffffff; border-top: 1px solid #ffffff; border-left: none; font-weight: bold; }
.table_typeA_02 table tbody tr td { font-size: 14px; font-size: 1.4rem; line-height: 24px; line-height: 2.4rem; padding: 10px 15px; background: #f6f6f6; border-top: 1px solid #d0d0d0; border-left: 1px solid #d0d0d0; }
.table_typeA_02 table tbody tr td:first-child { border-left: none }
.table_typeA_02 table tbody tr td.em { background: #fde8e8 }
.table_typeA_02 table tbody tr td.tal { text-align: left }
.table_typeA_02 table tbody tr td.tac { text-align: center }
.table_typeA_02 table tbody tr td.tar { text-align: right }
.table_typeA_02 table tbody tr:first-child th, .table_typeA_02 table tbody tr:first-child td { border-top: 1px solid #ffffff }
.table_typeA_02.span-6 table tbody tr th, .table_typeA_02.span-6 table tbody tr td { width: 16.66% }
.table_typeA_02 table tbody tr .cell-color-1 { color: #333; background: #eaeaea; border-top: 1px solid #d0d0d0; border-left: 1px solid #d0d0d0; }
.table_typeA_02 table tbody tr:first-child .cell-color-1 { border-top: none; }
.table_typeA_02 table tbody tr td:first-child { border-left: none; }
.table_typeA_01.zebra  table tbody tr:nth-child(even) td,
.table_typeA_02.zebra  table tbody tr:nth-child(even) td{ background-color:#fff;}
.table_typeB_01 table { width: 100%; }
.table_typeA_01 table caption, .table_typeB_01 table caption { font-size: 16px; font-size: 1.6rem; line-height: 24px; line-height: 2.4rem; color: #ffffff; font-weight: bold; background: #666666; padding: 10px 15px; }
.table_typeB_01 table thead .head_glay th, .table_typeB_01 table thead .head_glay td { background: #eaeaea; color: #333; }
.table_typeB_01 table thead .head_glay:first-child th, .table_typeB_01 table thead .head_glay:first-child td{ border-top: 1px solid #ffffff }
.table_typeB_01 table thead .head_glay th:first-child, .table_typeB_01 table thead .head_glay td:first-child { border-left: none }
.table_typeB_01 table thead tr th { font-size: 16px; font-size: 1.6rem; line-height: 24px; line-height: 2.4rem; color: #ffffff; font-weight: bold; background: #666666; padding: 10px 15px; border-left: 1px solid #ffffff; }
.table_typeB_01 table thead tr th:first-child { border-left: none }
.table_typeB_01 table tbody tr th { font-size: 14px; font-size: 1.4rem; line-height: 24px; line-height: 2.4rem; padding: 10px 15px; background: #eaeaea; border-bottom: 1px solid #d0d0d0; border-left: 1px solid #d0d0d0; font-weight: bold; }
.table_typeB_01 table tbody tr th:first-child { border-left: none }
.table_typeB_01 table tbody tr td { font-size: 14px; font-size: 1.4rem; line-height: 24px; line-height: 2.4rem; padding: 10px 15px; background: #f6f6f6; border-bottom: 1px solid #d0d0d0; border-left: 1px solid #d0d0d0; }
.table_typeB_01 table tbody tr td:first-child { border-left: none }
.table_typeB_01 table tbody tr:first-child th, .table_typeB_01 table tbody tr:first-child td { border-top: 1px solid #ffffff }
.table_typeB_02 table { width: 100% }
.table_typeB_02 table thead tr th,
.table_typeB_02 table thead tr td{ font-size: 16px; font-size: 1.6rem; line-height: 24px; line-height: 2.4rem; color: #ffffff; font-weight: bold; background: #666666; padding: 10px 15px; border-left: 1px solid #ffffff; }
.table_typeB_02 table thead tr th:first-child,
.table_typeB_02 table thead tr td:first-child { border-left: none }
.table_typeB_02 table tbody tr th { font-size: 14px; font-size: 1.4rem; line-height: 24px; line-height: 2.4rem; padding: 10px 15px; background: #eaeaea; border-top: 1px solid #d0d0d0; border-left: none; font-weight: bold; }
.table_typeB_02 table tbody tr td { font-size: 14px; font-size: 1.4rem; line-height: 24px; line-height: 2.4rem; padding: 10px 15px; background: #f6f6f6; border-top: 1px solid #d0d0d0; border-left: 1px solid #d0d0d0; }
.table_typeB_02 table tbody tr td.em { background: #fde8e8 }
.table_typeB_02 table tbody tr:first-child th, .table_typeB_02 table tbody tr:first-child td { border-top: 1px solid #ffffff }
.table_typeB_01.zebra  table tbody tr:nth-child(even) td,
.table_typeB_02.zebra  table tbody tr:nth-child(even) td{ background-color:#fff;}
.c-table.c-width-auto table tbody tr th, .c-table.c-width-auto table tbody tr td, .table_typeB_02.c-width-auto table tbody tr th, .table_typeB_02.c-width-auto table tbody tr td { width: auto }
.table_typeB_02 table thead th:not(.gray) .txtLink {color:#fff;}
.table_typeB_02 table thead th[style*="#ccc"] .txtLink {color:#0f0f69;}
.table_typeB_02 table thead th .txtLink:hover {color:#ca0000;}
table tbody tr td.em, table tbody tr th.em { background: #fde8e8 }
table thead tr td.tal, table thead tr th.tal, table tbody tr td.tal, table tbody tr th.tal { text-align: left }
table thead tr td.tac, table thead tr th.tac, table tbody tr td.tac, table tbody tr th.tac { text-align: center }
table thead tr td.tar, table thead tr th.tar, table tbody tr td.tar, table tbody tr th.tar { text-align: right }
table .bdLGY{border-left:1px solid #d0d0d0!important;}
/*-- sp --*/
@media all and (max-width:739px) {
    .box_typeB .heading, .box_typeD .heading, .box_typeE .heading { padding:12px 12px 10px; font-size:18px; font-size: 1.8rem; line-height: 27px; line-height: 2.7rem; }
    .table_typeA_01 table { width: 100% }
    .table_typeA_01 table .table_title{ font-size: 18px; font-size: 1.8rem; line-height: 27px; line-height: 2.7rem; }
    .table_typeA_01 table tbody tr th,
    .table_typeA_01 table tbody tr td { border-left: none; }
    .table_typeA_01 table tbody tr td .note { font-size: 14px; font-size: 1.4rem; line-height: 27px; line-height: 2.7rem; }
    .table_typeA_01 table tbody tr:first-child td { border-top: none; }
    .table_typeA_01 table tbody tr .cell-color-1 { font-size: 18px; font-size: 1.8rem; line-height: 27px; line-height: 2.7rem; }
    .table_typeA_02 table tbody tr th { border-left: none; }
    .table_typeA_02 table tbody tr td { border-left: none; }
    .table_typeA_02 table tbody tr:first-child th, .table_typeA_02 table tbody tr:first-child td { border-top: 1px solid #d0d0d0; }
    .table_typeA_02 table tbody tr .cell-color-1 { border-left: none; }
    .table_typeB_01 table thead tr th { border-left: none; }
    .table_typeB_01 table tbody tr th { border-left: none; }
    .table_typeB_01 table tbody tr td { border-left: none; }
    .table_typeB_01 table tbody tr:first-child th, .table_typeB_01 table tbody tr:first-child td { border-top: 1px solid #d0d0d0; }
    .table_typeB_02 table { width: 100% }
    .table_typeB_02 table thead tr th,
    .table_typeB_02 table thead tr td{ border-left: none; }
    .table_typeB_02 table tbody tr th { border-left: none; }
    .table_typeB_02 table tbody tr td { border-left: none; }
    .table_typeB_02 table tbody tr:first-child th, .table_typeB_02 table tbody tr:first-child td { border-top: 1px solid #d0d0d0; }
    .table_typeA_01 table tbody tr th, .table_typeA_01 table tbody tr td,
    .table_typeA_02 table tbody tr th, .table_typeA_02 table tbody tr td,
    .table_typeA_02.type_rn table tbody tr th, .table_typeA_02.type_rn table tbody tr td,
    .table_typeB_01 table tbody tr th, .table_typeB_01 table tbody tr td,
    .table_typeB_02 table tbody tr th, .table_typeB_02 table tbody tr td{ display: block; font-size: 16px; font-size: 1.6rem; line-height: 27px; line-height: 2.7rem; }
}