/*icon*/

.IG {position: fixed;right: 0.5%; top:50%;z-index: 1000;transform:scale(0.8);}

.FB {position: fixed; right: 0.5%; top: 60%; z-index: 1000;transform:scale(0.8);}

.TL {position: fixed;right: 0.5%; top:70%;z-index: 1000;transform:scale(0.8);}

.TL1  {position: fixed; right: 0.5%; top: 80%; z-index: 1000;transform:scale(0.8);}

/*About_btn*/
.btn-skin01 {
    color: #FFF;
    background-color: #219F13;
    border-color: transparent;
    border-radius:15px;
    padding: 15px 20px;  
    margin-right:2px;
    float:left;
}

.btn-skin01:hover {background-color: #FFF;border:1px solid #219F13;}

.btn-wrap01 .btn {
    width: auto;
    min-width: 200px;
    color: #fff;
    font-size: 1.2rem;
}

.btn-wrap01 .btn:hover {color:#219F13;}

.btn-wrap {
    font-size: 0;
    text-align: center;}





body{background: rgba(0, 0, 0, 0) linear-gradient(#c6e5ff, #ffffff)scroll 0 0;
border-top:1px solid #c6e5ff;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:none;
margin:0 auto;
padding:0;}










/*側邊欄按鈕*/
.right-nav__title {
    background:#e70012;
    height:32px;border-radius:5px 5px 0 0;}

.right-nav a {background:#cfcfcf;
    border-bottom: 1px dotted #000;
    display: block;font-family:微軟中黑體;
    font-weight:bold;font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#000;
}

.right-nav a:hover {background:#000;
    border-bottom: 1px dashed #000;
    display: block;font-family:微軟中黑體;
    font-weight:bold;font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#fff;
}



