@charset "utf-8";

.limit_bos {
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
@media screen and (max-width: 600px) {
.appearing {
	background-color: #092905;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.vanishing {
	display: none;
}
}


@media screen and (min-width: 601px) {
.appearing {
	display: none;
}
.vanishing {
	width: 100%;
	height: auto;
}
}

