@charset "big5";
/* CSS Document */
@media only screen and (max-width: 768px) {
  .top-normal {display: none;}
  .top-mobile {display: block;}
  .main, .containter, .aside, .article {float: none; width: 100%;}
  .aside table {background-image: none;}
}

@media only screen and (max-width: 520px) {
  .content {width: auto;}
  .section .title {display: none;}
  .figure-full img {width: 100%;}
}