/*検索ページ
----------------------------------------------- */

div#railways {
	background-color:#FFFFFF;
	border:1px solid #999999;
	width:180px;
	height:180px;
	margin:2px 7px;
	padding:3px;
	float:left;
	position:relative;
	overflow:auto;
	display:block;
}
div#stations {
	background-color:#FFFFFF;
	border:1px solid #999999;
	width:180px;
	height:180px;
	margin:2px 7px;
	padding:3px;
	position:relative;
	overflow:auto;
	display:block;
	float:left;
}
.rwname {
	display:block;
	width:100%;
	background-color:#FFCCCC;
	text-align:center;
	margin-bottom:3px;
}
.serchTbl {
	border-collapse: collapse;
	border-spacing: 0;
	border-top:1px dotted #999999;
	margin:10px 0;
	width:100%;
}
.serchTbl th {
	background: url(/id/bestselect/file/images/bg04-2.gif);
	padding: 10px;
	border-bottom: 1px dotted #999999;
	font-weight:bold;
}
.serchTbl td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #999999;
}
.search_member_notice {
	line-height: 1.2;
	margin-top: 10px;
}
ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:left;
}
.search_list {
	background-color:#666666;
}
.search_list th {
	height:50px;
	background-color:#CCCCCC;
	padding:5px;
}
.search_list td {
	background-color:#FFFFFF;
	padding:5px;
}

.search_list_img img {
	padding:5px;
  max-width: 210px;
}




.staff_head {
	width:95%;
	font-size:   14px;
	margin-bottom:5px;
	background-color:   #BBDBE1;
	padding:5px;
}
.staff_address {
	margin-right:0px;
	align:right;
}
.top_family_block {
	height:150px;
	margin-bottom:5px;
}
