﻿@charset "utf-8";

footer .footer-box .all-menu > ul > li { width:180px; }
@media screen and (max-width:1700px){
	footer .footer-box .all-menu > ul > li { width:160px; }
}
@media screen and (max-width:1280px){
	footer .footer-box .all-menu { display:none }
}