@charset "utf-8";

/* =Header
-------------------------------------------------------------- */
#header {
	position: fixed;
	z-index: 5;
	background: rgba(255,255,255,1);
	width: 100%;
	padding-bottom: 30px;
}
#header::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 15px;
	bottom: -15px;
	left: 0;
	background: transparent repeat-x	center center;
	background-image: url('../images/common/wave_lower_white.png');
}
#head_inner {
	padding: 30px 0 0;
}

#head_top {
	padding-bottom: 30px;
}
#head_top h3 {
	font-weight: bold;
	font-size: 1.3rem;
	margin: 0;
}
#head_top #sub-gnav li {
	font-size: 1.3rem;
	margin-left: 1.5em;
}

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