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

.imgLogo {
	width: 75%;
}

@media screen and (max-width:480px) {
	.imgLogo {
		width: 85%;
	}
}