@import url(style-l.css);
@import url(style-m.css) only screen and (min-width:768px) and (max-width:979px);
@import url(style-s.css) only screen and (max-width:767px);

a {
  
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
a:hover {
  
}