@charset "UTF-8";
/* CSS Document */

#cbTitle{
	background-image:url(../../cash_back/img/title.jpg);
	background-repeat:no-repeat;
	width:520px;
	height:35px;
	font-size:1px;
	text-indent:-9999px;
	margin:0px 0px 20px 0px;
}

#cbTable{
	margin:5px 0px 20px 0px;
}

.td01{
	background-color:#999;
	border:solid 1px #FFFFFF;
	font-size:12px;
	color:#333;
	line-height:150%;
	text-align:center;
	padding:5px;
}

.td02{
	background-color:#E0E0E0;
	border:solid 1px #FFFFFF;
	font-size:12px;
	color:#333;
	line-height:150%;
	text-align:center;
	padding:5px;
}

.td03{
	background-color:#FFF;
	font-size:12px;
	color:#333;
	line-height:150%;
	text-align:center;
	padding:5px;
}

.cbTextbox{
	width:520px;
	margin:0px 0px 20px 0px;
}

#cbSubtitle01{
	background-image:url(../../cash_back/img/subtitle01.jpg);
	background-repeat:no-repeat;
	width:520px;
	height:30px;
	font-size:1px;
	text-indent:-9999px;
}

#cbSubtitle02{
	background-image:url(../../cash_back/img/subtitle02.jpg);
	background-repeat:no-repeat;
	width:520px;
	height:30px;
	font-size:1px;
	text-indent:-9999px;
}

#cbSubtitle03{
	background-image:url(../../cash_back/img/subtitle03.jpg);
	background-repeat:no-repeat;
	width:520px;
	height:30px;
	font-size:1px;
	text-indent:-9999px;
}

.cbPlanBox{
	width:498px;
	border-bottom:solid 1px #C64F00;
	border-left:solid 1px #C64F00;
	border-right:solid 1px #C64F00;
	padding:10px;
	margin:0px 0px 20px 0px;
}

.cbPlanBox p{
	font-size:12px;
	color:#333;
	line-height:150%;
}

.cbPlanBox p a{
	color:#333;
	text-decoration:underline;
}

.cbPlanBox p a:hover{
	text-decoration:none;
}

.btnApply a{
	background-image:url(../img/btn_apply.jpg);
	background-repeat:no-repeat;
	display:block;
	width:269px;
	height:63px;
	text-indent:-9999px;
	margin:0px auto;
}

.btnApply a:hover{
	background-position:0px -63px;
}