@charset "UTF-8";
/* CSS Document */
header {
	position: relative;
	z-index: 9999;
}
header div {
	padding-top: 20px;
	position: absolute;
	top: 0;
	left: 5%;
}
header div img {
	width: 100px;
}
@media screen and (max-width: 768px) {
	header div img {
	width: 50px;
	}
}