.fix-header {
	background-color: #000;
	top: 0px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding: 1% 0;
	padding-top: 15px;
	position: fixed;
	opacity: 0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように *//*	opacity: 0; */
}
.fix-header-contents {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.fix-header nav {
	width: 70%;
	float: left;
}
.fix-header ul {
	list-style-type: none;
}
.fix-header li {
	float: left;
	margin-right: 32px;
}
.fix-header li a, .fix-header li a:visited {
	color: #fff;
	text-decoration: none;
}
.fix-header li:last-child {
	margin-right: 0;
}
header .fix-header .entry_btn {
	float: right;
	margin-right: 1%;
}
#scroll-fix-menu img {
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}
#scroll-fix-menu .current-menu-item img {
	border-bottom: 2px solid #0f142a;
}
#scroll-fix-menu a img:hover {
	border-bottom: 2px solid #0f142a;
	transition: border-color 0.6s ease-out;
}
/* micro clearfx */
.cf:before, .cf:after {
	content: "";
	display: table
}
.cf:after {
	clear: both
}
.cf {
	zoom: 1
} /* For IE 6/7 */
