<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=====================================================
 * css Name: tttab.css
 * Style URL: /sp/amc/cpn/join_financialpass1412/css/tttab.css
 * Description: SP【ANAマイレージクラブ Financial Pass Visaデビットカード】新規入会＆利用で最大8,500マイルプレゼントキャンペーン！ボタン切り替えCSS
 * Version: 1.0
 * Last Up Date: 2014/12/15
=====================================================*/
@charset "utf-8";
/* CSS Document */

/* tab css */

/* タブ画像 */
#card_info {
	display:none;
}

ul.tabImg{
	margin-bottm: 0px !important;
	overflow: hidden;
	width: 100%;
	margin: 0 !important;
}

ul.tabImg li{
	float: left;
	padding: 0 !important;
	text-indent: 0 !important;
	width: 50%;
}

ul.tabImg li a{
	display:block;
	vertical-align: top;
}

ul.tabImg li img{
	vertical-align: top;
}

ul.tabImg li img.visible{
	display: none;
}


li.current a img.tap{
	display: none;
}

li.current a img.visible{
	display: block !important;
}

/* タブ枠線 */
li.current a.pCpn{
	border-top: 2px solid #074995;
	border-left: 2px solid #074995;
	border-right: 2px solid #074995;
	border-bottom: 2px dashed #074995;
}

li a.pCpn img.tap{
	border-bottom: 3px solid #58bced;
	margin-bottom: -3px;
}

li a.dCard img.tap{
	border-bottom: 3px solid #074995;
	margin-bottom: -3px;
}

li.current a.dCard{
	border-top: 2px solid #58bced;
	border-left: 2px solid #58bced;
	border-right: 2px solid #58bced;
	border-bottom: 2px dashed #58bced;
}


/* 表示コンテンツ */
div.cpnArea{
	border-bottom: 2px solid #074995;
	border-left: 2px solid #074995;
	border-right: 2px solid #074995;
	margin:bottom:20px;
	padding:10px;
}

div.cardArea{
	border-bottom: 2px solid #58bced;
	border-left: 2px solid #58bced;
	border-right: 2px solid #58bced;
	margin: 0 0 20px;
	padding-top: 5px;
}

div#present_cpn,div#card_info,div.cpnArea,div.cardArea{
	margin-top: 0 !important;
}</pre></body></html>