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

/* 天區塊 */
body {
	padding-top: 3.2em;
}
#s-header {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
}
#s-header img{
	margin: 0.5em 5px;
}
#s-header .mnav {
	position: absolute;
	right: 0.5em;
	top: 0;
	line-height: 3.5em;
}
#s-header nav ul li {
	display: inline-block;
	margin-left: 0.5em;
}
#s-header nav ul li a {
	color: inherit;
	padding: 0 0.5em 0 0.5em;
}

@media screen and (max-width: 736px) {	
body {
	padding-top: 2.3em;
}
}