@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: 100%;}
  /* .containter {background-image: none;} */
  .aside table {background-image: none;}
  .menu-prod {width: 100%;}
  div.aside a.bnrice {display:none;}
}

@media only screen and (max-width: 480px) {
  .menu-prod {width: 100%;}
  .menu-prod a {font-size: 13px;}
  #menu-prod-1 {padding-left: 1%;}
  #menu-prod-4 {padding-right: 1%;}
}