@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:1920px){
	
	#wrapper-out{ width:100%}
	
	
	}

@media only screen and (max-width:1100px){
	
	
	#wrapper-in{width: 100%;}
	
	#main{ width:100%}
	
	#main img{}
	
	}
	
@media only screen and (max-width:700px){
	
	#main img{ width:100%; height:auto;}
	
	
	}
	
@media only screen and (max-width:340px){	

	#logo{ width:100%}
	
	#logo img{width:100%; height:auto;}
	
	#logo p{ font-size:0.85em}

}