@charset "UTF-8";

/* 「【新規限定】デビュー応援プログラム」CSS */
/* ----------------------------------------- */

#fixed_deposit_yen table tr td.tdCenter,
#foreign_deposit table tr td.tdCenter,
#deposit table tr td.tdCenter {
	text-align:center;
}

#fixed_deposit_yen table tr td.tdContBody table.innerTable01,
#foreign_deposit table tr td.tdContBody table.innerTable01,
#deposit table tr td.tdContBody table.innerTable01 {
	width:516px;
	margin-top:20px;
	margin-left:10px;
}
#fixed_deposit_yen table tr td.tdContBody .tableCont,
#foreign_deposit table tr td.tdContBody .tableCont,
#deposit table tr td.tdContBody .tableCont {
	width:516px;
	margin-left:10px;
	display:block;
}


#fixed_deposit_yen table tr td.tdContTop {height: 9px; margin:0; padding:0; background:url(../images/table01_conthead.gif) no-repeat left top;}
#fixed_deposit_yen table tr td.tdContBottom {height: 10px; margin:0; padding:0; background:url(../images/table01_foot.gif) no-repeat left bottom;}

#foreign_deposit table tr td.tdContTop {height: 9px; margin:0; padding:0; background:url(../images/table02_conthead.gif) no-repeat left top;}
#foreign_deposit table tr td.tdContBottom {height: 10px; margin:0; padding:0; background:url(../images/table02_foot.gif) no-repeat left bottom;}

#deposit table tr td.tdContTop {height: 9px; margin:0; padding:0; background:url(../images/table03_conthead.gif) no-repeat left top;}
#deposit table tr td.tdContBottom {height: 10px; margin:0; padding:0; background:url(../images/table03_foot.gif) no-repeat left bottom;}


/* シミュレーション */
/* ----------------------------------------- */
#fixed_deposit_yen table .simulationBox{
	width:520px;
	margin:20px 0 20px 10px !important;
}
#fixed_deposit_yen table .simulationBox .title strong {
	color:#5e9bd7;
	font-size:120%;
	display:block;
	margin-bottom: 5px;
}
#fixed_deposit_yen table .simulationBox .text {
	font-size:120%;
	margin-bottom: 10px;
}
#fixed_deposit_yen table .simulationBox .simulation {
	display:block;
	width:520px;
	background-color:#ffdf88;
	border:#f7c600 8px solid;
	padding:8px 10px;
}
#fixed_deposit_yen table .simulationBox .simulation p {
	font-size:120%;
	color:#333333;
}
#fixed_deposit_yen table .simulationBox .simulation p span.attention{
	color:#cc0000;
}