@charset "utf-8";
/* CSS Document */

/* == 共用區 ============================================================================= */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul{ list-style:none; }
/* == 桌機版優先 ============================================================================= */

.body{
    background-image: url( "../images/bg.jpg");
    background-repeat:repeat;
}

.head {
    max-width: 100%;
    height: auto;
    margin: 0px auto;
	position: relative;
	text-align: center;
    
}
.head div{
     display: inline-block;
     vertical-align: top;
}
.dlc{
    max-width: 118px;
    height: auto;
    position: absolute;
    z-index: 5;
    margin-top: 75px;
    margin-left: 55px;
    
}

.heada{
    max-width: 700px;
    height: auto;
   margin-top: 3%;
}

.headb{
    max-width: 150px;
    height: auto;   
    margin-top: 2%;
    margin-left: -1%;
}

.con01{
    max-width:950px;
    height: auto;
    margin: 0px auto;
	position: relative;
	text-align: center;
    padding-top: 3%;
    }

@font-face {
  font-family: '源泉圓體-Bold' ;
  src: url( "../fonts/GenSenMaruGothicTW-Bold.ttf");
}

h1,h3{
    font-family: '源泉圓體-Bold';
     }
h1{
    font-size: 2.8em;
     color: #e94a08;
}

h3{ 
    font-size: 2em;
    line-height:2em;
    padding-bottom: 1%;
     color: #003d8c;
}

.white{
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
	position: relative;
	text-align: center;
    background-color: #FFFFFF;
    margin-bottom: 3%;
}

.btn a{
    font-family: '源泉圓體-Bold';
	display:block;
    margin:0 auto;
    max-width:750px;
	height:70px;
	background-color:#0099bd;
	border-radius:35px;
	-webkit-border-radius:35px;
	font-size:2.3em;
	line-height:70px;
	text-align:center;
	text-decoration:none;
	color:#fff;
    }
.con01 .btn {
	width: 98%;
	max-width: 800px;
    height: auto;
    padding: 1%;
    margin: auto;
	}
.con01 .btn ul {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
	overflow: hidden;
	}
.con01 .btn li {
    width:80%;
    height: auto;
	margin: 3% 10% 0;
    float: left;
	transition:.3s;
	color: #FFFFFF;
	}
	
.con01 .btn li img {
    display: block;
    width: 100%;
	}
.con01 .btn li:hover {
    transform: scale(0.95, 0.95);
   	}

.con01 .btn li a:hover {
     color: #fff34b;
   	}


.con01 img{
    padding: 3%;
    max-width: 750px;
}


/* == 班址 == */
.footer {
    width: 100%;
    height: 150px;
    background-color:#ee7308 ;
    }

.footer .box01 {
    margin: 0 auto;
    padding: 20px 0 0;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
}

.footer .box01 .left {
    float: left;
    width: 230px;
}

.footer .box01 .right {
    float: right;
    width: 770px;
}

.footer .box01 .right ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.footer .box01 .right li a {
    float: left;
    display: block;
    padding: 0;
    margin: 0 20px 10px;
    width: 100px;
    height: 22px;
    font-size: 1.2em;
    text-decoration: none;
    color: #FFF;
     font-family:'微軟正黑體';
}

/* == 手機版型區 ============================================================================= */
@media screen and (max-width:768px) {
.heada{
    max-width:80%;
    height: auto;
   margin-top: 3%;
}
.headb{
    max-width: 15%;
    height: auto;   
    margin-top: 2%;
    margin-left: -1%;
}
    
.dlc{
    max-width: 14%;
    height: auto;
    margin-left: 6%;
    margin-top: 5%;
 
}    
    
    h1{
    font-size: 1.4em;
    padding: 1.5%;
    }
    
    h3{
    font-size: 1.2em;
    line-height: 1.2em;
    color: #003d8c;
}
    
.btn a{
	font-size:2em;
	line-height:2.2em;
    }
    
    /* == 班址 == */
    .footer {
        width: 100%;
        height: auto;
        /*桌機有寫高度，手機版須改為auto*/
        background-color: #ee7308;
        overflow: hidden;
    }

    .footer .box01 {
        margin: 0 auto;
        padding: 30px 0;
        width: 100%;
        overflow: hidden;
    }

    .footer .box01 .left {
        margin: 0 auto 15px auto;
        width: 100%;
        max-width: 230px;
        float: none;
    }

    .footer .box01 .right {
        width: 100%;
        float: none;
    }

    .footer .box01 .right ul {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0 10%;
    }

    .footer .box01 .right li a {
        float: left;
        display: inline-block;
        padding: 0;
        margin: 0 0 10px 0;
        width: 30%;
        /* 三欄可抓30% */
        height: 22px;
        font-size: 1em;
        text-decoration: none;
        color: #FFF;
    }
}
