
/* --------------------------------------------------

	FAQ/お問い合わせ 個別Qページカスタマイズ用

-------------------------------------------------- */

/* - pop02/2_2.html 表
-------------------------------------------------- */
table.basic thead > tr > th.red { background-color: #b30000; }


/* - pop04/3_17.html 表
-------------------------------------------------- */
table.basic.win5_return thead > tr > th > span { display: block; }

table.basic.win5_return tbody > tr > td { font-size: 1.5rem; }

table.basic.win5_return tbody > tr > td p { font-size: 1.5rem; }

table.basic.win5_return tbody > tr > td p.issue {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

table.basic.win5_return tbody > tr > td p.arrow { font-size: 1.8rem; }

table.basic.win5_return tbody > tr > td p.return {
    background-color: #142e7c;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 2px;
    padding: 4px 0;
    text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
/* --- pop04/3_17.html 表（ここまで） --- */



/* - pop04/8_5.html レイアウトグリッド
-------------------------------------------------- */
.grid#pat_sc {
    display: table;
    width: 100%;
}

.grid#pat_sc > .cell {
    display: table-cell;
    vertical-align: top;
}

.grid#pat_sc > .cell.img {
    width: 100px;
    text-align: right;
}


/* - pop04/5_card.html 表
-------------------------------------------------- */
table.basic.simple.credit_card thead > tr > th { background-color: #f2f8f3; }

table.credit_card thead th > .img_line_list .item { padding: 0; }

table.credit_card tbody th span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}

table.credit_card tbody th.updown_grade span:first-child { margin-bottom: 10px; }

table.credit_card tbody td{
	font-size: 2rem;

}

table.credit_card tbody td span {
	display: block;
	font-size: 1.1rem;
}

table.credit_card tbody th {
	font-weight: bold;
	background-color: #eceff1;
}

table.basic.credit_card tbody > tr > th { background-color: #f5f5f5; }



/* --- pop04/5_card.html 表（ここまで） --- */


/* - pop04/5_5.html 5_card.html Rマーク
-------------------------------------------------- */

.qa_unit sup {
	position: relative;
	top: -4px;
}

/* --- pop04/5_5.html 5_card.html Rマーク（ここまで） --- */


/* - pop03/5_1_4.html 5_card.html 画像　角丸
-------------------------------------------------- */

.img_line_list .card img {
    border: 1px solid #CCC;
    border-radius: 8px;
}



/* ------------------------------------------------------------

	959px以下

------------------------------------------------------------ */
@media screen and ( max-width : 959px ) {
    
    
    
}


/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */

@media screen and ( max-width : 767px ) {
    
    
    
}


/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */

@media screen and ( max-width : 639px ) {
    
    
    
}

/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */
@media screen and ( max-width : 479px ) {
	
    
    
}

/* ------------------------------------------------------------

	359px以下

------------------------------------------------------------ */
@media screen and ( max-width : 359px ) {
    
    
    
}




/* ------------------------------------------------------------

	レースライブボタン

------------------------------------------------------------ */
.livebtn-def {
	display: inline-block;
	color: #555;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: none;
	/*white-space: nowrap;*/
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	box-sizing: border-box;
	
    transition: all 140ms ease-in-out;
	
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
	
    line-height: 1.4;
    padding: 6px 30px;
	
	color: #555;
	background-color: #fff;
	vertical-align: middle;
    box-sizing: border-box;
    
    position: relative;
    top: -1px;
}

.livebtn-def.btn-block { display: block; }/* --- blockボタン --- */
.livebtn-def.btn-wn { font-weight: normal; }/* --- weight normal --- */
.livebtn-def.wrap { white-space: normal; }/* --- 改行 --- */
.livebtn-def.left { text-align: left; }/* --- 左寄せ --- */


/* - ボタンサイズバリエーション
------------------------------------------------------------ */
.livebtn-def.btn-lg { font-size: 1.8rem; }

.livebtn-def.btn-sm {
	font-size: 1.1rem;
    padding: 4px 15px;
}

.livebtn-def.btn-xs {
	font-size: 1rem;
	border-radius: 3px;
    padding: 4px 10px;
}

.livebtn-def > i {
	margin-right: 0.3em;
	color: #188542;
}


.livebtn-def.btn-narrow { padding: 6px 15px; }
.livebtn-def.btn-lg.btn-narrow { padding: 6px 15px; }
.livebtn-def.btn-sm.btn-narrow { padding: 4px 10px; }
.livebtn-def.btn-xs.btn-narrow { padding: 4px 6px; }

.livebtn-def.btn-fat { padding: 10px 15px; }



/* - ボタン内テキストバリエーション
------------------------------------------------------------ */
.livebtn-def.txt-left { text-align: left; }


/* - ボタン内オプションテキスト
------------------------------------------------------------ */
.livebtn-def > .opt { font-size: 1.2rem; }
.livebtn-def > .opt.opt-sm { font-size: 1.1rem; }
.livebtn-def > .opt.opt-xs { font-size: 1rem; }
.livebtn-def > .opt.block { display: block;}


/* - ボタンカラーバリエーション
------------------------------------------------------------ */
.livebtn-def.live-red {
	color: #fff;
	background-color: #E00025;
	border: 1px solid #a2021d;
}

.livebtn-def.live-red:hover {
	background-color: #E00025;
	border: 1px solid #a2021d;
	color: #fff;
}

.livebtn-def.live-red > i { color: #fff !important; }


