@charset "utf-8";
/* CSS Document */


* {
	
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
}
.img{

 	border:0; 
	width:100%; 

	
	orgWidth:1300;
	orgHeight:435;
	margin-top: 60px;
	
}


@media (max-width: 800px) {
	.img{
		width: 100%;
		padding-top: 0px;
		margin-top: 0px;
		}


  
}

