@charset "shift_jis";
/*------------------------------
	Component
------------------------------*/

/*	link
------------------------------*/
.txtLink {
  display: inline-block;
  padding-left: 18px;
  background: url("/jalcargo/commonY18/img/icon_arw_right_rd.png") no-repeat 1px 0.25em;
  color: #0f0f69;
  text-decoration: none;
}
.txtLink:hover {
  color: #ca0000;
  text-decoration: underline;
}
.txtLink.iconOther {
  background: none;
  position: relative;
}
.txtLink.iconOther .icon {
  position: absolute;
  left: 0;
  top: 4px;
}
.txtLink.iconPdf {
  background: url("/jalcargo/commonY18/img/icon_pdf_rd.png") no-repeat left 0.25em;
}
.txtLink.iconWrd {
  background: url("/jalcargo/commonY18/img/icon_word_bu.png") no-repeat left 0.25em;
}
.txtLink.iconXls {
  background: url("/jalcargo/commonY18/img/icon_excel_gn.png") no-repeat left 0.25em;
}
.txtLink.fcWT {
  background-image: url("/jalcargo/commonY18/img/icon_arw_right_wt.png");
}
.txtLink.iconOther.fcWT {
  background: none;
}
.txtLink.iconPdf.fcWT {
  background-image: url("/jalcargo/commonY18/img/icon_pdf_wt.png");
}
.txtLink.iconWrd.fcWT {
  background-image: url("/jalcargo/commonY18/img/icon_word_wt.png");
}
.txtLink.iconXls.fcWT {
  background-image: url("/jalcargo/commonY18/img/icon_excel_wt.png");
}

.linkList > li + li {
  margin-top: 0.5em;
}

a.hoverEff {
  transition: opacity ease 0.2s;
}
a.hoverEff:hover {
  opacity: 0.7;
}

/*	Button
------------------------------*/
.btnWT,
.btnBK,
.btnRD,
.btnCL {
  display: inline-block;
  min-width: 100px;
  min-height: 40px;
  padding: 9px 15px 8px 10px;
  text-align: center;
  transition: background-color ease 0.2s;
}
.btnWT .inr,
.btnBK .inr,
.btnRD .inr,
.btnCL .inr {
  display: inline-block;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left 0.25em;
}
.btnWT.iconOther .inr,
.btnBK.iconOther .inr,
.btnRD.iconOther .inr,
.btnCL.iconOther .inr {
  background: none;
  position: relative;
}
.btnWT.iconOther .icon,
.btnBK.iconOther .icon,
.btnRD.iconOther .icon,
.btnCL.iconOther .icon {
  position: absolute;
  left: 0;
  top: 4px;
}
.btnWT:hover .inr,
.btnBK:hover .inr,
.btnRD:hover .inr,
.btnCL:hover .inr {
  text-decoration: underline;
}

/* color */
.btnWT {
  padding: 8px 14px 7px 9px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
}
.btnBK {
  background-color: #444;
  color: #fff;
}
.btnRD {
  background-color: #c00;
  color: #fff;
}
.btnCL {
  padding: 8px 14px 7px 9px;
  border: 1px solid #fff;
  color: #fff;
}

