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

@media all and (max-width:1300px)
{
	
	.contentmap .w10 
	{
		width:5%; 
	}
	
	
	.contentmap .w20 
	{
		width:25%; 
	}
	
}



@media all and (max-width:1000px)
{
	
	.contentmap .w20 
	{
		width:90%; 
	}
	
	
	.contentmap .w55
	{
		margin-left:5%; 
		margin-right:5%; 
		width:90%; 
		margin-top:30px;
	}
	
	
	.contentmap
	{
		padding-top:50px;
	}
	
}