@charset "utf-8";
/* */

/* -----------------------------------------------------------
　カードメリット共通
----------------------------------------------------------- */
#cardMerit .tabWrap{
	margin:0;
	padding:0;
}

.tabWrap .tabHead{
	height:65px;
	border-bottom:1px solid #666;
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	cursor:pointer;
}

.tabWrap .tabHead .h3_point{
	margin:0 10px 0 0;
}

.tabWrap .tabHead .open{
	background:url(/sp/common/img/point_open.png) right 20px no-repeat;
}
.tabWrap .tabHead .close{
	background:url(/sp/common/img/point_close.png) right 20px no-repeat;
}

.tabWrap .tabBody{
	border-bottom:1px solid #FFF;
	display:none;
	
}

.tabWrap .tabBody .subhead{
	margin:15px 10px 0;
	font-size:14px;
	font-weight:bold;
	color:#343434;
}

.tabWrap .tabBody h4{
	margin:0 10px 15px;
}

.tabWrap .tabBody .note{
	margin:0 10px;
	font-size:12px;
	line-height:140%;
	color:#666666;
}


.tabWrap .tabBody .noteList{
	margin:0 10px;
	font-size:12px;
	line-height:140%;
	color:#666666;
	text-indent:-1em;
	padding-left:1em;
}

.tabWrap .tabBody .noteListLast{
	margin:0 10px 20px;
	font-size:12px;
	line-height:140%;
	color:#666666;
	text-indent:-1em;
	padding-left:1em;
}

.tabWrap .tabBody .btnDetail{
	margin-left: 10px;
	margin-right: 10px;
	border-top:1px solid #c80000;
	border-radius:5px;
	background:-webkit-gradient(linear, left top, left bottom, from(#ee2022), to(#c80000));
}

.tabWrap .tabBody .btnDetail a{
	padding:5px 8px;
	display:block;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-shadow:0px -1px 0px #666;
	background:url(/sp/common/img/ico_arr.gif) right 7px no-repeat;
}

.tabWrap .tabBody .btnTabClose{
	margin-left: 10px;
	margin-right: 10px;
	border:1px solid #c2c2c2;
	border-radius:5px;
	background:-webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#c2c2c2));
}

.tabWrap .tabBody .btnTabClose a{
	padding:5px 8px;
	display:block;
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-shadow:0px -1px 0px #666;
	background:url(/sp/common/img/ico_close.gif) right 7px no-repeat;
}

/* :::::::::: フライトでためる :::::::::: */

#merit1{
	margin:0;
	padding:0;
}

#merit1 h3{
	padding:10px;
	height:47px;
	background:url(/sp/common/img/top/merit1_h3.png) 10px 10px no-repeat;
	border-bottom:1px solid #FFF;
}

#merit1 .tabBody h4{
	font-size:22px;
	color:#1183e3;
}

#merit1 .tabBody ul{
	margin:15px 20px 0;
	list-style:none;
}

#merit1 .tabBody ul li{
	margin: 0 0 20px;
	padding:10px;
	border:1px solid #1183e3;
	-webkit-border-radius:10px;
	border-radius:5px;
	background-color:#edf7ff;
	position:relative;
}

#merit1 li:before{
    display: block;
	width:25px;
	height:23px;
	padding:2px 0 0;
	background:-webkit-gradient(linear, left top, left bottom, from(#339cf5), to(#0e7fde));
	border-radius:15px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:-10px;
	left:-10px;
}

#merit1 li.num1:before{
	content: "1";
}

#merit1 li.num2:before{
	content: "2";
}

#merit1 li.num3:before{
	content: "3";
}

#merit1 .tabBody ul li h5{
	margin:3px 0 0;
	font-size:14px;
	font-weight:bold;
	color:#666666;
}

#merit1 .tabBody ul li h5 span{
	color:#cc0000;
	font-weight:bold;
}

#merit1 .tabBody ul li h5 span span{
	font-size:22px;
	font-weight:bold;
}

#merit1 .tabBody ul li p{
	font-size:12px;
	color:#666666;
}
#merit1 .tabBody ul li:last-child{
	margin-bottom:15px;
}



