@charset "big5";
/* CSS Document */
@media only screen and (max-width: 768px) {
  .top-normal, .menu-top {display: none;}
  .top-mobile, .menu-top-mb {display: block;}
  .containter, .aside, .article {float: none; width: 100%;}
  .aside {border-radius: 0px;}
  .aside table {background-image: none;}
}

@media only screen and (max-width: 640px) {
  #menu a, #menu a.current, #menu a:hover {font-size: 14px; line-height: 16px;}
}

@media only screen and (max-width: 400px) {
  .menu-prod {width: 100%;}
}