/*-------------------------
トップページ以外のヘッダー
-------------------------*/
header{
	height:50px;
	width:100%;
}
header .logo{
	/*background:url(img/header-logo-s.png) left -5px no-repeat;*/
	color:#fff;
	height:42px;
	margin:0 auto;
	text-align:left;
	/*text-indent:-3000px;*/
	width:160px;
	float: left;
}
header .btnMenu .btn{
	right:5px;
	margin:4px 0% 4px 0%;
	width:155px;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	float: right;
	padding:2px 0;
	background: url(../img/daruma.gif) no-repeat;
	-moz-background-size: 150px 27px;
	-webkit-background-size: 150px 27px;
	background-size: 150px 27px;
	text-indent:-9877em;
	text-decoration:none;
}
header p.btn .icon{
	margin-right:0;
	margin-left:2px;
}
header nav{
	z-index:5;
}