@charset "iso-8859-1";
/*------------------------------
	Office
------------------------------*/
.office .symbol {
  font-size: 2.4rem;
  line-height: 1;
  vertical-align: bottom;
}
/*-- lastUpdate --*/
.office .lastUpdate{
  margin-bottom: 10px;
  text-align: right;
}

/*-- airportInfo --*/
.office .airportInfo {
  display: table;
  width: 100%;
}
.office .airportInfo_image {
  display: table-cell;
  vertical-align: top;
  width: 400px;
}
.office .airportInfo_content {
  display: table-cell;
  vertical-align: top;
  padding-left: 55px;
}
.office .airportInfo .infoBox {
  overflow: hidden;
}
.office .airportInfo .infoBox_heading {
  float: left;
  width: 110px;
  margin: 0;
  padding: 0 10px 0 0;
}
.office .airportInfo .infoBox_content {
  margin-left: 110px;
}
.office .airportInfo .infoBox + .infoBox {
  margin-top: 30px;
}
.office .airportInfo .radiusIcon {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border: 1px solid #333;
  padding: 0 20px;
  border-radius: 4px;
}

/*-- airportList --*/
.office .accordion_body.hasAirportList {
  padding: 0;
}
.office .airportList_block {
  display: table;
  width: 100%;
  background-color: #f2f2f2;
}
.office .airportList_block + .airportList_block {
  border-top: 1px solid #d0d0d0;
}
.office .airportList_head {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  padding: 10px;
  text-align: center;
}
.office .airportList_head .heading {
  padding-top: 40px;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 1.6rem;
}
.office .airportList_head .heading.truck {
  background-image: url("../img/icon_truck.png");
}
.office .airportList_head .heading.airplane {
  background-image: url("../img/icon_airplane.png");
}
.office .airportList_body {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  background: #fff;
}
.office .airportList_body .txtList {
  letter-spacing: -0.4em;
}
.office .airportList_body .txtList > li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding-right: 1em;
}
.office .airportList_body .txtList > li:nth-of-type(2),
.office .airportList_body .txtList > li:nth-of-type(3) {
  margin-top: 0;
}
.office .airportList_body .txtList.col2 > li {
  width: 50%;
}
.office .airportList_body .txtList.col2 > li:nth-of-type(3) {
  margin-top: 0.5em;
}
.office .airportList_sHead {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.office .airportList_sHead .heading {
  font-size: 1.6rem;
  border-bottom: 2px solid #cc0000;
  line-height: 1.5;
  padding-bottom: 9px;
}
.office .airportList_sHead .heading:after {
  content: "";
  display: block;
  height: 2px;
  width: 950px;
  position: absolute;
  border-bottom: 2px solid #d0d0d0;
  bottom: 0;
  left: 155px;
  transform-origin:0 100%;
  transform:skewX(25deg);
}
.office .airportList_body .txtList + .airportList_sHead {
  margin-top: 20px;
}

/*-- Adjust margins --*/
.office .departure .section:nth-of-type(1) .ttlLv2,
.office .arrival .section:nth-of-type(1) .ttlLv2 {
  padding-top: 40px;
}
.office .departure .accordion + .section:nth-of-type(1) .ttlLv2,
.office .arrival .accordion + .section:nth-of-type(1) .ttlLv2 {
  padding-top: 60px;
}
.office .departure .accordion,
.office .arrival .accordion {
  margin-top: 20px;
}
.office .departure .section + .accordion,
.office .arrival .section + .accordion {
  margin-top: 60px;
}
.table_typeB_02.multiHead02 th:first-child{background-color:#E5E5E5;}

/*  index
------------------------------*/
.office .placeBox {
  border: 4px solid #d0d0d0;
}
.office .placeBox + .placeBox {
  margin-top: 20px;
}
.office .placeBox > .inr {
  display: block;
  padding: 20px 45px 20px 80px;
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
.office .placeBox > a.inr {
  position: relative;
  transition: background-color ease 0.2s;
}
.office .placeBox > a.inr::after {
  content: "";
  display: block;
  width: 25px;
  height: 100%;
  background: url("/en/jalcargo/commonY18/img/icon_arw_right_wt.png") no-repeat center center #c00;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.office .placeBox > a.inr:hover {
  background-color: #f2f2f2;
}
.office .placeBox > .inr > .heading {
  font-size: 1.6rem;
  font-weight: bold;
}
.office .placeBox > .inr > .content {
  margin-top: 10px;
}
.office .placeBox .radiusIcon {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-top: 10px;
  padding: 0 20px;
  border: 1px solid #333;
  border-radius: 4px;
}
.office .placeBox .content .radiusIcon:first-of-type {
  margin-top: 0;
}
.office .placeBox .radiusIcon + .data {
  margin-top: 5px;
}
.office .placeBox.airport > .inr {
  background-image: url("../img/icon_place_airplane.png");
}
.office .placeBox.office > .inr {
  background-image: url("../img/icon_place_office.png");
}
.office .placeBox .transferWrap {
  padding: 16px;
  border-top: 1px solid #c8c8c8;
}
.office .placeBox .transferWrap .accordion {
  margin-top: 10px;
}
.office .placeBox > .inr.hasMap {
  position: relative;
  padding-right: 285px;
}
.office .placeBox > .inr.hasMap .map {
  position: absolute;
  bottom: 20px;
  right: 20px;
}