#pageWrapper.cheaper #contentWrapper .inner02 { background: url(/kanto/web/common/images/bg_contents_02.png) top center no-repeat; }
#pageWrapper.cheaper #cheaperArea {
  width: 958px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 1px 1px 3px #a6d1e4;
  -moz-box-shadow: 1px 1px 3px #a6d1e4;
  -webkit-box-shadow: 1px 1px 3px #a6d1e4;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-left: 1px solid #b9dceb;
  border-top: 1px solid #b9dceb;
  padding-bottom: 20px;
}
#cheaperArea h3 {
  color: #ffffff;
  font-size: 190%;
  font-weight: bold;
  line-height: 1.5;
  background: #0772c5;
  border-radius: 2px 2px 0 0 / 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0 / 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0 / 2px 2px 0 0;
  padding: 10px 24px 8px;
}
#cheaperArea .column_box { padding-bottom: 30px; }
#cheaperArea h4 {
  width: 860px;
  color: #0772c5;
  font-size: 190%;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 3px solid #0772c5;
  padding: 0 0 10px 60px;
  margin: 30px auto 18px;
  position: relative;
}
#cheaperArea h4:before {
  position: absolute;
  top: -8px;
  left: 0;
}
#cheaperArea h4.ASI:before { content: url(/kanto/web/images/index_ico_asi_01.gif); }
#cheaperArea h4.HGS:before { content: url(/kanto/web/images/index_ico_bch_01.gif); }
#cheaperArea h4.USA:before { content: url(/kanto/web/images/index_ico_usa.gif); }
#cheaperArea h4.OCE:before { content: url(/kanto/web/images/index_ico_oce.gif); }
#cheaperArea h4.EUR:before { content: url(/kanto/web/images/index_ico_eur.gif); }
#cheaperArea h4.AFR:before { content: url(/kanto/web/images/index_ico_afr.gif); }
/* #cheaperArea h4:after {
  content: url(/kanto/web/images/cheaper_ico_popular_date.png);
  position: absolute;
  right: 51px;
  bottom: 5px;
} */
#cheaperArea .country_box {
  width: 900px;
  margin: 0 auto;
  clear: both;
}
#cheaperArea .country_box .country_name {
  color: #0772c5;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.4;
  text-indent: 0.5em;
  padding: 10px 0;
}
#cheaperArea .country_box .country_name .city_box {
  margin-top: -1.4em;
  background: url(/kanto/web/images/index_line_news.gif) bottom left repeat-x;
  padding: 0 0 3px 180px;
}
#cheaperArea .country_box .city_list {
  margin-bottom: 10px;
  overflow: hidden;
}
#cheaperArea .country_box .city_list a {
  color: #12386b;
  text-decoration: none;
}
#cheaperArea .country_box .city_list a.bottomLink:hover,
#cheaperArea .country_box .city_list a.popularDate:hover { text-decoration: underline; }
#cheaperArea .country_box .city_list a.popularDate:hover .date,
#cheaperArea .country_box .city_list a.bottomLink:hover .adult_gross,
#cheaperArea .country_box .city_list a.bottomLink:hover .city_name,
#cheaperArea .country_box .city_list a.popularDate:hover .adult_gross { text-decoration: underline; }
#cheaperArea .country_box .city_list a.bottomLink {
  /*display: inline-block;*/
  display: block;
  float: left;
  width: 350px;
  position: relative;
  overflow: hidden;
}
#cheaperArea .country_box .city_list a.bottomLink .city_name {
  display: block;
  float: left;
  width: 210px;
  text-indent: 0;
}
#cheaperArea .country_box .city_list a.bottomLink .adult_gross {
  display: block;
  float: left;
  color: #e00029;
  /*position: absolute;*/
  width: 140px;
  /*right: 0;*/
  text-align: right;
}
#cheaperArea .country_box .city_list a.popularDate {
  /*display: inline-block;*/
  display: block;
  float: left;
  width: 290px;
  color: #0057a8;
  text-align: right;
  position: relative;
  padding-left: 60px;
}
#cheaperArea .country_box .city_list a.popularDate .date {
  position: absolute;
  right: 170px;
}
#cheaperArea .country_box .city_list a.popularDate .date:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin: -7px 0 0 20px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #0057a8;
}
#cheaperArea .country_box .city_list a.popularDate .adult_gross { color: #0057a8; }

#cheaperArea_nav {
	width: 860px;
	margin : 20px auto 40px;
  }
  #cheaperArea_nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 80%;
  }
  #cheaperArea_nav > ul > li {
	padding: 0 15px 0 20px;
	position: relative;
  }
  #cheaperArea_nav > ul > li::after {
	content: '';
	position: absolute;
	top: 0;
	right: -9px;
	width: 0;
	height: 100%;
	border-right: 2px solid #add7ea;
  }
  #cheaperArea_nav > ul > li:first-child::before {
	content: '';
	position: absolute;
	top: 0;
	left: -15px;
	width: 0;
	height: 100%;
	border-right: 2px solid #add7ea;
  }
  #cheaperArea_nav > ul > li > a {
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
	font-weight: bold;
	width: 100%;
	color: #0772c5;
	text-decoration: none;
	position: relative;
  }
  #cheaperArea_nav > ul > li > a::before {
	content: '';
	background-image: url(/kanto/web/images/nav_arrow.png);
	width: 15px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: -18px;
  }