#title {
	letter-spacing: .5em;
	background-image: url("../img/image.jpg");
}
section p + h2 {
	margin-top: 2em;
}
h2#environment {
	padding-top: 12em;
	background: url("../img/goldenpig.jpg") center 0 / 12em auto no-repeat;
}
#staff dl {
	padding-left: 35%;
	position: relative;
}
dl img {
	width: calc(35% - 1.5em);
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}
dl + dl {
	margin-top: 3em;
}
dt {
	font-size: 1.2em;
	text-align: center;
}
dt small {
	color: #555;
	font-size: .8em;
	display: block;
}
dd {
	padding-top: 1.5em;
}
#staff ul {
	font-size: .9em;
	padding-left: 1.5em;
}
#collaborator ul {
	list-style: none;
}
#collaborator li {
	font-size: .9em;
	text-align: center;
}
main li + li {
	margin-top: .5em;
}

@media screen and (max-width: 650px) {
	#staff dl {
		padding-left: 0;
	}
	dl img {
		margin: 0 auto 1.5em auto;
		width: 250px;
		position: relative;
	}
}