@charset "big5";
/* CSS Document */
@media only screen and (max-width: 768px) {
  .top-normal {display: none;}
  .top-mobile {display: block;}
  .container, .main, .aside, .map {float: none; width: 100%;}
  .aside .contain, .map {border: none; position: static;}
  .aside table, .hotline {background-image: none;}
  .gotoprod, #prod {display: block;}
}

@media only screen and (max-width: 600px) {
  .details p {background-color: #ffffff; position: static;}
  .see {display: none;}
  .gotoprod a {position: relative; top: -5px;}
}