@charset "UTF-8";

/*****************************************
			BankListBlock
*****************************************/
#bankListBlock {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#bankListBlock .listTitle {
	clear: both;
	width: 100% !important;
	height: 32px;
	margin: 5px;
	background:url(../../housing/img/h4_title.png) 0 0 repeat-x;
	border: none !important;
}
#bankListBlock .photo {
	float: left;
	width: 22%;
	margin: 5px 5px 15px 5px;
	height: auto;
}
#bankListBlock .detail {
	float: right;
	width: 73%;
}
#bankListBlock .detail_btn {
	float: right;
	display: block;
	background: url(../../housing/img/detail_btn.png) 0 0 no-repeat;
	width: 220px;
	height: 71px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#bankListBlock .detail_btn:hover { background-position: 0 -71px; }

/*****************************************
			bankPhotoList
*****************************************/
#bankPhotoList {
	width:100%;
	height: auto;
	background: url(../../housing/img/bank_photo_bg.gif) 0 0 repeat;
	border: 3px solid #EEEEEE;
	overflow:hidden;
}
/*****************************************
			bankEtcList
*****************************************/
#bankEtcList {
	width:100%;
	padding: 5px;
	height: auto;
	overflow:hidden;
}
#bankEtcList dl {
	float: left;
	width:15%;
	margin:0 5px;
	background: none !important;
}
#bankEtcList dl dt {
	margin: 5px auto;
	text-align: center;
	width: 100%;
}
#bankEtcList dl dd {
	text-align: center;
	padding:5px;
	width: 90%;
	color: #FFFF00;
	background-color: #333;
	border-bottom:2px dotted #FFFF00;
}
#bankEtcList img {
	border: 2px solid #FFF !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,4) !important;
}
/*****************************************
			detalDLbtn
*****************************************/
#detail_dl_btn {
	margin: 30px auto;
	display: block;
	background: url(../../housing/img/detail_dl_btn.png) 0 0 no-repeat;
	width: 436px;
	height: 70px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#detail_dl_btn:hover { background-position: 0 -70px; }
/*****************************************
			detalDLbtn
*****************************************/
#list_back_btn {
	margin: 30px auto;
	display: block;
	background:url(../../housing/img/listback_btn.png) 0 0 no-repeat;
	width: 220px;
	height: 71px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#list_back_btn:hover { background-position: 0 -71px; }