/* :::::::::: ショッピングでためる :::::::::: */

#merit2{
	margin:0;
	padding:0;
}

#merit2 h3{
	padding:10px;
	height:46px;
	background:url(/sp/common/img/top/merit2_h3.png) 10px 10px no-repeat;
	border-bottom:1px solid #FFF;
}

#merit2 .tabBody h4{
	font-size:22px;
	color:#ff4f4f;
}

#merit2 .tabBody ul{
	margin:15px 20px 0;
	list-style:none;
}

#merit2 .tabBody ul li{
	margin: 0 0 20px;
	padding:10px;
	border:1px solid #fe4e50;
	-webkit-border-radius:10px;
	border-radius:5px;
	background-color:#ffebea;
	position:relative;
}

#merit2 li:before{
    display: block;
	width:25px;
	height:23px;
	padding:2px 0 0;
	background:-webkit-gradient(linear, left top, left bottom, from(#fa7b74), to(#fd5548));
	border-radius:15px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:-10px;
	left:-10px;
}

#merit2 li.num1:before{
	content:'1';
}

#merit2 li.num2:before{
	content:'2';
}

#merit2 li.num3:before{
	content:'3';
}

#merit2 .tabBody ul li h5{
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

#merit2 .tabBody ul li h5 span{
	font-size:14px;
	color:#cb0100;
	font-weight:bold;
}

#merit2 .tabBody ul li h5 span span{
	font-size:22px;
	font-weight:bold;
}

#merit2 .tabBody ul li p{
	font-size:12px;
	color:#666666;
}
#merit2 .tabBody ul li:last-child{
	margin-bottom:15px;
}

/* :::::::::: 家族で一緒に:::::::::: */

#merit3{
	margin:0;
	padding:0;
}

#merit3 h3{
	padding:10px;
	height:46px;
	background:url(/sp/common/img/top/merit3_h3.png) 10px 10px no-repeat;
	border-bottom:1px solid #FFF;
}

#merit3 .tabBody h4{
	font-size:22px;
	color:#48bc1b;
}

#merit3 .tabBody ul{
	margin:15px 20px 0;
	list-style:none;
}

#merit3 .tabBody ul li{
	margin: 0 0 20px;
	padding:10px;
	border:1px solid #47bd1b;
	-webkit-border-radius:10px;
	border-radius:5px;
	background-color:#ebffe4;
	position:relative;
}

#merit3 .tabBody ul li h5{
	font-size:22px;
	font-weight:bold;
	color:#666666;
}

#merit3 .tabBody ul li h5 span{
	color:#cc0000;
	font-weight:bold;
}

#merit3 .tabBody ul li:last-child{
	margin-bottom:15px;
}
/* :::::::::: バナー設定 （201401掲載）:::::::::: */
a#bnCmp{
	margin:20px auto 0;
	width:260px;
	height:70px;
	background:url(/sp/common/img/bn/bn_3million_260x70.png) 0 0 no-repeat;
	display:block;
}
/* :::::::::: バナー設定 （20121219掲載）:::::::::: */
a#bnCmp2{
	margin:10px auto 0;
	width:260px;
	height:70px;
	background:url(/sp/common/img/bn/bn260_sas.png) 0 0 no-repeat;
	display:block;
}

/* :::::::::: バナー設定 （201401掲載）:::::::::: */
a#bnCmp3{
	margin:10px auto 0;
	width:260px;
	height:70px;
	background:url(/sp/common/img/bn/bn_navi1410_260x70.png) 0 0 no-repeat;
	display:block;
}

/* :::::::::: バナー設定 （20130719掲載）:::::::::: */
a#bnCmp4{
	margin:10px auto 0;
	width:260px;
	height:70px;
	background:url(/sp/common/img/bn/bn260_est.png) 0 0 no-repeat;
	display:block;
}
/* :::::::::: バナー設定 （20130729掲載）:::::::::: */
a#bnCmp5{
	margin:10px auto 0;
	width:260px;
	height:70px;
	background:url(/sp/common/img/bn/bn260_top7thanv.png) 0 0 no-repeat;
	display:block;
}


