#loading{
    border:1px dashed #999;
    padding:15px;
    position: fixed;
    top:50%;
    left:50%;
    background-color:#FFF;
    filter: alpha(opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;
}
 
#loading .loadingMsg{
    text-align:center;
    padding-top:100px;
    width:100px;
    background-image:url("/images/common/loading.gif");
    background-position: center top;
    background-repeat: no-repeat;
    font-family: "メイリオ"!important;
}

input.widthCardno {
	width: 50%;
}
input.widthCardsec {
	width: 50%;
}
input.widthCardMonth {
	width: 28%;
}
input.widthCardYear {
	width: 28%;
}
input.widthCardName {
	width: 50%;
}


/* デバッグ用出力テーブルスタイル設定
------------------------------------- */
#bfDebug {
	line-height:1em;
}
table#bfDebug {
	border:#363E7E 1px solid;
	border-collapse: collapse;
	width:100%;
}

table#bfDebug th {
	background-color:#ADBAEB;
	font-size:0.8em;
	border:#363E7E 1px solid;
	padding:0.5em;
	vertical-align: middle;
}
table#bfDebug td {
	font-size:0.8em;
	border:#363E7E 1px solid;
	padding:0.5em;
}