/*MENU*/
.topmenu{ font-size: 1.1em;}
/*區塊標題*/
.areatitle h2{ font-size: 2em;}
/*區塊副標題*/
.subareatitle{ font-size: 0.6em;}
/*產品view all*/
.gotocata{ font-size: 1.2em;}
/*產品分類名稱*/
.catatitle{ font-size: 1.4em; }
/*產品分類項目*/
.catatitle-en{ font-size: 1.25em; }
/*footer右側*/
.ft-h3 > h3{ font-size:1.1em;}
/*copyright*/
.copy{font-size: 14px;}
/*slide分類按鈕*/
.catebtn{ font-size:0.8em;}

@media only screen and (min-width: 360px) {
    /*產品分類名稱*/
    .catatitle{font-size: 1.5em;}
    /*產品分類簡述*/
    .itemname{ font-size: 1em;}
    /*footer右側*/
    .ft-h3 > h3{ font-size:1.4em;}
}

@media only screen and (min-width: 600px) {
    /*產品分類名稱*/
    .catatitle{ font-size: 2em;}
    /*產品view all*/
    .gotocata{font-size: 1.1em;}
    /*footer右側*/
    .ft-h3 > h3{ font-size:1.8em;}
    /*區塊標題*/
    .areatitle h2{ font-size: 2.5em;}
}



@media screen and (min-width: 1000px){
    /*區塊副標題*/
    .subareatitle{font-size: 0.9em;}

  
}


@media screen and (min-width: 1202px){
  
 

}

@media screen and (min-width: 1000px) and (max-width: 1199px){
 
}

@media screen and (min-width: 1001px) and (max-width: 1200px){
  
}

@media screen and (min-width: 1200px) and (max-width: 1435px){

  
}

@media screen and (min-width: 1300px){



}

@media screen and (min-width: 1500px){

    /*slide分類按鈕*/
    .catebtn{ font-size:1em;}

}

