@charset "utf-8";
/* CSS Document */

/* 若瀏覽區域的寬度大於 768 像素，（電腦顯示用） */
@import url(pc.css) screen and (min-width:1000px);

/* 瀏覽區域的寬度小於 767 像素，（手機顯示用） */
@import url(mobile.css) screen and (max-width:999px);

/* 瀏覽區域的最大寬度 1920 像素，（全區域用） */
@import url(btn.css) screen and (max-width:1920px);
@import url(form.css) screen and (max-width:1920px);
@import url(cart/chromestyle_cart.css) screen and (max-width:1920px);
@import url(cart/cart.css?dd=1) screen and (max-width:1920px);


@font-face {
  font-family: Myfont;
  src: local("華康行書體"),
       local("金梅毛碑楷"),
       local("金梅流行書"),
       url(MgOpenModernaBold.ttf);
}
@font-face {
  font-family: Myfont2;
  src: local("華康行書體"),
       local("金梅毛碑楷"),
       local("金梅流行書"),
}


body {
	/*font-family: "微軟正黑體", Arial;*/
	/*font-family: "Noto Sans CJK TC Thin";*/
	margin: 0; padding: 0;
	background-color:#000000;
}
img, object, embed, video {max-width: 100%;}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {width:100%;}
h2, h3 { color:#333333;}
.clear {clear: both;}
.block {width:100%;height:25px;}
.fl {float:left;}
.fr {float:right;}
