*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body {
	min-width: 100%;
}

img[src*="/world/work_area/preview_txt.gif"] {
    display: none;
}

#contents {
	min-width: 100%;
	margin: 0!important;
	padding: 0!important;
}
#contents img {
	width: 100%;
	height: auto;
}
#contents .cabin img, #contents .wifi img{
	width: auto;
	vertical-align: middle;
}
.mainArea {
	background-image: url(/arl/en/japanflight/assets/img/usa-banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mainArea.aus {
	background-image: url(/arl/en/japanflight/assets/img/aus-banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mainArea .mainInr {
	width: 100%;
	margin: 0 auto;
	padding: 60px 15px;
}
.mainHeader {
	color: #fff;
	font-family: Avenir;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	letter-spacing: -0.4em;
}
.mainHeader span {
	letter-spacing: normal;
}
.mainHeader .dot {
	width: 9px;
	height: 9px;
	background-color: #fff;
	opacity: .5;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
	top: -7px;
}
.mainHeader .dot.dot01 {
	opacity: .5;
	margin-left: 8px;
}
.mainHeader .dot.dot02 {
	margin-left: 8px;
	opacity: .8;
}
.mainHeader .dot.dot03 {
	opacity: .8;
}
.mainHeader .dot.dot04 {
	opacity: .5;
	margin-left: 8px;
}
.mainHeader .dot.dot05 {
	opacity: .2;
	margin-left: 8px;
}
.mainHeader .svg-icon {
	background: 0 0;
	fill: currentColor;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin: 0 8px;
	position: relative;
	top: -7px;
}
.mainHeader .depTxt {
	/*margin-left: 8px;*/
	font-size: 85%;
}
.mainHeader .fcYW{
	color: yellow;
}
.moduleWrap {
	display: none;
}
.seatBoxWrap {
	width: 100%;
	padding: 30px 15px 0 15px;
}
.headBoxOuter {
	overflow: hidden;
}
.headBoxOuter > .headBox {
	float: left;
}
.headBoxOuter > .priceSeal {
	display: none;
}
.headBoxOuter > .priceSeal .price-seal-content {
	position: absolute;
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.headBoxOuter > .priceSeal .price-seal-content .price-amount {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: .16px;
}
.headBoxOuter > .priceSeal .price-seal-content .price-label {
	margin-top: 7px;
	color: #000;
	font-size: 13px;
	letter-spacing: .16px;
	line-height: 14px;
}
.headBox {
}
.seatClassHead {
	color: #454553;
	font-weight: 700;
	font-size: 24px;
	line-height: 23.32px;
	letter-spacing: -.94px;
	margin: 20px 0;
}
.leadTxt {
	margin: 20px 0;
	color: #202124;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: .07px;
}
.classHeadSub {
	text-decoration: none;
	display: inline-block;
	color: #fff!important;
	background: #cd0001;
	font-weight: 600;
	border-radius: 0;
	border: 0;
	padding: 10px 30px;
	line-height: 1.2;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}
.itemList {
	overflow: hidden;
	margin: 0 0 0 0;
}
.itemList > .item:first-child {
	margin-top: 45px;
}
.itemList > .item {
	margin-top: 30px;
	border: 1px solid #d0d0d0;
}
.itemList > .item:first-child {
	margin-left: 0;
}
.itemList > .item .image img {
	width: 100%;
	height: auto;
}
.itemList > .item .more-info {
	padding: 15px;
}
.itemList > .item .more-info a {
	color: #0f0f68;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: .06px;
	position: relative;
	padding-left: 15px;
}
.itemList > .item .more-info a:before {
	content: "";
	border: 3.5px solid transparent;
	border-left-color: #cf1818;
	display: inline-block;
	margin-right: 7px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.itemList > .item .more-info span {
	color: #0f0f68;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: .06px;
	position: relative;
	padding-left: 15px;
}
.itemList > .item .more-info span:before {
	content: "";
	border: 3.5px solid transparent;
	border-left-color: #cf1818;
	display: inline-block;
	margin-right: 7px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.reviewsWrap {
	background: #fff url(/arl/en/japanflight/assets/img/reviews-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 40px;
	padding: 50px 15px 50px 15px;
}
.reviewsLogo {
	text-align: center;
	line-height: 1;
	font-size: 0;
	width: 140px;
	margin: 0 auto;
}
.headTxt {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 41px;
	letter-spacing: .14px;
	text-align: center;
	max-width: 460px;
	margin: 20px auto 0;
}
.reviewItemList {
	overflow: hidden;
	padding-top: 25px;
}
.reviewItemList > .reviewItem {
	background-color: rgba(255,255,255,.8);
	border-radius: 10px;
	padding: 30px;
	color: #202124;
	letter-spacing: .11px;
	line-height: 22px;
	text-align: center;
	margin-top: 20px;
}
.reviewItemList > .reviewItem:nth-child(2n) {
	margin-right: 0;
}
.reviewItemList > .reviewItem .itemHead {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .11px;
	line-height: 26px;
	margin-bottom: 10px;
}
.reviewItemList > .reviewItem .itemTxt {
	margin-bottom: 1rem;
}
.mapArea {
	position: relative;
}
.mapArea img.map {
	width: 100%;
	height: auto;
	display: block;
}
.mapArea.aus > .wrapInr {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 15px 0 15px;
}
.mapArea > .wrapInr .header {
	padding: 30px 15px 10px 15px;
}
.aircraftPic {
}
.fareaArea > .wrapInr {
	padding: 0 15px;
}
.fareaArea > .wrapInr .heading {
	text-align: center;
	margin: 30px 15px 30px 15px;
}
.fareaArea > .wrapInr .tableResponsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.fareaArea > .wrapInr .tableResponsive table.bkTable {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: #f5f5f5;
	color: #202124;
	font-size: 18px;
	line-height: 52px;
	letter-spacing: -.83px;
	border-spacing: 0;
	border-collapse: collapse;
}
.fareaArea > .wrapInr .tableResponsive table.bkTable thead th {
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	background: #333;
	border-color: #333;
	color: #fff;
	font-family: Arial;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -.23px;
	line-height: 1.5;
	padding: 0.75rem;
}
.fareaArea > .wrapInr .tableResponsive table.bkTable td {
	padding: 0.75rem;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	border: 1px solid #dee2e6;
	font-size: 15px;
}
.fareaArea > .wrapInr .tableResponsive table.bkTable .cabin td {
	border: none;
	width: 25%;
	padding: 0.01em;
}
.fareTerms {
	color: #202124;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.1px;
	margin: 10px 0;
}
.fareTerms p {
	margin: 0;
}
.fareTerms p:not(:first-child) {
	margin-top: 7px;
}
.spNon {
	display: none!important;
}
.fareTable {
	margin: 40px 15px 0 15px;
}
.fareTable .fareHeader {
	background: #2e2e2e;
	padding: 19px 30px;
}
.fareTable .fareHeader .header {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 23.32px;
	letter-spacing: -.93px;
	margin-bottom: 0;
}
.fareBody {
	background-color: #f5f5f5;
	color: #202124;
	font-size: 18px;
	line-height: 52px;
	letter-spacing: -.83px;
	font-weight: normal;
}
.fareBody .row {
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
.fareBody .row:not(:first-child) {
	border-top: 1px solid #d9d9d9;
}
.fareBody .row .col {
	padding: 0 15px;
}
.fareTable .fareTerms {
	color: #202124;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.1px;
	margin: 10px 0;
}
.content-wrap .ticket-class-row .price-seal {
	background: url(/arl/en/japanflight/assets/img/price-seal.png) no-repeat center center;
	width: 156px;
	height: 152px;
	text-align: center;
	position: relative;
}
.flyHeader {
	text-align: center;
	padding-top: 35px;
}
.flyInfo {
	color: #000;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: .14px;
}
.book-now {
    margin: 40px 15px 0 15px;
}
.book-now a {
	-webkit-box-shadow: -5px -5px 20px rgba(69,69,83,.05);
	box-shadow: -5px -5px 20px rgba(69,69,83,.05);
	background-color: #cd0001;
	line-height: 66px;
	display: block;
	text-align: center;
	color: #fff;
	font-family: Avenir;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}
