@charset "UTF-8";

/* --------------------------------
	MAP
   -------------------------------- */
#map{
	width: 96%;
	height: 600px;
	background-color: grey;
}
/* --------------------------------
	TABLE LIST
   -------------------------------- */
table.vhp_list {
	margin-top: 30px;
	width:96%;
	border-collapse: collapse;
}
table.vhp_list td{
	border-right:#3EB1C6 solid 1px;
}
table.vhp_list thead th {
	width: 30%;
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	/*border-bottom:#FFF solid 1px;*/
}
table.vhp_list thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
table.vhp_list tbody th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	/*border-bottom:#FFF solid 1px;*/
	vertical-align:top;
}
table.vhp_list tbody tr:last-child th {
	border-bottom:#3EB1C6 solid 1px;
}
table.vhp_list tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#3EB1C6 solid 1px;
	border-bottom:#3EB1C6 dotted 1px;
	vertical-align:top;
}
table.vhp_list td:last-child{
	border-bottom: #3EB1C6 solid 1px;
	margin-bottom: 50px;
}
table.vhp_list thead th:last-child {
	border-right:none;
}

table.vhp_list th:first-child{
}

@media screen and (max-width: 640px) {
	table.vhp_list thead {
		display:none;
	}
	table.vhp_list tbody th {
		display:block;
	}
	table.vhp_list tbody td {
		display:block;
	}
	table.vhp_list tbody td::before {
		content: attr(label);
		float: left;
		clear:both;
		font-weight:bold;
		margin-right: 20px;
	}
	table.vhp_list tbody td p {
		padding-left:6em;
	}
}
@media screen and (min-width: 640px) {
	table.vhp_list thead {
		display:none;
	}
	table.vhp_list tbody th {
		display:block;
	}
	table.vhp_list tbody td {
		display:block;
	}
	table.vhp_list tbody td::before {
		content: attr(label);
		float: left;
		clear:both;
		font-weight:bold;
		margin-right: 20px;
	}
	table.vhp_list tbody td p {
		padding-left:6em;
	}
}
/*
#hp000,#hp001{
	padding-top: 120px;
	margin-top: -120px;
}
*/


p.hpName{
	width: 260px;
	padding: 10px 0;
	margin: 0;
	font-size: 21px;
	font-weight: bold;
}

p.hpAddr{
	font-size: 16px;
}

p.hpLink{
	margin: 20px 0;
	width: 4em;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #333;
}
