@charset "utf-8";

.ReButton{
	position: absolute;
	top: 50%;
	right:10px;
	font-size: .6em;
	transform: translateY(-50%);
}

/* =========== columnGrid　グレー1pxライン =========== */
div.divide{
	margin-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #cccccc;
}
div.divide hr{
	display: none;
}

/* =========== LoungeContent　ラウンジ詳細 =========== */
div.detail_sec01,
div.detail_sec02 {
	margin-top:20px;
	width:940px;
}
div.detail_sec01 {
	background:url(/en/inter/lounge/common/img/bg_detail_sec01.gif) no-repeat bottom left;
}
div.LoungeContentNew01{border-bottom:1px solid #CCC;border-right:1px solid #CCC;border-left:1px solid #CCC; width: auto;padding:10px;}
div.LoungeContentNew01 .txt{
	line-height:1.4em;
}

/* member（会員･搭乗クラス別利用一覧）ご利用基準TABLE */
table.tTypeA01{
	border-top:none;
	border-collapse: collapse;
}
table.tTypeA01 th,
table.tTypeA01 td{
	padding: 1px;
	border: 1px  solid #b0b0b0;
	border-collapse: collapse;
	text-align: center;
}
table.tTypeA01 th.noBorderLine,
table.tTypeA01 td.noBorderLine{
	border:none;
	background-color:transparent;
}	
table.tTypeA01 .w30 {
	width:30%;
}
table.tTypeA01 .w18 {
	width:18%;
}
table.tTypeA01 .w16 {
	width:16%;
}
table.tTypeA01 .w7 {
	width:7%;
}
table.tTypeA01 .w2 {
	width:2%;
}

/* text bold cancel */
.asterisk{
	font-weight: normal;
}


.mainTitleA01{
	position:relative;
}	

/* lounge-icon */
.lounge-icon{width:710px;}
.lounge-icon .floatL{width:350px;}
.mgl10{margin-left:10px;}

.loungeHdg01 {
	color: #411f16;
	font-size: 16px;
	border: #ccc 1px solid;
	box-sizing: border-box;
	padding: 8px 6px 6px 16px;
	background: #f3f3f3;
	background: linear-gradient(to bottom, #f3f3f3, #e5e5e5);
	position: relative;
}
.detail_sec02 .loungeHdg01 {
	margin-bottom:20px;
}
.loungeHdg01::before {
	content: "";
	display: block;
	width: 3px;
	height: calc(100% - .8em);
	background: #311e17;
	background: linear-gradient(to bottom, #a9887f, #311e17);
	position: absolute;
	top: 50%;
	left: 6px;
	transform: translateY(-50%);
}
.loungeHdg02 {
	color: #512e2b;
	font-size: 14px;
}

/* Domestic Overseas のtable color */
th.tdDom{
	background:#fdf5e2;
	text-align:center;
	}
th.tdInter{
	background:#eeeeee;
	text-align:center;
	}