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

header.default {
	position: absolute;
	width: 100%;
	z-index: 999;
}

#site-logo img {
	height: 100px;
}

@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
	#site-logo img {
		max-height: 60px;
	}
}