@charset "UTF-8";

main img {
	margin-top: 100px;
}

@media (width <=767px) {
	main img {
		max-width: 260px;
		margin-top: 0;
	}
}