@charset "UTF-8";

/* お申込みリンク */
.a-login{font-size:medium;}
.a-login a:link {color: #eb7000; text-decoration:underline;} 
.a-login a:visited {color: #eb7000; text-decoration:underline;} 
.a-login a:hover, .a-login a:active {color: #606; text-decoration:none;}


/* DL方法BOX */
.dl {
	border:double 3px #5383c3;
	padding:5px;
	position:relative;
}
.leftS {
	float: left;
	width: 140px;
} 
.centerS {
	margin: 0 0 0 155px;
}
.rightS {
	float: right;
	width: 32%;
}
.clrBoth {
	clear: both;
}
.subtitle {
	margin:0 ;
	padding:5px;
	border:dotted 1px #eb7000;
	background:#fddea5;
	text-align:center;
	color:#eb7000;
	font-weight:bold;
}
.mgnL5 {
	margin-left:5px;
}	
.mgnR15 {
	margin-right:15px;
}	
.mgnR155 {
	margin-right:155px;
}	
.mgnT5 {
	margin-top:5px;
}
.mgnB15 {
	margin-bottom:15px;
}	
.pdgT15 {
	padding-top:15px;
}	
.pdgL155 {
	padding-left:155px;
}	

.whiteBox {
	background-color:#ffffff;
	padding:10px 5px;
}

/* キャンペーン手数料説明用BOX */
table.miniTable {
	width: 100%;
	border-collapse:collapse;
	border: 0;
	border-left: 1px solid #DFDFDF;
}
table.miniTable th,
table.miniTable td {
	border-bottom: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	padding: 5px 0;
	vertical-align: top;
	text-align: center;
}
table.miniTable th {
	border-top: 1px solid #DFDFDF;
	background: #EEEEEE;
	color: #4c4948;
}
table.miniTable th.cp {
	border-top: 1px solid #DFDFDF;
	background: #eb7000;
	border: 1px solid #eb7000;
	color: #ffffff;
	font-weight:bold;
	font-size:140%;

}
table.miniTable td.cp {
	color: #eb7000;
	border: 1px solid #eb7000;
	border-left: 1px solid #eb7000;
	font-weight:bold;
	font-size:140%;
	
}
table.miniTable th.none,
table.miniTable td.none {
	border-bottom: none;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #eb7000;
	background: #ffffff url(../images/pct_step.gif) no-repeat 17px;
}

/* 重要事項BOX　小ボタン */
.box_left {
	float:left;
	display:block;
	width:320px;
} 
.box_right{
	float:right;
	display:block;
	width:210px;
}


/*初心者マーク*/
.iconBeginner { vertical-align:middle; margin-right:4px; }

/*リードコピーのオレンジ枠*/
.readCopy { border:#eb7000 5px solid; padding:10px; }





