figure.prof_img {
	width: 400px;
}

@media screen and (max-width: 1000px) {
	#contents figure.prof_img {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	#contents figure.prof_img img {
		width: 70%;
	}
}