@media (min-width: 0px) and (max-width:768px) {	
	body{
		background:url("../img/background.png") no-repeat center center fixed;
		background-size:cover;
		}
	#toolbar{
		visibility: hidden;
	}
	#mToolbar{
		overflow: hidden;
		top: 0px;
		left: 0px;
		right: 0px;
		
		background-color: white;
		position: fixed;
		height: 48px;
		width: 100%;
		box-shadow: 0 2px 5px 0 rgba(162, 170, 169, 0.7);
		z-index: 10;
	}
	#mToolbarButton{
		position: relative;
		top: 16px;
		left: 10px;
		text-align: center;
		cursor: pointer;
		-webkit-font-smoothing: antialiased;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-text-size-adjust: none;
		box-sizing: border-box;
		border: none;
		background-color: #FFFFFF;
	}
	#mToolbarButton span{
		text-align: center;
		cursor: pointer;
		-webkit-font-smoothing: antialiased;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-text-size-adjust: none;
		box-sizing: border-box;
		background-color: var(--theme-color,#42b983);
		display: block;
		margin-bottom: 4px;
		width: 16px;
		height: 2px;
	}
	#ClickMune{
		position: fixed;
		visibility: hidden;
		top: 53px;
		left: 5px;
		width: 150px;
		height: auto;
		background-color: white;
		border-radius: 5px 5px 5px 5px;
		z-index: 12;
	}
	#ClickMune ul{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	#ClickMune a{
		display: block;
		color: #55AA00;
		padding: 8px 16px;
		text-decoration: none;
	}
	#ClickMune a:hover{
		background-color: #55AA00;
		color: #FFFFFF;
	}
	#QuitMune{
		position: fixed;
		visibility: hidden;
		background-color: rgba(83, 83, 83, 0.6);
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		z-index: 11;
	}
	#MuneLogo{
		position: relative;
		top: 4px;
		left: 4px;
		
	}
	.MuneButton{
		position: relative;
		float:right;
		font-size: 18px;
		text-decoration: none;
		color: #55aa00;
		padding: 12px 20px 12px 20px;
		overflow: hidden;
	}
	.MuneButton:hover{
		background-color: #55AA00;
		color: #FFFFFF;
	}
}
@media (min-width: 769px) {
	body{
		background:url("../img/background.png") no-repeat center center fixed;
		background-size:cover;
		}
	#toolbar{
		overflow: hidden;
		top: 0px;
		left: 0px;
		right: 0px;
		
		background-color: white;
		position: fixed;
		height: 48px;
		width: 100%;
		box-shadow: 0 2px 5px 0 rgba(162, 170, 169, 0.7);
		z-index: 10;
	}
	#mToolbar{
		visibility: hidden;
	}
	#ClickMune{
		visibility: hidden;
	}
	#QuitMune{
		visibility: hidden;
	}
	#MuneLogo{
		position: relative;
		top: 4px;
		left: 4px;
		
	}
	.MuneButton{
		position: relative;
		float:right;
		font-size: 18px;
		text-decoration: none;
		color: #55aa00;
		padding: 12px 20px 12px 20px;
		overflow: hidden;
	}
	.MuneButton:hover{
		background-color: #55AA00;
		color: #FFFFFF;
	}
}
