@charset "big5";
/* CSS Document */
@media only screen and (max-width: 768px) {
  body {overflow-x: hidden;}
  .top-normal {display: none;}
  .top-mobile {display: block;}
  .containter, .aside, .article {float: none; width: 100%;}
  .aside, .aside table {background-image: none;}
  .prod-head, .prod-foot {display: none;}
  .content h2 {height: auto;}
  .content h2 em {display: block;}
}
