
#contents .page_title h2 {
	background: url("../access/img/back.jpg") no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.access img {
	width: 90%;
	margin: 10px auto;
	display: block;
}

.access table {
	width: 100%;
	margin: 20px auto;
}
.access table th,
.access table td {
	padding: 10px;
	border-bottom: 1px solid #333;
}
.access table th {
	font-weight: bold;
}

.access #gmaps {
	width: 100%;
	height: 240px;
	margin: 30px auto 20px auto;
}

@media screen and (min-width: 768px) {

	.access img {
		width: 600px;
		margin: 10px auto 30px auto;
	}

	.access table {
		width: 100%;
		margin: 20px auto 30px auto;
	}
	.access table th,
	.access table td {
		padding: 10px 20px;
	}

	.access #gmaps {
		height: 340px;
		margin: 50px auto 20px auto;
	}

}

@media screen and (min-width: 1000px) {

	.access #gmaps {
		height: 400px;
	}

}
