.fix-header {
	background:rgba(255,255,255,0.8);
	font-size: 15px;
	line-height: 60px;
	top: -60px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #444;
	padding-top:0;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 9999;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */
	}

	.fix-header-contents{
		width: 90%;
		margin: 0 0 0 10%;
	}

.fix-header ul{
	list-style-type: none;
	float: left;
	margin-left:10px;
}

.fix-header li{
	float:left;
	margin-right:25px;
}

.fix-header li a,.fix-header li a:visited{
	color: #555;
	text-decoration: none;
}
.fix-header li a:hover {
	color: #F90;
	text-decoration: none;
}
.fix-header li:last-child{
	margin-right:0;
}
#fix-header-logo{
	float:left;
}

#fix-header-logo img{
width:120px;
}


@media only screen and (max-width:767px){


.fix-header {
	display: none;
}




}