@charset "UTF-8";


.text-red {
	font-size:1.0rem;
	color:#F00;
}

@media screen and (max-width: 999px) {
.center-box img {
	max-width:98%;
	height:auto;
	margin:10px auto;
}
}
@media screen and (min-width: 1000px) {
.center-box img {
	max-width:100%;
	height:auto;
}
}