/*=====================================================
 * css Name: shop_dutyfree1601_160218.css
 * Style URL: /sp/amc/cpn/shop_dutyfree1601/css/shop_dutyfree1601_160218.css
 * Description: SP2016年4月1日よりANAカード限定サービスが一部変更になりますCSS
 * Version: 1.0
 * Last Up Date: 2016/2/17
=====================================================*/

@charset "utf-8";

.fntB {font-weight:bold}
.fntRed {color:#e80000}
.fntLBlue {color:#00b0f0}
.mTop26{margin-top:26px !important}
.mBtmM16{margin-bottom:-16px !important}

/* h1 */
h1{
	margin: 0 !important; 
	border: none;
	background: none;
}
/* 画像内リンク */
p.linkAdf, p.linkAstyle{
	bottom: 9%;
	position: absolute;
	width:100%;
	margin-bottom: 0 !important;
}
p.linkAdf{right: -4%;}
p.linkAstyle{right: -52%;}
p.linkAdf img, p.linkAstyle img{width:44%;}

.positionR {
	position: relative;
	overflow: hidden;
	margin-bottom:-10px !important;
}

.mainImg img{
	vertical-align: bottom; 
}

.mainImg{
	margin: 0px !important;
}
/* カードアイコン */
.icoCard{
	padding-right:10px !important;
	float: left;
}
.imgSideBlock{display:table-cell}

.cardBlock:after {
	content: "";
	clear: both;
	display: block;
}

/* テーブル */
.current th, .new th {color: #333 !important;}
.current th, .current td {border: 1px solid #333 !important;}
.current td, .new td {background: #fff !important;}
.current th {background: #f2f2f2 !important;}
.new .redLine th, .new .redLine td{
	border-top: 3px solid #e80000 !important;
	border-bottom: 3px solid #e80000 !important;
}
.new .redLine th{
	border-left: 3px solid #e80000 !important;
	border-right: 1px solid #333 !important;
}
.new .redLine td{border-right: 3px solid #e80000 !important;}
.new th {
	background: #deebf6 !important;
}
.bkLine th, .bkLine td {
	border-bottom: 1px solid #333 !important;
	border-left: 1px solid #333 !important;
	border-right: 1px solid #333 !important;
}
.anadutyfree, .astyle{
	border-bottom: 1px solid #ccd3e7;
	border-left: 1px solid #ccd3e7;
	border-right: 1px solid #ccd3e7;
	padding: 16px 10px 5px;
	margin-top: -18px;
}

/*アイコンフロート*/
.new{position: relative;}
.new .iconImg{
	bottom: 93%;
	right: 3%;
	position: absolute;
	width:42px;
	height:43px
	margin-bottom: 0 !important;
}

/* トップへ戻る（固定） */
.topNav {
	bottom: 0;
	position: fixed;
	right: 0;
	z-index: 999;
	margin-right: 7px;
}
.topNav__style {
	background-color: #93E5F9;
	border-radius: 4px;
	color: #fff !important;
	font-size: 10px;
	font-weight: bold;
	opacity: 0.88;
	padding: 20px 10px 10px;
	position: relative;
}
.topNav__style:link{color: #fff !important;}
.topNav__style::after {
	background: transparent;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 10px;
	margin-right: -5px;
	margin-top: -10px;
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 10px;
}

dl dd {
	padding-left: 2em !important;
	text-indent: -1em !important;
}
dl dt:not(:first-child) {margin-top: 14px !important;}

/* 空港リンク体裁 */
.linkAir > a {
	text-decoration: underline !important;
	font-weight: bold;
}

/* メイン画像下リンク */
.link {
    border-left: 1px solid #ccd3e7;
    border-right: 1px solid #ccd3e7;
    margin-top: -18px !important;
    padding-top: 5px !important;
}

p.link a span {
    background-image: url("/sp/cont_common/image/arrow2_rb_2.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 9px 13px;
    padding: 5px 20px 4px 7px;
}

/* 青色ボタン */
.btnBlue{
	background-color: #00b0f0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 80%;
	position: relative;
}
.btnBlue a, .btnBlue a:link{
	box-sizing: border-box !important;
	color: #fff;
	display: block;
	padding: 4px 20px 4px 7px !important;
	width: 100%;
}
.btnBlue:after{
	content: " ";
	position: absolute;
	right: 0;
	top: 50%;
	border: 10px solid transparent;
	border-left-color: #0070c0;
	margin-top: -10px;
}
