﻿/* 若瀏覽區域的寬度大於 641 像素，則 import 外部檔 normal-layout.css（螢幕顯示用的 CSS ）： */
@import url(com_pc.css?v=1.1) screen and (min-width:641px);
/* 若瀏覽區域的寬度小於 640 像素，則 import 外部檔 mobile-layout.css（手機顯示用的 CSS ）： */
@import url(com_mobile.css?v=1.1) screen and (max-width:640px);