@charset "big5";
/* CSS Document */
@media only screen and (max-width: 768px) {
  .top-normal {display: none;}
  .top-mobile {display: block;}
  .containter, .aside, .article {float: none; width: auto; border-radius: 0;}
  .containter {padding: 0;}
  .aside, .article {border: none;}
  .aside table {background-image: none;}
}

@media only screen and (max-width: 480px) {
  #menu {max-width: 245px;}
  .menu-section {float: none; width: 100%;}
}