@charset "utf-8";
/* CSS Document */

figure {
	margin-left: auto;
	margin-right: auto;
}
figcaption {
	margin: 2px auto;
	text-align: center;
	font-size: 0.85em;
}
img {
	max-width: 100%;
	height: auto;
}

.img {
	width: auto;
	height: auto;
	padding: 2px;
	margin-bottom: 3px;
}


