body {
    background: url('home_main.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
* {
    font-family: "微軟正黑體","Helvetica Neue", Helvetica, Arial,  "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size:16px;
}

.f {
	background-color:white;
    filter:Alpha(opacity=90);
    -opacity:0.0;
    padding-top: -10px;
    padding-bottom: 20px;
    padding-left:20px;
    padding-right:20px
}
pre {
	font-size:16px;
	line-height: 1.6;
	margin-top: 0px;
    /*    width:700px;  */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding:10px;
    /* max-width:35px; */
}
h1 {
    font-weight:800;
    font-size: 21px;
}
h2 {
    font-weight:800;
    font-size: 21px;
    margin-top:9px ;
    margin-bottom:10px
}
a {
    color:white;
}

.nav-tabs>li>a {
    margin:0;
    width: 100px;
    border-radius: 0;
    font-size: 18px;
    width: 100px;
    text-align:center;
    font-weight:850;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    font-weight:800;
    color: #344589;
    border-radius: 0;
}

.nav-tabs{
    border-bottom: 0;
}
ul.news {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}
ul.news>li,ul.news>h2 {
    display: inline-block;
    line-height:20px;
    margin: 0px;
    padding: 0px;
}

ul.news>li {
    margin-left: 60px;
}

ul.news>h2 {
    margin-top: 25px;
}

ul.news>h2:first-child {
    margin-top: 0px;
}
li.a:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "行動支付";
    position: relative;
    margin-right: 10px;
    margin-left: -62px;
    top: 0px;
    background-color: #048BA8;
    color: white;
    padding: 2px 4px;
    font-size:13px;
}
li.b:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "兌換地點";
    position: relative;
    margin-right: 10px;
    margin-left: -62px;
    top: 0px;
    background-color: #148efa;
    color: white;
    padding: 2px 4px;
    font-size:13px;
}
li.c:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "下車站名";
    position: relative;
    margin-right: 10px;
    margin-left: -62px;
    background-color: #54c842;
    color: white;
    padding: 2px 4px;
    font-size:13px;
}
li.d:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "優惠內容";
    position: relative;
    margin-right: 10px;
    margin-left: -62px;
    background-color: #fa9614;
    color: white;
    padding: 2px 4px;
    font-size:13px;
}
li.e:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "聯絡電話";
    position: relative;
    margin-right: 10px;
    margin-left: -62px;
    background-color: #e03267;
    color: white;
    padding: 2px 4px;
    font-size:13px;
}


/* ----- 0711 add ----- */
.B-tab{
    text-align: center;
    margin:0;
}

.B-tab ul{
    width: 100%;
}

.B-tab li{
    margin:0;
    width: 100%;
}

.B-tab>li+li{
    margin:0;
}

.B-tab li a{
    background-color: #8f95ae;
    font-size: 24px;
    margin:0;
    border-radius: 0;
}

.B-tab li a:hover{
    background-color: #8f95ae;
    color: #FFF;
}

.B-tab>li.active>a{
    background-color: #ab6060;
}

.B-tab>li.active>a, .B-tab>li.active>a:focus, .B-tab>li.active>a:hover{
    background-color: #ef7c01;
}

.ul-BG{
    background-color:#ec5107;
}

.ul-BG .nav{
    margin-right: auto;
    margin-left: auto;
    width: 500px;
}

@media screen and (max-width: 768px) {
    .B-tab>li>a{
        font-size: 15px;
    }
  .nav-tabs>li>a {
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.ul-BG .nav{
    margin-right: auto;
    margin-left: auto;
    width: 300px;
}
.table h1{
    font-size: 14px;
}

.table h2{
    font-size: 13px;
}
ul.news>li{
    font-size: 13px;
}

}


@media screen and (max-width: 480px) {
    .B-tab>li>a{
        font-size: 14px;
    }
  .nav-tabs>li>a {
    font-size: 13px;
    width: 100%;
    text-align: center;
    }
}

/* 1906627 */

.py-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .px-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .mb-0 {
    margin-bottom: 0;
  }