@charset "utf-8";

#Quick a span {white-space:nowrap}

#Quick a:hover {width:140px;}
#Quick a:hover span {width:85px;}

@media screen and (max-width:1024px){
	#Quick a:hover {width:130px;}
	#Quick a:hover span {width:75px;}
}

@media screen and (max-width:767px){
	#Quick a:hover {width:110px;}
	#Quick a:hover span {width:65px;}
}