/* == 共用區 ============================================================================= */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    /*safari & chrome*/
    -moz-box-sizing: border-box;
    /*firebox*/
    box-sizing: border-box;
    /*解除padding影響寬度關係*/
}

html,
body {
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
}

.fc01 {
    color: #ff3300;
    font-size: 20px;
}

.fc02 {
    border-style: solid;
}

/* == 桌機版 ============================================================================= */

/*------------------------------------側邊選單----------------------------------------*/

.menu {
    display: block;
    position: fixed;
    /*固定定位*/
    right: 10px;
    bottom: 50%;
    /*距離上邊界高度*/
    z-index: 999;
    /*設定層級順序，數字越大，層級越高，可避免被蓋住*/
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    margin: 6px 0;
    text-align: center;
}

.menu li a {
    display: inline-block;
    width: 120px;
    height: 36px;
    border-radius: 2px;
    -webkit-border-radius: 3px;
    background-color: rgba(255, 255, 255, .7);
    /*透明度設定*/
    border-style: solid;
    border-width: 2px;
    border-color: #ddd;
    transition: .3s;
    /*動畫速度*/
    font-size: 1em;
    line-height: 36px;
    color: #004a7e;
    text-decoration: none;
}

.menu li a:hover,
.menu li span:hover {
    transform: scale(1.05, 1.05);
    /*變形效果：放大*/
    background-color: rgba(255, 255, 255, 1);
    color: #f00;
}


.menu li:last-child a {
    color: #fff;
    background-color: #14148e;
}

.menu li:last-child a:hover {
    transform: scale(1.05, 1.05);
    /*變形效果：放大*/
    color: #ff0;
}

.menu li span {
    color: #ef2c95;
}


/* ===================================== (桌機)head=========================================== */
.back {
    width: 100px;
    height: 100px;
    border-radius: 50% 0 0 50%;
    padding: 5px;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 999;
    background-color: rgba(238, 110, 253, .8);
}

.back ul li a {
    display: block;
    width: 100px;
    height: 100px;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    line-height: 90px;
    text-decoration: none;

}

.back ul li a:hover {
    color: #ff0;
}

.head {
    width: 100%;
    height: 680px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/head-bg02.jpg);
}

.head img {
    display: block;
    width: 600px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 16%;
    left: 28%;

}



.box {
    width: 100%;
    height: auto;
    padding: 20px 20px 40px 20px;
    background-color: #F4E9B9;
    /*background-image: url(../images/box-bg.jpg );*/
}

.table {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    background-color: rgba(255, 186, 30, .5);
    border-radius: 25px;
    padding: 10px;
}


.table img {
    display: block;
    width: 900px;
    height: auto;
    margin: 10px auto;
}

.mobile-table {
    display: none;
}

.timebox{
   width: 1000px;
    height: auto;
    padding: 1%;
    margin: auto;
}

.timebox img{
    width: 900px;
    height: auto;
    display: block;
    margin: auto;
}
.con01 {
    width: 1000px;
    height: 1250px;
    margin: 0 auto;
    padding: 15px;
    background-color: rgba(30, 194, 255, 0.5);
    border-radius: 25px;
    padding: 10px;
}

.con01-tittle {
    width: 900px;
    height: 160px;
    margin: 0 auto;
    padding: 10px;
}


.con01-img {
    width: 900px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}

.con01-img img {
    display: block;
    width: 900px;
    height: auto;
    margin: 0 auto;
}

.con01-mobile {
    display: none;
}

.footer {
    width: 100%;
    height: 100x;
    margin: 0 auto;
    padding: 15px;
    background-color: #555555;
}

h6 {
    display: block;
    width: 600px;
    height: auto;
    padding: 10px 0 0 0;
    font-size: 2em;
    color: #fff9b4;
    text-align: center;
    text-align: center;
    margin: 0 auto;
}

.footer p {
    display: block;
    width: 600px;
    height: auto;
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}


.footer02{
    width: 100%;
    height: 250px;
    margin:0 auto;
    padding:20px 0 40px 0;    
     background-color: #555555;
}

