@charset "big5";
/* CSS Document */
@media only screen and (max-width: 768px) {
  .main {width:100%; padding:0px;}
  .top-normal, .center-line {display: none;}
  .top-mobile {display: block;}
  .container, .aside, .article {float: none; width: 100%;}
  .container {background-image: none;}
  .aside table {background-image: none;}
}

@media only screen and (max-width: 540px) {
  .section h2 small {display: none;}
  .section .figure {margin-left: 5px; float: right;}
  .section .text, .section:nth-child(odd) .text {margin: 0;}
}
