﻿@import "/inc/css/btn.css";
@import "/inc/css/all.css";

body {
  
}
/*---- 最外層包裝 ----*/
#WRAPPER {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
/*--*/
#wls_bar {
    width: 100%;
    margin: 0 auto;
    background: #898989;
    height: 12px;
    text-align: left;
}

#bar01 {
    width: 30%;
    background: #d60029;
    height: 12px;
}

#logo_box {
    width: 100%;
    height: 80px;
    position: relative;
}

#logo {
    position: absolute;
    left: 20px;
    top: 5px;
}

#logo2 {
    position: absolute;
    right: 20px;
    top: 5px;
}

#master {
    width: 100%;
    
    background:#e50359 url("images/master_bg.jpg") repeat-x bottom;
    font-size: 0px;
    line-height:0px; 
    *line-height:0px;    
    text-align: center;
    /*-moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    
}

#master_list {
padding-left: 0;

}
#master_list li{
  list-style: none;
  display:inline-block;
  vertical-align: middle;
  padding-bottom: 70px;
  
}


#content {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 1em;
}



.btn_box {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 3em;
    text-align: center;
	
}

.btn {
    width: 180px;
    height:180px;
    color: #fff;
    background:  #898989;
    font-size: 1.2em;
    line-height: 11em;
    display:inline-block;
    text-align: center;
    border-radius: 100px;
    -webkit-border-radius: 100px; /*safari, google chrome */
    -moz-border-radius: 100px; /*firefox */
    behavior: url(/inc/css/PIE.htc);
    text-decoration: none;
    margin: 0.5em 0.5em;
}
    .btn:hover{
        background:#e50359;
    }


.h1 {   
    margin:1.3em auto;
    font-size: 1.3em;
   

}
.h1 p{
    display: inline-block;
    margin:5px; 
     text-align:left;
     text-align:justify; 
    text-justify:inter-ideograph; 
}
.tel {
    color:#e50359;
     font-size: 1.3em;
}
.tel a
{
   text-decoration: none;
}
#footer {
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    font-size: 1em;
    background: #4d4d4d;
}

    #footer a {
        color: #ffffff;
        text-decoration: none;
    }

        #footer a:hover {
            color: #ffffff;
            text-decoration: underline;
        }
    #footer p {
        display:inline-block;
        margin:0 5PX;
    }

#inline_content {
    padding:10px; background:#fff;
}
    #inline_content p {
        padding-bottom: 20px;
    }
.inline_title {
      font-size: 2em;
      color:#e50359;
}
.inline_title_01 {
     color:#e50359;
      font-size: 1.3em;
}
/*行動版*/
@media (max-width: 480px) {
    #wls_bar { height: 8px;}
    #bar01 {width: 35%; height: 8px;}
    #logo_box { height: 50px;}
    #logo {width: 35%;}
    #logo2 {width: 35%;}
     #content, .btn_box { width: 90%;}
     #master {background: #e50359;}
     #master_list li {padding:0;}
     #master_img1 { width: 50%;}
     #master_img2 { width: 90%;}
    .btn {font-size: 1.2em;height:3em;line-height:3em; width: 100%;  margin:0.5em 0;}    

    #footer {font-size: 0.8em;}

}

@media (min-width: 481px) and (max-width: 827px) {
    #bar01 { width: 35%;}
    #logo { width: 30%;}
    #logo2 { width: 30%;}
    #footer {font-size: 0.6em;}
    /*內容*/
    #content, .btn_box { width: 90%;}
    .btn {font-size: 1.2em;height:3em;line-height:3em; width: 100%;  margin:0.5em 0;}    
    #master {background: #e50359;}
     #master_list li {padding:0;}
     #master_img1 { width: 70%;}
     #master_img2 { width: 90%;}

     
}

@media (min-width: 828px) and (max-width: 987px) {
   #bar01 {width: 35%; }
   #footer {font-size: 0.7em; }
   /*內容*/
   #content, .btn_box { width: 90%;}
   .btn { font-size: 1.1em;line-height:10em; margin: 0.3em ;}
   #master {background: #e50359;}
   #master_list li {padding:0;}
   #master_img1,#master_img2 { width: 100%;}
   
}

@media (min-width: 988px) and (max-width: 1142px) {
   #bar01 {width: 35%; }
   #footer {font-size: 0.7em; }
   /*內容*/
   #content, .btn_box { width: 90%;}
   .btn { font-size: 1.2em;line-height:10em; margin: 0.3em ;}
   #master {background: #e50359;}
   #master_list li {padding:0;}
   #master_img1,#master_img2 { width: 100%;}
   
}

@media (min-width: 1143px) and (max-width: 1647px) {
    #bar01 {width: 35%; }
    #footer {font-size: 1em; }
    /*內容*/
    #content, .btn_box { width: 90%;}
    .btn {font-size: 1.2em;line-height:10em; margin: 0.2em ;}
    #master_img1,#master_img2 { width: 100%;}
    
}