/**************************************/

#contents #branch_list table{
	border-collapse:collapse;
	border:solid 1px #999;
	border:groove 2px #fff;
	width:100%;
	clear:both;
	line-height:24px;
	}

#contents #branch_list table td,#contents #branch_list table th{
	border:solid 1px #999;
	border:groove 2px #fff;
	width:20%;
	}

table th{
	background:#FFDB8E;
	background:#eee;
	text-align:center;
	font-weight:normal;
	}

table td{
	}

/*****************/

table td.branch_img{
	background:#ddd;
	text-align:center;
	width:120px;
	}

table td.td_bottom{
	background:#999;
	color:#fff;
	}

table td.td_bottom ul li{
	float:left;
	margin-left:1em;
	line-height:24px;
	}

table td.td_bottom ul li.li_01{
	margin-right:1em;
	}

table td.td_bottom ul li.li_02{
	float:none;
	}
	
table td.td_bottom a{
	color:#fff;
	}