@charset "utf-8";
/* ============================================================
 * 檔案:store.css
 * 用途:銷售據點(store.php)
 * ------------------------------------------------------------
 * 【常見小修改速查】
 *   字體大小  → 搜尋  font-size      (例 font-size: 16px;)
 *   字型      → 搜尋  font-family    (全站預設字型設定在 public.css)
 *   文字顏色  → 搜尋  color
 *   背景顏色  → 搜尋  background  或  background-color
 *   外距(元素之間) → 搜尋  margin
 *   內距(框內留白) → 搜尋  padding
 *   粗體      → font-weight: bold;   置中 → text-align: center;
 * ============================================================ */

/* CSS Document */
    body,html{
        background: url(/images/store/bg.jpg) no-repeat center  right;
    }
    #banner{
   
        height: 150px;
        margin: 0 auto;
        padding-top: 75px;
        padding-left: 10px;
    }  
    #banner_txt1{
        width: 160px;
        font-family: "新細明體";
        font-size: 28px;
        float: left;
        letter-spacing: 2px;
        font-weight: bold;
    } 
    #banner_txt2{        
        width: 100px;

        font-family: 'Rasa';
        padding-top: 20px;
        font-size: 13px;
        float: left;
        letter-spacing: 2px;
    }

    .area_btn{
        width: calc(25% - 20px);
        height: 50px;
        line-height: 50px;
        margin: 10px;
        float: left;
        border: 1px solid #C9A063;
        font-family: "新細明體";
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        transition: all .3s ease;
    }
    .area_btn:hover{
        background: #C9A063;
        color: #FFF;
    }
    .area_active{
        background: #C9A063;
        color: #FFF;
    }
    
    #list{
        padding: 10px;
    }
    #list ul{
        padding: 0px;
        margin: 0px;
    }
    #list ul li{
        width: 100%;
        min-height: 30px;
        line-height: 30px;
        font-size: 14px;        
        border-bottom: 1px solid #C9A063;
    }
    .list_head{
        height: 20px !important;
        font-family: 'Rasa';
        font-size: 13px;
        color: #C9A063;
        border-bottom: 0px !important;
        padding-left: 10px;
        padding-right: 10px;
        
     
    }
    .list_name{
        width:25%;
        float:left;
    }
    .list_tel{
        width: 18%;
        float: left;
    }
    .list_county{
        width:10%;
        float: left;
    }
    .list_address{
        width: 47%;
        float: left;
    }
    .list_address a{
        color:#000;
    }
    .list_address a:hover{
        text-decoration: none;
    }
    #county:after{
        content:".";
        height:0;
        visibility:hidden;
        display:block;
        clear:both;
    }
    #county select{
        width: calc(25% - 20px);
        height: 40px;
        float: left;
        padding-left: 15px;
        font-size: 14px;
        border:1px solid #C9A063;
        appearance:none;    
        -moz-appearance:none;
        -webkit-appearance:none;        
        background: url("/images/arrow1.png") no-repeat scroll right center transparent;
        background-color: #FFF;
        margin: 0px 10px;
        color: #C9A063;
        
    }
    #county select::-ms-expand { display: none; }
    
/* mobile start */

@media screen and (min-width:1310px){
    article{
        width: calc(100% - 150px);
        height: 100%;
        margin-left: 150px;
        background: #FFF;
    }
}
@media screen and (min-width:1200px){
    article{
        width: 980px;
        height: 100%;
        margin-left: 150px;
        background: #FFF;
    }
    #banner{
        width: 920px;
        height: 150px;
        margin: 0 auto;
        padding-top: 75px;
        padding-left: 10px;
    }  
    #area{
        width:920px;
        height: 80px;
        margin: 0 auto;
        
    }
    #county{
        width:920px;
        min-height: 60px;
        margin: 0 auto;
    }
    #list{
        width: 980px;     
        margin: 0 auto;
        padding-left: 40px;
    }
    .list_head{
        width: 920px;
        margin: 0 auto;
    }
}
@media screen and (max-width:1200px) and (min-width:992px){
    article{
        width: calc(100% - 150px);
        height: 100%;
        margin-left: 150px;
        background: #FFF;
    }
    #banner{
        width:100%;
    }
    #area{
        width:100%;
        height: 80px;
        margin: 0 auto;
        
    }
    #county{
        width:100%;
        height: 60px;

    }
    #list{
        width: 100%;
    }  
}
@media screen and (min-width:992px){
    #list{
        height: calc(100% - 300px);
        overflow: hidden;
    }
    #phone_area{
        display: none;
    }
    #footer{
        display: none;
    }
    #m1{
        margin-left: calc(25% + 10px) !important;
    }
    #m2{
        margin-left: calc(50% + 10px) !important;
    }
    #m3{
        margin-left: calc(75% + 10px) !important;
    }
}
@media screen and (max-width:992px){
    html,body{
        background: none;
    }
    .list_head, #area, .list_county{
        display: none;
    }
    #banner{
        width: 100%;
        padding-top: 30px;
    }
    #banner_txt1{
        width: 100%;
        text-align: center;
        float: none;
    }
    #banner_txt2{
         width: 100%;
        text-align: center;
        float: none;
        padding-top: 00px;
        color:#aaa;
        font-size: 12px;
        font-family: "微軟正黑體";
    }
    #phone_area{
        width: 100%;
        height: 60px;
      
    }
    #btn_area{
        width:100%;
        height: 40px;
        font-size: 20px;
        padding-left: 12px;
        

        border: 1px solid #C9A063;
    
    }
    #btn_area option{
       font-size: 20px;
        text-align: center !important; 
    }
    #list{
        width: 100%;
        height: auto;
        line-height: 20px !important;
        padding-left: 30px;
        padding-right: 30px;    
    }
    #list ul li{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .list_name, .list_tel, .list_address{
        width: 100%;
        height: 20px;
        line-height: 20px;
        float: none;
    }
    #county{
        height: auto;
        padding-left: 10px;
    }
    #county select{
        width: calc(100% - 30px) !important;
        margin-bottom: 10px;
    }
    #phone_area select{
        width: calc(100% - 40px) !important;
        height: 40px;
        
        font-size: 14px;
        border:1px solid #C9A063;
        appearance:none;    
        -moz-appearance:none;
        -webkit-appearance:none;        
        background: url("/images/arrow1.png") no-repeat scroll right center transparent;
        background-color: #FFF;
        margin: 0 auto;
        margin-left: 20px;
        color: #C9A063;
        
    }
    #phone_area select::-ms-expand { display: none; }
}
