h1 {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 3px solid #cccccc;
}
/* -------------------------------
 *   figure
 * ------------------------------- */
figure {
	margin: 0;
	max-width: 500px;
}
figure img {
	width: 100%;
}
figcaption {
	font-size: 15px;
	text-align: center;
}
/* -------------------------------
 *    footer
 * ------------------------------- */
footer {
	margin-bottom: 5px;
}