/* CSS Document */

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

loan.css
住宅ローンページのみに使用されるスタイルを記述

-------------------------------------------------------*/
#loan #simulationBox {
    background-color: #eaf0f2;
	padding: 10px;
	margin-bottom: 30px;
}

#loan .titleBox {
	border-bottom: solid 1px #dedede;
	padding: 0 0 10px 10px;
	margin-bottom: 30px;
}

#loan .titleBox h3 {
    float: left;
	width: 480px;
	font-size: 150%;
}

#loan .titleBox h3 a:link,
#loan .titleBox h3 a:visited { color: #000000; text-decoration: none; }
#loan .titleBox h3 a:hover,
#loan .titleBox h3 a:active { color: #666666; text-decoration: none; }

#loan .titleBox .btnBox {
    float: right;
	width: 195px;
}
#loan .titleBox .btnBox a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

#loan .lastBox { margin-bottom: 0; }

#loan .leadBox { margin-bottom: 20px; }