/************************************************************************************
smaller than 1024
*************************************************************************************/
@media screen and (max-width: 1024px) {


.wrap{
	  width:98%;
	}
	
	
	
	
}

/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen and (max-width: 768px) {
	

aside.header-left{
				  padding-top:150px;
				}
				
.numbering{
			left:44%;
			}
				

}



/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {



header{
		padding:30px 0px 30px 0px;
		}

aside.header-left{
				  width:100%;
				}
				
aside.form-block{
				width:98%;
				float:left;
				}

			

aside.left{
			width:100%;
			}
	
	aside.left li{ line-height:20px; padding-left:10%; width:90%; }
	
aside.right{
			width:100%;
			padding-top:6%;
			}
	
	aside.left li{ line-height:32px; background-position:0 .1em; }
	
	
.right-address{
			width:90%;
			}


}


	

/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 480px) {
	  

	
aside.top-right{
				float:left;
				padding-bottom:20px;
				}
				
				
.input-body{
			width:100%;
			}
			
.input-body2{
			width:100%;
			}
			
.bookmark{
		  font-size:20px;
		}
		
		
.right-image li img{ max-width:100%; height:auto; }



.numbering{
			left:40%;
			}


}


/************************************************************************************
smaller than 360
*************************************************************************************/
@media screen and (max-width: 360px) {



.right-image li{ width:99%; margin-left:0px; margin-right:0px; margin-top:30px; }


.numbering{
			left:38%;
			}


}