@charset "utf-8";
/* CSS Document */

#flower {
	margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
	#flower {
		margin-bottom: 60px;
	}
}