@charset "UTF-8";

/*	ローンシミュレーション	*/

ul.links{
	margin: 0;
	list-style-type: none;
}

ul.links a.banner{
	margin-right: 10px;
	display: block;
	float: left;
	width: 240px;
	height: 60px;
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	text-align: center;
}

ul.links a.banner img{
	margin-top: 5px;
}

ul.links a.textLink{
	display: block;
	float: left;
	width: 300px;
	height: 60px;
	line-height: 60px;
}

ul.links li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}


