@import url(ress.css);
.boxsizing {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.centering, .imgmask img, .imgmask.noimg p {
	top: 50%;
	left: 50%;
	position: relative;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.imgmask {
	overflow: hidden;
	background-color: #CCCCCC;
}

.imgmask.noimg {
	background-color: white;
}

.imgmask.noimg p {
	color: #FFFFFF;
	text-align: center;
	line-height: 1;
}

html {
	font-size: 62.5%;
	line-height: 1.5;
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
}

article {
	width: 100%;
	min-height: 800px;
	margin: 0;
	color: #4b5142;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

article div {
	margin: 0 auto;
}

article div img {
	width: 160px;
	height: auto;
}

article div p {
	margin-top: 20px;
}
