@charset "utf-8";
 
 
      
button, input, select, textarea { font-size: 100%; border:0; background:none; outline:none; resize: none; } 
  
  
.wrap { width:1400px; margin:0 auto; }

@media all and (max-width:1480px){
	.wrap { width:1200px; margin:0 auto; }
}
@media all and (max-width:1280px){
	.wrap { width:92%; }
}
  
 