@charset "utf-8";
/* CSS Document */



@media screen and (min-width:768px) and ( max-width:1024px) {

	#sys{width: 750px}
	
	
}

@media screen and (max-width:767px) { 
	

	#sys{width: 100%}


}