@charset "UTF-8";
.secNormal_subTitle {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}
.food_caution {
	color: #f00;
	font-size: 125%;
}
.mainImg {
	margin-bottom: 50px;
}
.mainImg > img {
	display: block;
	max-width: 100%;
	height: auto;
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.secNormal_subTitle {
		font-size: 18px;
	}
	.mainImg {
		margin-bottom: 35px;
	}
	.mainImg > img {}
}
@media screen and (max-width: 699px) {
	.secNormal_subTitle {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.mainImg {
		margin-bottom: 15px;
	}
	.mainImg > img {}
}
