@media screen and (max-width: 500px){
	#header{
		width:100%;
		padding:20px 3%;
		box-sizing:border-box;
		border-bottom:1px solid #e5e5e5;
		display:inline-block;
	}
	
	#header .logo{
		width:140px;
		display:inline-block;
		margin-top:0px;
	}
	
	#header .logo img{
		width:100%;
	}
	
	#header .menu{
		width:40px;
		display:inline-block;
		float:right;
	}
	
	#header .menu img{
		width:100%;
	}
	
	
	#header .mo_menu{
		display:none;
	}
	
	
	
	#footer{
		width:100%;
	}
	
	#footer .footLogo{
		padding:4em 0px;
		width:160px;
		margin:0 auto;
	}
	
	#footer .footLogo img{
		width:100%
	}
	
	#footer .copyright{
		width:100%;
		background:#000000;
		color:#fff;
		text-align:Center;
		padding:15px 0px;
		font-size:14px;
	}
	
	








}
