

nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: center;
}
.header
{
	background:#fbb03b;
	background: rgba(251,176,59,0.8); height:4.2em;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;


	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	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: 2.5em;
	height: 2.5em;
	position: absolute;
	top: 2em;
	left: 10px;
	text-indent:-999em;
}


@media screen and (orientation: portrait)  {

}


/*	スマフォ横置き　*/
@media screen and (orientation: landscape){

}

	a.mbtn	{ display:none;}
@media screen and (max-width: 640px){/*	　*/
	a.mbtn	{ display:block;}
}

@media screen and (min-width: 0px) and (max-width: 480px) {
	a.mbtn { top:0.8em;}
}

/*
@media screen and (min-width: 641px) {
	.header	{ display:none;}
	
}
@media screen and (max-width: 640px) {
#wrapper	{ padding-top:40px;}
}

*/


