@charset "utf-8";


#member_list {
	margin: 0px;
	padding: 0px;
}

/*日付----------------------*/
#member_list #date {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
}

/*検索窓----------------------*/
#kensaku {
	background-color: #FF9;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #003;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	height: 40px;
}
#kensaku ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#kensaku li {
	float: left;
	background-image: url(../search/img/icon_yajirushi.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #003;
	margin-right: 30px;
}
#btn_kensaku {
	text-align: right;
	margin: 0px;
	padding: 0px;
}


/*一覧表----------------------*/
#list {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
}
#list table {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003;
}
#list td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #829AA7;
}

/*項目----------------------*/
#list .tit_name {
	color: #FFF;
	background-color: #829AA7;
	text-align: center;
	margin: 0px;
	width: 220px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#list .tit_address {
	color: #FFF;
	background-color: #829AA7;
	text-align: center;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#list .tit_shibu {
	color: #FFF;
	background-color: #829AA7;
	text-align: center;
	margin: 0px;
	width: 80px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

/*枠----------------------*/
#list .td_name {
	margin: 0px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #839AA7;
	font-weight: bold;
	vertical-align: top;
}
#list .td_address {
	margin: 0px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #839AA7;
	vertical-align: top;
}
#list .td_address ul {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}
#list .td_address li {
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#list .td_shibu {
	text-align: center;
	margin: 0px;
	padding: 10px;
}
/*アイコン----------------------*/
#list .td_address .tel  {
	background-image: url(../search/img/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 42px;
}
#list .td_address .fax  {
	background-image: url(../search/img/icon_fax.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 42px;
}
#list .td_address .keitai  {
	background-image: url(../search/img/icon_keitai.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 42px;
}
#list .td_address .mail  {
	margin: 0px;
	padding: 0px;	
}
