table {
	box-sizing: border-box;
}

#list_area {
	position: relative;
	margin-bottom: 30px;
}

#list_area h4 {
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "���C���I", Meiryo, "MS UI Gotic", "MS PGothic", Osaka, sans-serif;
	border-bottom: none;
	padding: 0;
	margin: 0 0 45px 0;
}

#list_area .btn_print {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

#list_area #box {
	height: auto;
	max-height: 349px;
	overflow: scroll;
	margin-top: 10px;
	overflow-x: hidden;
	border-bottom: 1px solid #ccc;
	box-shadow: inset 0px -20px 15px -10px rgba(204, 204, 204, 0.5);
}

#list_area table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	box-sizing: border-box;
	border-spacing: 0; 
}

#list_area table th,
#list_area table td {
	border: none;
	box-sizing: border-box;
	font-size: 13px;
}

/* IE8 9 10 */
html>

/* Safari2 3.1 */
html[xmlns*=""]:root #list_area table th,
#list_area table td {
	font-size: 13px;
}

#list_area table thead th {
	border-bottom: none;
	font-weight: normal;
}

#list_area table thead th img.btn_sort {
	padding: 0 5px 2px 0;
}

#list_area table td {
	border-top: none !important;
	border-left: none !important;
}


#map_list thead {
	display: table-header-group;
}

/* 20241115 */
#map_list thead {
	position: absolute;
	top: 40px;
	left: 0;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	display: block;
	border-radius: 8px 8px 0 0;
	background-color: #EAEAEA;
}
#map_list tbody {
	border: 1px solid #cccccc;
	border-top: none;
	display: block;
	box-sizing: border-box;
}


/*Windows (Firefox and Chrome all ver)*/
.win.gecko #map_list thead,
.win.gecko #map_list tbody,
.win.chrome #map_list thead,
.win.chrome #map_list tbody {
	width: 843px;
}

@supports (-ms-accelerator:true) {

	#map_list thead,
	#map_list tbody {
		width: 848px !important;
	}
}


#list_area table thead th {
	font-size: 14px;
	padding: 12px 18px;
	height: 38px;
	font-weight: 700;
}

#list_area table thead th:last-child {
	border-right: none;
}

#list_area table tbody td {
	font-size: 14px;
	padding: 14px 18px;
}
#list_area table tbody tr:not(:last-of-type) {
	border-bottom: 1px solid #E3E5E5;
}
#list_area table tbody tr:last-of-type {
	background-color: #fff;
}

/* #list_area table tbody td:nth-child(10n) {
	border-right: none;
} */

#list_area table tbody td.name {
	font-weight: 700;
}

/* #list_area table tbody td.tel, td.fax {
	margin-left: 1px;
} */

#list_area table th:nth-child(1),
#list_area table td:nth-child(1) {
	width: 81px;
}

#list_area table th:nth-child(2),
#list_area table td:nth-child(2) {
	width: 212px;
}

#list_area table th:nth-child(3),
#list_area table td:nth-child(3) {
	width: 266px;
	line-height: 1.3;
}

#list_area table th:nth-child(4),
#list_area table td:nth-child(4) {
	width: 150px;
}

#list_area table th:nth-child(5),
#list_area table td:nth-child(5) {
	width: 150px;
}