@charset "shift_jis";
/*------------------------------
	mdl_cargoFee
------------------------------*/
.mgt60 {
  margin-top: 60px;
}

.mdl_cargoFee {
  padding-top: 60px;
  position: relative;
}
.mdl_cargoFeeinr {
  padding: 30px;
  background-color: #f2f2f2;
}

/*-- inputArea --*/
.mdl_cargoFee .mdl_inputArea {
  margin: 0 0 30px;
}
.mdl_cargoFee .mdl_inputRow {
	display: table;
  table-layout: fixed;
	width: 100%;
  margin-top: 10px;
}
.mdl_cargoFee .mdl_inputCell {
	display: table-cell;
	vertical-align: middle
}
.mdl_cargoFee .mdl_inputRow + .mdl_inputRow {
	margin-top: 20px;
}
.mdl_cargoFee .mdl_inputCell.bgRoute {
  background: url("/jalcargo/commonY18/img/bg_mdl_fee_route.png") no-repeat;
  background-position: calc(100% - 20px) center;
}
.mdl_cargoFee .mdl_inputBox {
	display: table;
}
.mdl_cargoFee .mdl_inputBox_head {
	display: table-cell;
	vertical-align: middle;
  min-width: 5em;
	font-size: 1.6rem;
	font-weight: bold;
}
.mdl_cargoFee .mdl_inputBox_body {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

/* select */
.mdl_cargoFee .mdl_select {
	display: inline-block;
	width: 240px;
	background: url("/jalcargo/commonY18/img/icon_arw_down_rd.png") no-repeat #fff;
	background-position: calc(100% - 17px);
  overflow: hidden;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}
.mdl_cargoFee .mdl_select select {
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	width:100%;
  min-width: 240px;
	height: 48px;
	border:none;
	background:transparent;
	padding:0 40px 0 20px;
	color:#333;
  font-size: 1.6rem;
	font-family: inherit;
	cursor:pointer;
}
.mdl_cargoFee .mdl_select select::-ms-expand {
	display:none;
}

/* textbox */
.mdl_cargoFee .mdl_textbox {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}
.mdl_cargoFee .mdl_textbox input[type="text"] {
	height: 48px;
  width: 240px;
  background: transparent;
	padding: 0 20px;
  font-size: 1.6rem;
	font-family: inherit;
  color: inherit;
}
.mdl_cargoFee .mdl_textbox input[type="text"].mdl_capacity {
  width: 80px;
  padding: 0 10px;
  text-align: right;
}
.mdl_cargoFee .mdl_textbox .mdl_unit {
  display: inline-block;
  vertical-align: middle;
  padding-right: 12px;
}
.mdl_cargoFee .mdl_name {
	display: inline-block;
  vertical-align: middle;
	font-size: 1.4rem;
}
.mdl_cargoFee .mdl_name + .mdl_textbox {
  margin-left: 8px;
}
.mdl_cargoFee .mdl_multiply {
	display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 2.4rem;
}

/* radio */
.mdl_cargoFee .mdl_radio {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.mdl_cargoFee .mdl_radio input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.mdl_cargoFee .mdl_radio .mdl_label {
	display: inline-block;
	padding-left: 30px;
}
.mdl_cargoFee .mdl_radio .mdl_label::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.75em;
	transition: all ease 0.1s;
}
.mdl_cargoFee .mdl_radio:hover .mdl_label::before,
.mdl_cargoFee .mdl_radio input[type="radio"]:focus + .mdl_label::before {
	border: 3px solid #c00;
}
.mdl_cargoFee .mdl_radio input[type="radio"]:checked + .mdl_label::before {
	border: 6px solid #c00;
}

/* calendar */
.mdl_cargoFee .mdl_calendar {
  width: 100%;
  min-width: 240px;
  display: table;
  height: 48px;
  padding: 0 40px 0 20px;
	background: url("/jalcargo/commonY18/img/icon_calendar_rd.png") no-repeat #fff;
	background-position: calc(100% - 15px);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}
.mdl_cargoFee .mdl_calendar .mdl_inr {
  display: table-cell;
  vertical-align: middle;
  padding-top: 0.2em;
  font-size: 1.6rem;
}

/* search */
.mdl_cargoFee .mdl_search {
	display: inline-block;
	width: 320px;
	text-align: center;
	background-color: #c00;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
  transition: background-color ease 0.2s;
}
.mdl_cargoFee .mdl_search .mdl_inr {
	display: inline-block;
	min-height: 70px;
	padding: 23px 0 23px 60px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	position: relative
}
.mdl_cargoFee .mdl_search .mdl_inr::before {
	content: "";
	display: inline-block;
	width: 52px;
	height: 52px;
	background: url("/jalcargo/commonY18/img/icon_mdl_fee_calc_bf.png") no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -26px;
}
.mdl_cargoFee .mdl_search .mdl_inr::after {
	content: "";
	display: inline-block;
	width: 52px;
	height: 52px;
	background: url("/jalcargo/commonY18/img/icon_mdl_fee_calc_af.png") no-repeat center center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -26px;
}
.mdl_cargoFee .mdl_search.triggered .mdl_inr::before {
	animation: spinning 1s infinite;
}
.mdl_cargoFee .mdl_search:hover,
.mdl_cargoFee .mdl_search:focus {
  background-color: #cb4e4e;
}
@keyframes spinning {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(-360deg);
	}
}

