@charset "UTF-8";

/* clearfix
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
*html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */


/* ボディー
---------------------------------------------------- */
article {
	width: 100%;
	height: 100%;
}
article figure {
	text-align: center;
	margin-top: 10%;
	margin-left: 10%;
}
img {
	max-width: 100%;
	height: auto;
	line-height: 0;
}