.ul{
    width: 80%;
    height:auto;
    margin:0 auto;
    padding:10px 10% 7% 16%;
    
}

.ul li{
    display: block;
      text-align:center;
    float:left;
    width: 20%;
    height:auto;
    padding:1%;
    margin:0 10px 20px 10px;
    background-color:#036EB8;
    -webkit-border-radius: 25px;
-moz-border-radius: 20px;
border-radius: 20px;
    border:3px;
    border-color:#fff;
    border-style:solid;
       font-size:1.3em; 
    font-weight: 2px;
    
}

.ul li:hover{

    background-color:#2DA7E0;
    border-color:#fff;
  
   
}

a{
     display: block;
    color:#fff;
         text-decoration:none;
  
}
a:hover{
      color:#fff;
      
    
}
/*-----榜單-----*/
.page-head{
    width: 100%;
    height: auto;
    background-color: #e2ae00;
    padding: 1%;
}

.page-head img{
    display: block;
    width: 1000px;
    height: auto;
    margin: auto;
}

/* =================================== 手機版型區 =========================================== */

@media screen and ( max-width:767px) {


    .menu {
        display: none;
    }

.back {
        width: 80px;
        height: 80px;
        border-radius: 50% 0 0 50%;

        padding: 5px;
        position: fixed;
        top: 30%;
        right: 0;
        z-index: 999;
        background-color: rgba(238, 110, 253, .8);
    }

    .back ul li a {
        display: block;
        width: 80px;
        height: 80px;
        font-size: 1.3em;
        color: #fff;
        text-align: center;
        line-height: 90px;
        text-decoration: none;
        line-height: 80px;

    }

    .back ul li a:hover {
        color: #ff0;
    }

    /*--------------------------------------------- (手機)box ----------------------------------------*/
    .head {
        width: 100%;
        height: 0;
        background-color: #ffe398;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/m_head-bg.jpg);
        padding-bottom: 102%;
        overflow: hidden;
    }


    .head img {
        display: block;
        width: 83%;
        height: auto;
        position: absolute;
        top: 9%;
        left: 11%;

    }
    
   

    .box {
        width: 100%;
        height: auto;
        padding: 20px 20px 20% 20px;
        background-color: #F4E9B9;


    }

    .box .mobile-table {
        width: 100%;
        height: auto;
        padding: 10px;
        display: block;
        margin: 0 auto;
    }

    .box .mobile-table img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .table {
        display: none;
    }

   .timebox{
   width: 100%;
    height: auto;
    padding: 1%;
    margin: auto;
}

.timebox img{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

    .con01 {
        width: 100%;
        height: 1450px;
        margin: 15px auto;
        padding: 15px;
        background-color: rgba(30, 194, 255, 0.5);
        border-radius: 25px;
        padding: 10px;
    }

    .con01-tittle {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 10px;
    }

    .con01-tittle img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;

    }

   
    .con01 .con01-mobile {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 10px;

    }

    .con01 .con01-mobile img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;

    }


    .con01-img {
        display: none;
    }

    
    .footer {
	display: none;
}

    .footer02{
    width: 100%;
    height: 700px;
    margin:0 auto;
    padding:3% 10% 10% 10%;    
  
}

.ul{
    width: 100%;
    height:auto;
    margin:0 auto;
    padding:3%;
    
}

.ul li{
    display: block;
      text-align:center;
    float:left;
    width:40%;
    height:80px;
      margin:0 5px 15px 10px ;
    background-color:#fFF;
    -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
    border:5px;
    border-color:#ddd;
    border-style:double;
       font-size:1.3em;   
    
}

.ul li:hover{

    background-color:#ddd;
    border-color:#fff;
   
}

a{
     color:#333;
         text-decoration:none;
  
}
a:hover{
      color:#0066FF;
         text-decoration:none;
    
}	

/*------------page手機-------------*/
.page-head{
    width: 100%;
    height: auto;
    background-color: #d6ad00;
    padding: 1%;
}

.page-head img{
    display: block;
    width: 95%;
    height: auto;
    margin: auto;
}


}