@media screen and (max-width:900px) {
	
	div.navbar{display: none;}
	div.mnavbar{display: inline-table;}	
	
	div.F11Screen{display: none;}

	
	
	
	div.mobile-footer{display: inline-table;}	
	
	/*product
	ul.product li button{display: inline;}
	ul.product li button label{display: none;	}
	*/
}

@media screen and (max-width:800px) {
	
	body{font-size: 16px; }	

	/*news*/
	ul.news li a.img{width: 150px;} 
	ul.news li div.info{ width: calc(100% - 170px);} 
	ul.news li div.info h3{font-weight: normal;}
}

@media screen and (max-width:700px){
	
	/*product*/
   ul.product li { width: calc(50% - 30px); }
	ul.product li h2{	max-height:inherit;	}

	div.line-user a ins{display:none;}	
	
	div#share-tool{display: none;}
	ul.news li div.info div{display:none;}	
}

@media screen and (max-width:300px) {	
	/*news*/
	ul.news li a.img{width: 100px;} 
	ul.news li div.info{  width: calc(100% - 120px);} 
	
	/*product*/
	ul.product li {width: calc(100% - 30px); }
	ul.product li h2{	max-height:inherit;	}
	ul.product li div.info{height: auto;}
	
	
}