@charset "utf-8";
/* CSS Document */

h2 {
	margin-bottom: 4px;
}

p.copy_text {
	width: 100%;
	margin: 0;
	padding: 20px;
	background-color: #126A8B;
}

figure {
	margin: 0 0 20px 0;
}

.access_list {
	width: 90%;
	margin: 0 auto;
}

.access_list li {
	padding: 20px 0;
	border-bottom: #666666 2px dotted;
}

.access_list li:last-child {
	margin-bottom: 20px;
	border: none;
}

.img_list {
	width: 90%;
	margin: 0 auto 20px;
}

.img_list li {
	width: 47%;
}

.img_list li:nth-child(odd) {
	float:left;
}

.img_list li:nth-child(even) {
	float:right;
}

.accMap h3 {
	padding: 0;
	background: none;
}

.accMap figure {
	width: 90%;
	margin: 0 auto 20px;;
}

p.notes {
	text-align: left;
}