@charset "UTF-8";

html {
	position: relative;
	min-height: 100%;
}

body {
/*	margin-bottom: 30px; */

	font-size: 18px;	/* PC—p */

}

.header {
	text-align: center;
/*	background: #00a65a; */
	background: chocolate;
/*	font-size: 18px;	*/
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 0 40px;
}

.header .menubutton {
/*
	background: center center no-repeat #00a65a;
*/
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px;
	height: 40px;
	top: 0px;
	left: 10px;
	position: absolute;
}

.header a {
	color: #fff;
}

.header a:hover {
	text-decoration: none;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	text-align: center;
	color: #fff;
	background-color: #000;
	padding: 3px 0;
}

.mt1 {
	margin-top: 10px;
}

.mt2 {
	margin-top: 20px;
}

.mt3 {
	margin-top: 30px;
}

.mt4 {
	margin-top: 40px;
}

.mt5 {
	margin-top: 50px;
}

.mb1 {
	margin-bottom: 10px;
}

.mb2 {
	margin-bottom: 20px;
}

.mb3 {
	margin-bottom: 30px;
}

.mb4 {
	margin-bottom: 40px;
}

.mb5 {
	margin-bottom: 50px;
}

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