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

	決済方法 /payment/

//////////////////////////////////////////////////////////*/

/*==================================
	汎用クラス
==================================*/
.style1 { color: #009 }

.fbold01 {
	color: #00c;
	font-weight: bold;
}
.pdl10 {
	margin-bottom: 14px;
	padding-left: 1em;
	text-indent:- 1em;
}
.ml16 {
	margin-left: 16px;
}
.pdl20 {
	padding-left: 1em;
}
.pdl11 {
	padding-left: 1em;
	padding-bottom: 5px;
}
.snorap {
	white-space: nowrap;
}

/*==================================
	本文
==================================*/
#CONTLEFT table {
	font-size: 14px;
	font-family: "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
#CONTLEFT table table {
	width: 580px;
}
.contact_receptionist {
	font-family: "MS PGothic", sans-serif;
}

/* ページタイトル
------------------------------*/
h1 {
	margin-top: 22px;
}
/* タイトル下テキスト
------------------------------*/
#toparea {
	width: 580px;
	margin: 10px 0;
	padding-bottom: 7px;
	text-align: left;
}

/* 大見出し
------------------------------*/
.heading {
	margin: 30px auto 20px;
	padding: 10px 10px 7px;
	background-color: #eee;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.1ex;
}
.heading:first-of-type {
	margin-top: 0;
}

/* 中見出し
------------------------------*/
.h_2 {
	margin: 20px auto 10px 2px;
	padding: 5px 7px 3px;
	border-left: 3px solid #a00;
	color: #333;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: 0.1ex;
}

/* 小見出し
----------------------*/
.txt_title {
	margin: 30px 20px 10px;
	padding: 0px 7px;
	border-left: 3px solid #ccc;
	/*background-color: #eee;*/
	font-weight: bold;
	letter-spacing: 0.1ex;
}


/* リードテキスト
------------------------------*/
.txt_lead {
	margin: 10px 12px 10px;
	line-height: 1.7;
}

/* 注釈
------------------------------*/
.txt_note {
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 1em;
	font-size: 12px;
	text-indent: -1em;
}

/* カード */
p.card_payment_notice {
	margin: 10px 0 30px;
	color: #f00;
	text-align: center;
}

/* 銀行名 */
.txt_bank {
	display: list-item;
	margin: 10px 30px;
	list-style: disc;
	list-style-position: outside;
}

/*==================================
	リスト系
==================================*/

/* 青リスト
----------------------*/
ul.list02 {
	/*width: 540px;*/
	margin: 20px;
	margin-left: 20px;
	list-style: outside;
}
ul.list02 li {
	margin: 10px;
	padding-left: 1em;
	color: #0053c7;
	font-weight: bold;
	text-indent: -1em;
	line-height: 1.4;
}

/* 注釈リスト
----------------------*/
ul.list_note {
	margin: 20px;
}
ul.list_note li {
	margin: 10px auto;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.7;
}

/* ご利用にあたってのご注意点
----------------------*/
dl.notice {
	margin: 20px 20px 30px;
	padding: 10px 20px 10px;
	border-radius: 3px;
	border: 1px solid #ccc;
	/*background-color: #fcfcfc;*/
	font-size: 13px;
}
dl.notice dt {
	margin: 0 10px 10px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	text-align: center;
}
.link_txt-detail a {
	color: #008ae9;
    text-decoration: none;
}
.link_txt-detail a:hover {
    text-decoration: underline;
}

/* ローン名 */
.column {
	margin: 12px 20px 5px;
	font-size: 13px;
}
.loan_text {
	margin: 5px 32px 9px;
	color: #88c;/* 矢印のカラー */
	font-size: 13px;
}
.loan_text span {
	display: inline-block;
	margin: 4px 0;
	padding: 2px 7px 0;
	border: 1px solid #ddf;
	border-radius: 2px;
	background-color: #f2f5fb;
	color: #333;
}
.lead-loan {
	margin-left: 20px;
}


/* 黒丸リスト
----------------------*/
.list01 {
	padding-left: 1em;
	color: #333;
	list-style: outside;
}
.list01 li {
	margin: 10px 0;
	line-height: 1.75;
}


/*==================================
	領収書について
==================================*/
.payment_td010 {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	vertical-align: top;
}