/* icon */
.btnWT .inr {
  background-image: url("/jalcargo/commonY18/img/icon_arw_right_rd.png");
}
.btnBK .inr,
.btnRD .inr,
.btnCL .inr {
  background-image: url("/jalcargo/commonY18/img/icon_arw_right_wt.png");
}
.btnWT.iconPdf .inr {
  background-image: url("/jalcargo/commonY18/img/icon_pdf_rd.png");
}
.btnWT.iconWrd .inr {
  background-image: url("/jalcargo/commonY18/img/icon_word_bu.png");
}
.btnWT.iconXls .inr {
  background-image: url("/jalcargo/commonY18/img/icon_excel_gn.png");
}
.btnBK.iconPdf .inr,
.btnRD.iconPdf .inr,
.btnCL.iconPdf .inr {
  background-image: url("/jalcargo/commonY18/img/icon_pdf_wt.png");
}
.btnBK.iconWrd .inr,
.btnRD.iconWrd .inr,
.btnCL.iconWrd .inr {
  background-image: url("/jalcargo/commonY18/img/icon_word_wt.png");
}
.btnBK.iconXls .inr,
.btnRD.iconXls .inr,
.btnCL.iconXls .inr {
  background-image: url("/jalcargo/commonY18/img/icon_excel_wt.png");
}
.btnWT.iconDown .inr {
  background-image: url("/jalcargo/commonY18/img/icon_anc_rd.png");
}
.btnBK.iconDown .inr,
.btnRD.iconDown .inr,
.btnCL.iconDown .inr {
  background-image: url("/jalcargo/commonY18/img/icon_anc_wt.png");
}
.btnWT.iconWindow .inr {
  background-image: url("/jalcargo/commonY18/img/icon_window_rd.png");
}

/* :hover */
.btnWT:hover {
  background-color: #f3f3f3;
}
.btnBK:hover {
  background-color: #666;
}
.btnRD:hover {
  background-color: #cb4e4e;
}
.btnCL:hover {
  background: rgba(255, 255, 255, 0.2);
}

/*-- btnList --*/
.btnList_typeA {
  letter-spacing: -0.4em;
}
.btnList_typeA > li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.btnList_typeA > li + li {
  margin-left: 10px;
}

.btnList_typeB > li + li {
  margin-top: 10px;
}

/*	List
------------------------------*/
/*-- txtList --*/
.txtList > li {
  padding-left: 1em;
  text-indent: -1em;
}
.txtList > li::before {
  content: "\0030fb" /* &middot; */
}
.txtList > li + li {
  margin-top: 0.5em;
}

/*-- numList --*/
.numList {
  list-style: decimal outside none;
  padding-left: 2em;
}
.numList > li + li {
  margin-top: 0.5em;
}

.numList_brackets > li {
  padding-left: 2.0em;
}
.numList_brackets > li > .listMark {
  display: inline-block;
  width: 2.0em;
  margin-left: -2.0em;
}
.numList_brackets > li + li {
  margin-top: 0.5em;
}
.numList_brackets.numDouble > li {
  padding-left: 2.5em;
}
.numList_brackets.numDouble > li > .listMark {
  width: 2.5em;
  margin-left: -2.5em;
}
.numList_brackets.numDouble > li + li {
  margin-top: 0.5em;
}

