@charset "utf-8";

/*************/
/* その他 */
/*************/


table.table_search_list {
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border: solid 1px #666;
	text-align: left;
	word-break: break-all;
	border-collapse: separate;
	border-spacing: 0;
}

table.table_search_list th {
	background-color: #626D71;
	color: #eee;
	border: solid 1px #666;
	padding: 10px;
}

table.table_search_list td {
	border: solid 1px #666;
	padding: 10px;
}

table.table_search_list td.addr_name {
	width: 100px;
	color: #930;
	font-weight: bold;
	white-space: nowrap
}
table.table_search_list td.addr_name a {
	color: #eee;
}

table.table_search_list td.detail_link {
	width: 50px;
	white-space: nowrap;
	text-align: center;
}

table.table_search_list td.detail_link a {
	font-weight: bold;
}

.long_name_yomi {
	font-size: 12px;
	color: #666;
}
