@charset "Shift_JIS";
/* CSS Document */

*{/*android対応*/
 max-height: 999999px;
 background-image: url(/jalcard/jalcard_common_rn/img/empty.gif);
}

body {/*iphone対応*/
    -webkit-text-size-adjust: 100%;
}

.bold{ font-weight: bold !important;}

.fs23{ font-size:	23px !important;}
.fs28{ font-size:	28px !important;}

/*padding,margin*/
.pdt05{padding-top:5px!important;}
.pdr05{padding-right:5px!important;}
.pdb05{padding-bottom:5px!important;}
.pdl05{padding-left:5px!important;}

.mgb5,.mgb05 {margin-bottom:5px!important;}
.mgb10 {margin-bottom:10px!important;}
.mgb15 {margin-bottom:15px!important;}
.mgb20 {margin-bottom:20px!important;}
.mgb25 {margin-bottom:25px!important;}
.mgb30 {margin-bottom:30px!important;}
.mgb35 {margin-bottom:35px!important;}
.mgb40 {margin-bottom:40px!important;}
.mgb45 {margin-bottom:45px!important;}
.mgb50 {margin-bottom:50px!important;}

.mgl05 {margin-left:5px!important;}
.mgl35 {margin-left:35px!important;}
.mgl40 {margin-left:40px!important;}
.mgl45 {margin-left:45px!important;}
.mgl50 {margin-left:50px!important;}

.mgr05 {margin-right:5px!important;}
.mgr35 {margin-right:35px!important;}
.mgr40 {margin-right:40px!important;}
.mgr45 {margin-right:45px!important;}
.mgr50 {margin-right:50px!important;}


/*数字付き注釈*/
.noteList_star_num {
    font-size: 14px;
    line-height: 18px;
}

.noteList_star_num > li {
    margin-top: 9px;
    padding-left: 23px;
}

.noteList_star_num > li:first-child {
    margin-top: 0;
}

.noteList_star_num > li > span.listMark {
    display: inline-block;
    margin-left: -23px;
    width: 23px;
}


/*アスタリスク*/
.sas-r {bottom: 0.3em;
	padding-right: 0px;
	font-size: 80%;
	vertical-align: top;
}


/*商標登録文字*/
.amex_reg {
    color: #666;
    font-size: 12px;
    margin: 10px 0 20px;
}


/*マウスオーバー時透過処理*/
.mo:hover {
filter: alpha(opacity=65);        /* ie 6 7 */
-ms-filter: "alpha(opacity=65)";  /* ie 8 */
-moz-opacity: 0.65;
opacity: 0.65;
}