/*-- noteList --*/
.noteList > li {
  padding-left: 1.2em;
}
.noteList > li > .listMark {
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.noteList > li + li {
  margin-top: 0.5em;
}

.noteList_star > li {
  padding-left: 1em;
}
.noteList_star > li > .listMark {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.noteList_star > li + li {
  margin-top: 0.5em;
}
.noteList_star.numSingle > li {
  padding-left: 1.5em;
}
.noteList_star.numSingle > li > .listMark {
  width: 1.5em;
  margin-left: -1.5em;
}
.noteList_star.numDouble > li {
  padding-left: 2em;
}
.noteList_star.numDouble > li > .listMark {
  width: 2em;
  margin-left: -2em;
}
.noteList_star.numSingle.hasBrackets > li {
  padding-left: 2.5em;
}
.noteList_star.numSingle.hasBrackets > li > .listMark {
  width: 2.5em;
  margin-left: -2.5em;
}
.noteList_star.numDouble.hasBrackets > li {
  padding-left: 3em;
}
.noteList_star.numDouble.hasBrackets > li > .listMark {
  width: 3em;
  margin-left: -3em;
}

/*-- faqList --*/
.faqList_question,
.faqList_answer {
  padding: 10px 10px 10px 42px;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border: 1px solid #d0d0d0;
}
.faqList_question {
  background-image: url("/jalcargo/commonY18/img/icon_faq_question.png");
  background-color: #f2f2f2;
  border: 1px solid #d0d0d0;
  font-weight: bold;
}
.faqList_answer {
  background-image: url("/jalcargo/commonY18/img/icon_faq_answer.png");
  background-color: #fff;
  border-top: 0;
}
.faqList_answer + .faqList_question {
  margin-top: 20px;
}

/*	breadCrumbs
------------------------------*/
.breadCrumbs {
  width: 100%;
  background: #696969;
}
.breadCrumbs .links {
  letter-spacing: -0.4em;
  width: 950px;
  margin: 0 auto;
}
.breadCrumbs .links li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  height: 30px;
  color: #fff;
  padding: 3px 30px 4px 15px;
  background: url("/jalcargo/commonY18/img/bg_bread_arw.png") no-repeat right 0;
}
.breadCrumbs .links li a {
  display: inline-block;
  padding-left: 16px;
  background: url("/jalcargo/commonY18/img/icon_arw_right_wt.png") no-repeat 0 4px;
  color: inherit;
}
.breadCrumbs .links li:first-child {
  padding-left: 0;
}
.breadCrumbs .links li:last-child {
  padding-right: 0;
  background: none;
}
.breadCrumbs .links li:last-child a {
  padding-left: 0;
  background: none;
}
.breadCrumbs .links li a:hover {
  text-decoration: underline;
}

/*	title
------------------------------*/
.bigTtl {
  width: 100%;
  min-width: 950px;
  height: 180px;
  margin-bottom: 40px;
  background-color: #d4e7f6;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.bigTtl .image {
  min-width: 1440px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bigTtl .image::after {
  content: "";
  display: block;
  background: url("/jalcargo/commonY18/img/bg_bigttl_layer.png") repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bigTtl .inr {
  width: 950px;
  height: 180px;
  margin: 0 auto;
  padding: 38px 0 60px 54px;
  background-repeat: no-repeat;
  background-position: 0 27px;
  position: relative;
  color: #fff;
  text-shadow:0px 0px 4px #000;
}
.bigTtl .category .ja {
  font-size: 2.4rem;
}
.bigTtl .category .en {
  margin-left: 20px;
  font-size: 1.6rem;
}
.bigTtl .heading {
  margin-top: 4px;
  font-size: 3.0rem;
  line-height: 1.3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 1.4em;
}
/*-- inter dom support --*/
.bigTtl.inter .inr,
.bigTtl.dom .inr,
.bigTtl.support .inr {
  height: auto;
}
#inter .bigTtl .inr .heading,
.bigTtl.inter .heading,
.bigTtl.dom .heading,
.bigTtl.support .heading {
  position: static;
}
.bigTtl.inter .inr {
  background-image: url("/jalcargo/commonY18/img/icon_bigttl_inter.png");
}
.bigTtl.dom .inr {
  background-image: url("/jalcargo/commonY18/img/icon_bigttl_dom.png");
}
/*-- .bigTtl.noLayer --*/
.bigTtl.noLayer {
  width: 100%;
  min-width: 950px;
  height: 180px;
  margin-bottom: 40px;
  background-color: #344a5a;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.bigTtl.noLayer .image {
  min-width: 0;
  width: 950px;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(0%);
  margin: 0 auto;
}
.bigTtl .image::after {
  content: "";
  display: none;
}

.pageTtl {
  background: #eaeaea;
  margin-bottom: 40px;
}

.pageTtl .heading{
  width: 950px;
  margin: 0 auto;
  padding: 28px 0;
}
.pageTtl .heading .main {
  font-size: 3.0rem;
  line-height: 1.5;
}
.pageTtl .heading .lead{
  margin-top: 4px;
  font-size: 1.8rem;
}
.pageTtl .heading.iconAirplane{
  padding-left: 60px;
  background: url("/jalcargo/commonY18/img/icon_airplane_rd.png") no-repeat 0 28px;
}

.ttlLv2 {
  margin-bottom: 30px;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}
.ttlLv2 .heading {
  font-size: 2.4rem;
  border-bottom: 4px solid #cc0000;
  line-height: 1.5;
  padding-bottom: 9px;
}
.ttlLv2 .heading:after {
  content: "";
  display: block;
  height: 4px;
  width: 950px;
  position: absolute;
  border-bottom: 4px solid #d0d0d0;
  bottom: 0;
  left: 200px;
  transform-origin:0 100%;
  transform:skewX(25deg);
}
.ttlLv2 .link {
  position: absolute;
  right: 0;
  bottom: 13px;
}

.ttlLv3 {
  padding-top: 40px;
  margin-bottom: 15px;
}
.ttlLv3 .heading {
  padding: 2px 0 0 7px;
  border-left: 3px solid #cc0000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.ttlLv4 {
  padding-top: 30px;
  margin-bottom: 10px;
}
.ttlLv4 .heading {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

/*	tabs
------------------------------*/
.tabs_parent {
  overflow: hidden;
  padding: 60px 0 10px;
  display: table;
}
.tabs_parent > li {
  width: 474px;
  background: #e6e6e6;
  border-left: 2px solid #fff;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.tabs_parent > li:first-child {
  border-left: none;
}
.tabs_parent > li.js-current {
  background: #cc0000;
  position: relative;
}
.tabs_parent > li > a {
  display: block;
  background: #e6e6e6;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 0 14px;
  text-decoration: none!important;
  text-align: center;
}
.tabs_parent > li.js-current > a {
  background: #cc0000;
  color: #ffffff;
  position: relative;
}
.tabs_parent > li.js-current:after {
  position: absolute;
  content: "";
  bottom: -14px;;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  background: url("/jalcargo/commonY18/img/icon_arrow_tab_red.png") 0 0 no-repeat;
}
.tabs_parent > li > a .inr {
  padding-right: 22px;
  background: url("/jalcargo/commonY18/img/icon_arw_down_rd.png") no-repeat right center;
}
.tabs_parent > li.js-current > a .inr {
  background: url("/jalcargo/commonY18/img/icon_arw_down_wt.png") no-repeat right center;
}

.tabs_parent.bottom {
  padding: 10px 0 60px;
}
.tabs_parent.bottom > li.js-current:after {
  bottom: auto;
  top: -14px;
  background-image: url("/jalcargo/commonY18/img/icon_arrow_tab_btm_red.png");
}
.tabs_parent.bottom > li > a .inr {
  background-image: url("/jalcargo/commonY18/img/icon_arw_up_rd.png");
}
.tabs_parent.bottom > li.js-current > a .inr {
  background-image: url("/jalcargo/commonY18/img/icon_arw_up_wt.png");
}

/*	accordion
------------------------------*/
.accordion {
  border: 1px solid #d0d0d0;
}
.accordion_head {
  min-height: 40px;
  padding: 8px 110px 7px 20px;
  background-color: #666;
  position: relative;
  color: #fff;
  cursor: pointer;
}
.accordion_head .heading {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.accordion_head .btn {
  min-width: 70px;
  padding-left: 27px;
  background: url("/jalcargo/commonY18/img/icon_accordion_open.png") no-repeat left center;
  border: none;
  text-align: left;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
}
.accordion_head .btn.js-open {
  background-image: url("/jalcargo/commonY18/img/icon_accordion_close.png");
}
.accordion_body {
  padding: 20px;
  border-top: 1px solid #d0d0d0;
}

/*	table
------------------------------*/
.table_typeA_01 table,
.table_typeA_02 table,
.table_typeB_01 table,
.table_typeB_02 table {
  border: 1px solid #d0d0d0;
}
.table_typeA_01 table th,
.table_typeA_01 table td,
.table_typeA_02 table th,
.table_typeA_02 table td,
.table_typeB_01 table th,
.table_typeB_01 table td,
.table_typeB_02 table th,
.table_typeB_02 table td {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #d0d0d0;
}
.table_typeA_01 table thead th,
.table_typeA_01 table thead td,
.table_typeA_01 table thead td.heading,
.table_typeA_02 table tbody th,
.table_typeA_02 table tbody td.heading,
.table_typeB_01 table thead th,
.table_typeB_01 table thead td,
.table_typeB_01 table thead td.heading,
.table_typeB_02 table thead th,
.table_typeB_02 table thead td,
.table_typeB_02 table thead td.heading {
  background-color: #666;
  color: #fff;
}
.table_typeB_01 table tbody th,
.table_typeB_01 table tbody td.heading,
.table_typeB_02 table tbody th,
.table_typeB_02 table tbody td.heading {
  background-color: #f2f2f2;
}

.table_typeA_01.tlF table,
.table_typeA_02.tlF table,
.table_typeB_01.tlF table,
.table_typeB_02.tlF table {
  table-layout: fixed;
}
.table_typeA_01 table th.narrow,
.table_typeA_01 table td.narrow,
.table_typeA_02 table th.narrow,
.table_typeA_02 table td.narrow,
.table_typeB_01 table th.narrow,
.table_typeB_01 table td.narrow,
.table_typeB_02 table th.narrow,
.table_typeB_02 table td.narrow {
  padding: 10px 5px;
}
.table_typeA_01 table .note,
.table_typeA_02 table .note,
.table_typeB_01 table .note,
.table_typeB_02 table .note {
  display: block;
  text-align: left;
  font-size: 1.2rem;
}

/*	box
------------------------------*/
/*-- box_typeA --*/
.box_typeA {
  padding: 10px;
  border: 2px solid #d0d0d0;
}

/*-- typeB --*/
.box_typeB {
  border: 1px solid #d0d0d0;
}
.box_typeB > .heading {
  min-height: 40px;
  padding: 8px 20px 7px;
  background: #666;
  color: #fff;
  font-size: 1.6rem;
  border-bottom: 1px solid #d0d0d0;
  line-height: 1.5;
}
.box_typeB > .inr {
  padding: 20px;
}
.box_typeB .lBox {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.box_typeB .rBox {
  float: right;
  width: 50%;
  padding-left: 10px;
}

/*-- box_info --*/
.box_info {
  margin-top: 10px;
}
.box_info.head_red{
  display: table;
  width: 100%;
  border: 1px solid #C00;
}
.box_info .heading, .box_info .inr {
  display: table-cell;
  vertical-align: middle;
}
.box_info .heading {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 130px;
  font-size: 1.6rem;
  padding: 20px;
  background: #C00 none repeat scroll 0% 0%;
}
.box_info .inr {
  padding: 20px;
  width: 86.4%;
}

/*-- stepBox --*/
.stepBox {
  display: table;
  width: 100%;
  border: 1px solid #d0d0d0;
}
.stepBox_row {
  display: table-row;
}
.stepBox_head {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  padding: 50px 0 30px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.stepBox_head::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 65px 0 65px;
  position: absolute;
  top: 0;
  left: 0;
}
.stepBox_body {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 20px;
  border-bottom: 2px dotted #d1d1d1;
}
.stepBox_row:first-of-type .stepBox_head {
  padding-top: 30px;
}
.stepBox_row:first-of-type .stepBox_head::before {
  display: none;
}
.stepBox_row:last-of-type .stepBox_body {
  border-bottom: none;
}

/* color */
.stepBox .stepBox_row:nth-of-type(1) .stepBox_head { background-color: #df6b71; }
.stepBox .stepBox_row:nth-of-type(2) .stepBox_head { background-color: #d53942; }
.stepBox .stepBox_row:nth-of-type(2) .stepBox_head::before { border-color: #df6b71 transparent transparent transparent; }
.stepBox .stepBox_row:nth-of-type(3) .stepBox_head { background-color: #800d10; }
.stepBox .stepBox_row:nth-of-type(3) .stepBox_head::before { border-color: #d53942 transparent transparent transparent; }
.stepBox.step5 .stepBox_row:nth-of-type(1) .stepBox_head { background-color: #d98e8B; }
.stepBox.step5 .stepBox_row:nth-of-type(2) .stepBox_head { background-color: #df6b71; }
.stepBox.step5 .stepBox_row:nth-of-type(2) .stepBox_head::before { border-color: #d98e8B transparent transparent transparent; }
.stepBox.step5 .stepBox_row:nth-of-type(3) .stepBox_head { background-color: #d53942; }
.stepBox.step5 .stepBox_row:nth-of-type(3) .stepBox_head::before { border-color: #df6b71 transparent transparent transparent; }
.stepBox.step5 .stepBox_row:nth-of-type(4) .stepBox_head { background-color: #800d10; }
.stepBox.step5 .stepBox_row:nth-of-type(4) .stepBox_head::before { border-color: #d53942 transparent transparent transparent; }
.stepBox.step5 .stepBox_row:nth-of-type(5) .stepBox_head { background-color: #5e0003; }
.stepBox.step5 .stepBox_row:nth-of-type(5) .stepBox_head::before { border-color: #800d10 transparent transparent transparent; }

/*	column
------------------------------*/
/*-- clm_2col --*/
.clm_2col {
  letter-spacing: -0.4em;
}
.clm_2col > .col {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 460px;
}
.clm_2col > .col:nth-of-type(even) {
  margin-left: 30px;
}
.clm_2col > .col:nth-of-type(n+3) {
  margin-top: 30px;
}

.clm_2col_L400 {
  display: table;
  width: 100%;
}
.clm_2col_L400 > .col {
  display: table-cell;
  vertical-align: top;
}
.clm_2col_L400 > .col:nth-of-type(1) {
  width: 400px;
}
.clm_2col_L400 > .col:nth-of-type(2) {
  padding-left: 55px;
}

/*-- clm_3col --*/
.clm_3col {
  letter-spacing: -0.4em;
}
.clm_3col > .col {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-left: 25px;
}
.clm_3col > .col:nth-of-type(3n+1) {
  margin-left: 0;
}
.clm_3col > .col:nth-of-type(n+4) {
  margin-top: 25px;
}

/*-- clm_4col --*/
.clm_4col {
  letter-spacing: -0.4em;
}
.clm_4col > .col {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 215px;
  margin-left: 30px;
}
.clm_4col > .col:nth-of-type(4n+1) {
  margin-left: 0;
}
.clm_4col > .col:nth-of-type(n+5) {
  margin-top: 30px;
}

/*	ancNav
------------------------------*/
.ancNav {
  padding: 13px;
  border: 2px solid #d0d0d0;
  /* background-color: #f6f6f6; */
  overflow: hidden;
}
.ancNav_list {
  letter-spacing: -0.4em;
  margin: -10px 0 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.ancNav_list > li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 10px 0 0 10px;
}
.ancNav_list > li > a {
  display: block;
  height: 100%;
  min-height: 46px;
  padding: 11px 10px 10px 43px;
  border: 1px solid #d0d0d0;
  background: url("/jalcargo/commonY18/img/icon_anc_rd.png") no-repeat 20px 14px #fff;
  transition: background-color ease 0.2s;
}
.ancNav_list > li > a:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}

/*	Magnific Popup
------------------------------*/
.modal_wrapper {
  width: 990px;
  margin: 60px auto;
  padding: 40px 20px;
  background-color: #fff;
}
button.mfp-close {
  width: 40px;
  height: 40px;
  background: url("/jalcargo/commonY18/img/icon_modal_close.png") no-repeat center center;
  top: 10px;
  right: 50%;
  margin-right: -495px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 1;
  transition: opacity ease 0.2s;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 0.7;
}
.mfp-close:active {
  top: 10px;
}

/* fade */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* linkList_block */
.linkList_block {
  padding: 13px;
  border: 2px solid #d0d0d0;
  overflow: hidden;
}
.linkList_block > li {
  float: left;
}

