@charset "utf-8";
/* CSS Document */

.imgbox {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
.imgbox img {
	max-width: 100%;
}

@media (max-width: 767px) {
.imgbox {
	max-width: 100%
}
}