.alC {
  text-align: center;
}
.mt05 {
  margin-top: 5px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.UnderLine {
  border-bottom:1px solid #CCC!important;
}
/* :::::::::: ご利用ガイド 割引・サービス お知らせ 2012.07.11 :::::::::: */

#guide{
	margin:0;
	padding:0;
}

#guide h3{
	padding:10px;
	height:47px;
	background-image:url(/sp/common/img/top/guide_h3.png),url(/sp/common/img/point_detail.png);
	background-position:10px 10px,right 25px;
	background-repeat: no-repeat,no-repeat;
	background-size: 46px 46px,auto;
	-webkit-background-size:46px 46px,auto;
	border-bottom:1px solid #FFF;
}
#service{
	margin:0;
	padding:0;
}

#service h3{
	padding:10px;
	height:47px;
	background-image:url(/sp/common/img/top/service_h3.png),url(/sp/common/img/point_detail.png);
	background-position:10px 10px,right 25px;
	background-repeat: no-repeat,no-repeat;
	background-size: 46px 46px,auto;
	-webkit-background-size:46px 46px,auto;
	border-bottom:1px solid #FFF;
}
#info{
	margin:0;
	padding:0;
}

#info h3{
	padding:10px;
	height:47px;
	background-image:url(/sp/common/img/top/info_h3.png),url(/sp/common/img/point_detail.png);
	background-position:10px 10px,right 25px;
	background-repeat: no-repeat,no-repeat;
	background-size: 46px 46px,auto;
	-webkit-background-size:46px 46px,auto;
	border-bottom:1px solid #FFF;
}
.lnkWrap{
	margin:0;
	padding:0;
}

.lnkWrap .lnkHead{
	height:65px;
	border-bottom:1px solid #666;
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	cursor:pointer;
}
.larger01{font-size:120%!important;}
.pd10 { padding: 10px; }
a.noline:link {text-decoration: none; color:#000;}
a.noline:visited {text-decoration: none; color:#000;}
a.noline:hover {text-decoration: none; color:#000;}
a.noline:active {text-decoration: none; color:#000;}


/* :::::::::: EST対応 （20130904掲載）:::::::::: */

#border-glay {
    margin: 0px 0px 20px;
    padding: 0px 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px 5px 5px 5px;
    position: relative;}

/*----- 2014/12/15 -----*/


.btnNyukaiNC{
	margin: 0 10px;
	border:1px solid #c80000;
	border-radius:5px;
	background:-webkit-gradient(linear, left top, left bottom, from(#ee2022), to(#c80000));
}

.btnNyukaiNC a{
	padding:5px 8px;
	display:block;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-shadow:0px -1px 0px #666;
	background:url(/sp/common/img/point_detail4.png) right 7px no-repeat;
}
.btnNyukaiNC1{
	margin: 0 10px;
	padding-right: 10px;
	border:1px solid #c80000;
	border-radius:5px;
	background:-webkit-gradient(linear, left top, left bottom, from(#ee2022), to(#c80000));
}
.btnNyukaiNC1 a{
	padding:5px 8px;
	display:block;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-shadow:0px -1px 0px #666;
	background:url(/sp/common/img/point_detail2.png) right center no-repeat;
}
/* ---------ページ遷移ボタン------------------ */
.btnNext{
	margin: 0 10px;
	border:1px solid #666;
	border-radius:3px;
	background:-webkit-gradient(linear, left top, left bottom, from(#F8F8F7), to(#E6E6E5));
}

.btnNext a{
	margin-right: 10px;
	padding:5px 10px;
	display:block;
	color:#000;
	text-align:center;
	text-decoration:none;
	/*text-shadow:0px -1px 0px #666;*/
	background:url(/sp/information/img/icon_arrow_link.png) right center no-repeat;
}

/* =======================================================================
   ●
======================================================================= */

/* -----------------------------------------------------------
　●
----------------------------------------------------------- */

/* :::::::::: ● :::::::::: */