@charset "utf-8";

/* =Header
-------------------------------------------------------------- */
#header {
	position: fixed;
	z-index: 5;
	background: rgba(255,255,255,0.95);
	width: 100%;
	border-bottom: 1px solid #eee;
}
#head_inner {
	padding: 10px 0 5px;
}

#head_top {
	padding-bottom: 15px;
}
#head_top h3 {
	font-weight: normal;
	font-size: 1.3rem;
	margin: 0;
	line-height: 1.65;
}
#head_top #sub-gnav li {
	font-size: 1.3rem;
	margin-left: 1.5em;
}

#site-title {
	margin: 0;
	padding-top: 0.5rem;
	float: left;
}
#site-title .txt {
	line-height: 1;
	font-size: 2.8rem;
}

@media screen and (max-width: 736px) {
	#head_inner {
		padding: 10px 0;
	}
	#musthead {
		position: relative;
	}
	#site-title {
		padding: 1.2rem 0;
	}
}