@import url(https://fonts.googleapis.com/css?family=Kanit);
/* 索取船票 */
.ship-time img{
    width: 100%;
    height: auto;
}
.tf-ship .table tbody th{
    display: block;    
    color:#ff6d00;
    font-size: 20px;
    font-weight: 400;
    border:0;
    border-bottom: 2px solid #ff6d00;
    padding-top: 30px;
}
.tf-ship .table tbody th span{
    font-size: 18px;
    font-weight: 300;
    color:#000;
    display: inline-block;
    margin: 0 15px;
}
.tf-ship .table tbody td{
    text-align: left;    
    border-bottom: 1px solid #ff6d00;
    border-top: 0;
}

.tf-ship .table tbody td span{
    display: inline-block;
    margin-right: 10px;
    font-family: 'Kanit', sans-serif;    
    font-size: 18px;
}
.tf-ship .table tbody td span.am{
    display: inline-block;
    margin-right: 10px;
    font-family: 'Kanit', sans-serif;
    background-color: #f6e574;
    padding:5px;
    border-radius: 5px;
     font-size: 15px;
}
.tf-ship .table tbody td span.pm{
    display: inline-block;
    margin-right: 10px;
    font-family: 'Kanit', sans-serif;
    background-color: #74d6f6;
    padding:5px;
    border-radius: 5px;
    font-size: 15px;
}
/* 聯營 */

.tl-ship .table tbody th{ 
    display: block;    
    color:#0a2a83;
    font-size: 20px;
    font-weight: 400;
    border:0;
    border-bottom: 2px solid #0a2a83;
    padding-top: 30px;
}
.tl-ship .table tbody th span{
    font-size: 18px;
    font-weight: 300;
    color:#000;
    display: inline-block;
    margin: 0 15px;
}
.tl-ship .table tbody td{
    text-align: left;    
    border-bottom: 1px solid #0a2a83;
    border-top: 0;
}

.tl-ship .table tbody td span{
    display: inline-block;
    margin-right: 10px;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
}
.tl-ship .table tbody td span.am{
    display: inline-block;
    margin-right: 10px;
    font-family: 'Kanit', sans-serif;
    background-color: #f6e574;
    padding:5px;
    border-radius: 5px;
    font-size: 15px;
}
.tl-ship .table tbody td span.pm{
    display: inline-block;
    margin-right: 10px;
    font-family: 'Kanit', sans-serif;
    background-color: #74d6f6;
    padding:5px;
    border-radius: 5px;
    font-size: 15px;
}
.tl-ship .table tbody td span.add{
    display: inline-block;
    font-family: 'Noto Sans TC', sans-serif;
    margin-right: 10px;
    color:#b61e9f;    
    background-color: #e4b9dd;
    padding:5px;
    border-radius: 5px;
}