@charset "UTF-8";
/* CSS Document */



/* 袋井市医院一覧
------------------------------------------------ */
table.f_list_table {
	border-collapse:collapse;
	width: 500px;
	margin: 0 auto;
}
table.f_list_table th {
	height: 30px;
	text-align: left;
	vertical-align: top;
}
table.f_list_table th a {
	font-size: 84%;
	color: #008691;
	text-decoration: none;
}
table.f_list_table th a:hover {
	color: #3a5aa7;
	text-decoration: underline;
}

table.f_list_table td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 30px;
}
table.f_list_table td a {
	color: #000;
	font-size: 76%;
	line-height: 180%;
	text-decoration: none;
}
table.f_list_table td a:hover {
	color: #3a5aa7;
	text-decoration: underline;
}










