﻿@charset "utf-8";
/*@import url(http://fonts.googleapis.com/earlyaccess/cwtexhei.css);
*/
@media screen and (max-width: 1199px){
}
@media screen and (max-width: 991px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
}
/*====================================================================================
bs原生css 重訂義
====================================================================================*/
/*----------------------------------
index ad
------------------------------------*/
#carousel-example-generic{margin-top: -5px; margin-bottom: 5%;}
/*二側黑遮照移除*/
.carousel-control.right ,.carousel-control.left{ background-image:none;}
/*arrow*/
.carousel-control .fa-angle-left,.carousel-control .fa-angle-right {position: absolute;top: 45%;z-index: 5;display: inline-block; font-size: 50px!important;color: #fff;}
.carousel-control .fa-angle-left:hover,.carousel-control .fa-angle-right:hover {}
.carousel-control .fa-angle-left {left: 15%;margin-left: -10px;}
.carousel-control .fa-angle-right {right: 15%; margin-right: -10px;}
/*point*/
.carousel-indicators {bottom: -45px;}
.carousel-indicators li {background-color: #ddd;border: none; margin: 0 5px;}
.carousel-indicators .active {width: 10px;height: 10px;background-color: #9A8479;}
@media screen and (max-width: 768px){
.carousel-control .fa-angle-left,.carousel-control .fa-angle-right{display: none;}
}
@media screen and (max-width: 480px){
#carousel-example-generic .item {height: 200px; margin: 45px 0 0 0;}
#carousel-example-generic .item img{transform: scale(1.4,1.4);}
}
/*----------------------------------
pages
------------------------------------*/
.pages{height: 40px; display: block; margin: 50px auto 0 auto; text-align: center;}
.pagination{}
.pagination > li {display: inline-block; border-bottom: none!important;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #757575;
    border-color: #757575;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > span:hover {color: #b81d25;}
/*====================================================================================
自訂義
====================================================================================*/
/*----------------------------------
common
------------------------------------*/
body{font-size: 14px; color: #333; font-family: "微軟正黑體", Arial, Helvetica, sans-serif, "新細明體";  line-height: 1.7; padding: 0 !important; background:url(../images/common/bg.gif) repeat; }
ul,li{list-style-type: none; margin: 0; padding: 0;}
ul.disc li{list-style-type: disc!important; margin: 0 0 0 25px;}
a{text-decoration:none!important;}
a:hover{color: #be333b;}
a:focus,button ,input ,textarea{outline: none;}
a:hover, a:focus {color: #be333b;}


table{width: 100%; }
table th{background-color: #f2d1b8; padding: 20px 10px;}
table th ,table td{border: 1px solid #eee; padding: 10px; text-align: center;}

