
.parking {
	max-width: 950px;
	margin: 40px auto 0;
}

.parking h4 {
	text-align: center;
	font-size: 26px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #000;
	font-weight: 600;
}
.parking img {
	width: 800px;
	display: block;
	margin: 20px auto;
}
.parking h5 {
	text-align: center;
	font-size: 24px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #000;
	font-weight: 600;
}
.parkprice-p {
	text-align: right;
	color: #000;
	margin-right: 10%;
}
.parking-p {
	text-align: left;
	margin-left: 10%;
	font-size: 15px;
	color: #000;
	margin-top: 10px;
}

.parking-table {
	width: 80%;
	color: #000;
	border-collapse:collapse;
	margin: 20px auto 0;
}
.parking-table tr {
	border: solid 1px #333;
}
.parking-table th, .parking-table td {
	padding: 13px 0 10px;
	font-weight: 300;
	font-size: 15px;
}
.parking-table th {
	width: 20%;
	border-right: solid 1px #333;
}
.parking-table td {
	padding-left: 30px;
}
.parking-table td a {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 5px 15px;
	margin-top: 3px;
	font-size: 14px;
	text-decoration: none;
}

.parkprice-table {
	width: 80%;
	margin: 20px auto 10px;
}
.parkprice-table small {
	font-size: 15px;
}
.parkprice-table th {
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 24px;
	width: 45%;
	font-weight: 600;
}
.parkprice-table td {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	border-left: solid 1px #333;
}
.parkprice-table td small {
	padding-right: 10px;
}