@charset "Shift_JIS";

.Show994px {display: none;}
.Show767px {display: none;}
.Show579px {display: none;}
.Show399px {display: none;}


@media screen and (max-width: 994px) {

	.JS .Hide994px {display: none;}
	.JS .Show994px {display: block;}

}

@media screen and (max-width: 767px) {

	.JS .Hide767px {display: none;}
	.JS .Show767px {display: block;}

}

@media screen and (max-width: 579px) {

	.JS .Hide579px {display: none;}
	.JS .Show579px {display: block;}
}

@media screen and (max-width: 399px) {

	.JS .Hide399px {display: none;}
	.JS .Show399px {display: block;}
}

