

nav:not(.mm-menu)
{
	display: none;
}


.content,
.footer
{
	text-align: center;
}
.header
{
	background:rgba(129, 212, 116, 0.9); height:70px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height:70px;
	padding: 0 ;
	top: 0;
	left: 0;
	z-index:9999;
}


.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}

a.mbtn
{
	background: center center no-repeat transparent;
	background-image:url(mmenu.png?2012) ;
	background-size:contain;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0.8em;
	right: 10px;
	text-indent:-999em;
}



@media screen and (orientation: portrait)  {

}


/*	スマフォ横置き　*/
@media screen and (orientation: landscape){

}

	a.mbtn	{ display:none;}
@media screen and (max-width: 640px){/*	　*/
	#header	{ display:none;}
	.header	{ display:inline-block; vertical-align:middle;}
	.header #logo-sp		{ vertical-align:middle; padding-right:45px; line-height:70px; text-align:left;}
	.header #logo-sp img	{ vertical-align:middle; width : -webkit-calc(100% - 40px) ; width:calc(100% - 40px); max-width:308px;
		line-height:70px; position:relative; bottom:2px; left:2%;
	}
	a.mbtn	{ display:block; opacity:1;}
}



/*
@media screen and (min-width: 641px) {
	.header	{ display:none;}
	
}
@media screen and (max-width: 640px) {
#wrapper	{ padding-top:40px;}
}

*/