/*-- optional --*/
.mdl_optional_head {
  font-size: 1.6rem;
  font-weight: bold;
}
.mdl_optional_body {
  margin-top: 10px;
  padding: 20px 30px 30px;
  background-color: #fff;
}
.mdl_optional_boxes {
  margin-bottom: 30px;
  border-bottom: 1px dotted #d6d6d6;
}
.mdl_cargoFee .mdl_optional_sHead {
  margin-bottom: 20px;
  padding: 4px 0;
  border-bottom: 1px solid #d6d6d6;
  font-size: 1.6rem;
  font-weight: bold;
}
.mdl_cargoFee .mdl_optional_sHead .mdl_sub {
  margin-left: 1em;
  font-size: 1.2rem;
  font-weight: normal;
}
.mdl_cargoFee .mdl_optional_box {
  margin-bottom: 30px;
}
.mdl_cargoFee .mdl_radioList > li + li {
  margin-top: 10px;
}
.mdl_cargoFee .mdl_radioList.horizontal > li {
  display: inline-block;
  vertical-align: top;
}
.mdl_cargoFee .mdl_radioList.horizontal > li + li {
  margin: 0 0 0 30px;
}

/*-- resultArea --*/
.mdl_cargoFee .mdl_resultArea {
  padding: 10px 10px 0;
  background-color: #f2f2f2;
}
.mdl_cargoFee .mdl_resultAreaInr {
  padding: 18px;
  background-color: #fde8e8;
  border: 2px solid #d6d6d6;
}
.mdl_cargoFee .mdl_resultBox {
  display: table;
}
.mdl_cargoFee .mdl_resultBox_head {
  display: table-cell;
  vertical-align: baseline;
  padding-left: 32px;
  background: url("../img/icon_mdl_fee_calc_af_rd.png") no-repeat left center;
  font-size: 1.8rem;
  font-weight: bold;
}
.mdl_cargoFee .mdl_resultBox_body {
  display: table-cell;
  vertical-align: baseline;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
.mdl_cargoFee .mdl_resultBox_body .mdl_num {
  margin-right: 10px;
  font-size: 3.2rem;
  color: #c00;
}

/*-- other --*/
.mdl_cargoFee .mdl_error {
  margin-bottom: 20px;
  padding: 18px 28px;
  border: 2px solid #c00;
  color: #c00;
}
.mdl_cargoFee .mdl_guidance {
  margin-top: 10px;
}

/*  calendar
------------------------------*/
.reservation-selector-wrap {
  position: absolute;
  z-index: 1000;
}
.form-select-selector {
  position: absolute;
  z-index: 60;
  padding-top: 16px;
  -moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.4);
}
.form-selector-modal-header {
  background: #777;
  height: 35px;
  line-height: 35px;
  position: relative;
  overflow: hidden;
}
.form-selector-modal-header h2 {
  color: #fff;
  font-weight: normal;
  margin-left: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  margin-right: 20px;
}
.form-selector-modal-header h2 b {
  font-weight: bold;
}
.form-selector-modal-header p a {
  border-left: 1px dotted #a7a7a7;
  color: #fff;
  padding-left: 10px;
  font-size: 12px;
}
.form-selector-modal-header .i-arw-m-white-left {
  padding-right: 5px;
}
.form-selector-modal-header h2 a {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px dotted #a7a7a7;
  color: #fff;
  text-decoration: none;
}
.form-selector-modal-header .i-close-modal {
  position: absolute;
  right: 16px;
  top: 12px;
  display: block;
  width: 13px;
  height: 12px;
  background: url("/jalcargo/commonY18/img/icon_calendar_close.png") no-repeat 0 0;
  cursor: pointer;
  transition: opacity ease 0.2s;
}
.form-selector-modal-header .i-close-modal:hover {
  opacity: 0.7;
}
.calendar-selector {
  background: url("/jalcargo/commonY18/img/bg_calendar_header.png") no-repeat 208px 0;
}
.calendar-wrap .calendar-head {
  width: 232px;
  display: table;
  table-layout: fixed;
}
.calendar-wrap .calendar-head li {
  display: table-cell;
  height: 31px;
  text-align: center;
  line-height: 31px;
  text-decoration: none;
  border-left: 1px solid #fff;
}
.calendar-wrap .calendar-head li:first-of-type {
  color: #c00;
}
.calendar-wrap .calendar-head li:last-of-type {
  color: #004986;
}
.calendar-wrap .calendar li {
  float: left;
  margin: 0;
  padding: 0;
  width: 14.2%;
  width: -webkit-calc(100% / 7);
  width: calc(100% / 7);
}
.calendar-wrap .calendar a {
  display: block;
  width: 100%;
  height: 31px;
  text-align: center;
  line-height: 31px;
  text-decoration: none;
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  transition: background-color ease 0.2s;
}
.calendar-wrap .calendar a.is-today {
  background: #fae7e7;
}
.calendar-wrap .calendar a.is-before-today {
  color: #c1c1c1;
  cursor: default;
}
.calendar-wrap .calendar {
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  overflow: hidden;
}
.calendar-wrap .calendar .unselect a {
  color: #c1c1c1;
}
.calendar-wrap .calendar .today a {
  font-weight: bold;
}
.calendar-wrap .calendar a:hover {
  background: #ffffd0;
  color: #cc0000;
  text-decoration: underline;
}
.calendar-wrap .calendar .unselect a:hover {
  color: #c1c1c1;
  text-decoration: none;
  background-color: #fff;
}
.calendar-wrap .calendar .sat.unselect a:hover {
  background: #e7f5fa;
}
.calendar-wrap .calendar .sat.holiday.unselect a:hover {
  background: #fae7e7;
}
.calendar-wrap .calendar .sun.unselect a:hover, .calendar-wrap .calendar .sun.unselect a:hover {
  background: #fae7e7;
}
.calendar-wrap .calendar .interval a, .calendar-wrap .calendar .depDay a, .calendar-wrap .calendar .arrDay a, .calendar-wrap .calendar .depDay.arrDay a, .calendar-wrap .calendar .depDay a, .calendar-wrap .calendar .arrDay a, .calendar-wrap .calendar .depDay.arrDay a {
  background-color: #fdfd95 !important;
}
.calendar-selector-main {
  height: 275px;
  background: #fff;
  position: relative;
  padding: 0 20px;
}
.calendar-wrap {
  width: 232px;
  padding-top: 18px;
}
.calendar-wrap h3 {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.calendar-wrap h3>span {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: baseline;
  *zoom: 1;
}
.calendar-wrap h3>span.this-month {
  display: inline-block;
  zoom: 1;
  font-size: 13px;
  font-size: 1.3rem;
  background: #cc0000;
  color: #fff;
  margin-left: 3px;
  padding: 2px 5px;
  *padding: 0 5px;
  vertical-align: 2px;
  line-height: 12px;
  *line-height: 18px;
}
.calendar-navigation {
}
.calendar-navigation li {
  display: inline;
}
.calendar-navigation a {
  display: block;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 12px;
  transition: opacity ease 0.2s;
}
.calendar-navigation a:hover {
  opacity: 0.7;
}
.calendar-navigation .calendar-prev a {
  background-image: url("/jalcargo/commonY18/img/icon_calendar_prev.png");
  left: 20px;
}
.calendar-navigation .calendar-next a {
  background-image: url("/jalcargo/commonY18/img/icon_calendar_next.png");
  right: 20px;
}
.calendar-selector-footer {
  height: 72px;
  background: #efefef;
}
.calendar-selector-footer h2 {
  width: 184px;
  height: 72px;
  line-height: 72px;
  margin-left: 25px;
  float: left;
  display: inline;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.calendar-selector-footer ul {
  display: inline;
}
.calendar-selector-footer li {
  float: left;
  display: inline;
  width: 185px;
  height: 72px;
}
.calendar-selector-footer li:first-child {
  width: 165px;
}
.calendar-selector-footer p {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 18px;
  margin-bottom: 2px;
}
.calendar-selector-footer h3 {
  color: #ff0000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}