@charset "UTF-8";

/* CSS Document */
#footer li.home {
  padding-top: 0;
}
@media (min-width: 641px) {
  #footer li.home {
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  #footer li.home {
    width: 36%;
  }
  #footer li.home img {
    width: auto;
    height: auto;
  }
}
