﻿/* CSS Document */
@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {border: 0;font-size: 100%;font: inherit;/*vertical-align: baseline;*/margin: 0;padding: 0}
body, input, select, button{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,"黑體-繁",Heiti TC,"儷黑 Pro",LiHei Pro,"微軟正黑體",Microsoft JhengHei,sans-serif;}
a{text-decoration: none}
img{ vertical-align: top}

/*頁面note 20181219 RWD */

.WRAPPER_RWD,.BANNER,.BOTTOM{
    width: 100%;
    margin: 0 auto;
    max-width: 955px;
}
.BANNER>img{
    display: block;
    width: 100%;
    
}
.CONTENT{
    width: 100%;
    
    height: auto;
    border:5px solid #ef7f0f;
    margin: 0 auto;
    margin-top: 1%;
    border-radius: 5px;
    text-align: left;
    box-sizing: border-box; 
}
.TITLE{
    font-size: 1.2rem;
    background:#ef7f0f;
    padding:1%;
    line-height: 1.5rem;
}
.CONTENT ol{
    margin: 2% 0;
    padding:0 6%;
   
}
.CONTENT ol li{
    font-size: 1rem;
    line-height: 1.7rem;

}
.CONTENT ol.CAPITAL{
    list-style-type: cjk-ideographic;
}
.CONTENT ol.SQUARE{
    list-style-type: square;
}
.CONTENT ol.CIRCLE{
    list-style-type: circle;
}
.CONTENT ol.LIST_NO{
    list-style-type:none;
}
.CONTENT ol.LIST_UPPER{
    list-style-type: upper-alpha;
}

.READ{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}
.NEXT{
    
    width: 115px;
    height: 30px;
    line-height: 30px;
    margin: 3% auto;
    background: #b5b6b6;
    color: #fff;
    

}

.w100{
    width: 100%;
}
.NEW_TABLE{
    display:inline-table;
  
}
.OLD_TABLE{
    display:none;
}
.COLOR_RED{
    color:red;
}

@media screen and (max-width: 414px){
    .CONTENT ol{
        margin: 2% 0;
        padding:0 3% 0 10%;
       
    }
    .CONTENT ol li {
        font-size: 1rem;
        line-height: 2.5rem;
    }
} 


/* 頁面bulletin-board 20181219 RWD*/
.CONTENT_RWD{
    width: 100%;
    max-width: 955px;
    margin: 0 auto;
    
}
.BBS_BOX{
    width: 100%;
    position: relative;
}
.BBS_BANNER{
    display: block;
    width: 100%;
      max-width:955px;
      margin: 0 auto;
   
}
.BBS_TITLE{
    width: 230px;   
    position: absolute;
    left: 5%;
    top: 17%;
    font-size: 2rem;
    color:#fff;
    text-shadow: 3px 3px 3px #cccccc;
}

.rwd-table {
    background: #fff;
    overflow: hidden;
  }

  .rwd-table tr:nth-of-type(2n){
    background: #eee;
  }
  .rwd-table th, 
  .rwd-table td {
    margin: 0.5em 1em;
    line-height: 1.8em;
  }
  .rwd-table th>ol>li, 
  .rwd-table td>ol>li {    
    margin-left: 5%;
    padding: 3% 0;
  }
  .rwd-table {
    min-width: 100%;
    margin-bottom: 20px;
  }

  .rwd-table th {
    display: none;
  }

  .rwd-table td {
    display: block;
  }

  .rwd-table td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
  }

  .rwd-table th, .rwd-table td {
    text-align: left;
  }

  .rwd-table th, .rwd-table td:before {
    /* color: #D20B2A; */
    font-weight: bold;
  }
.BG_Gooseyellow{
    background:#fffab6;
}
.text_color{
    color: #FF0000;
}

  @media (min-width: 931px) {
    
    .rwd-table td:before {
      display: none;
    }
   .rwd-table th, .rwd-table td {
      display: table-cell;
      padding: 0.25em 0.5em;
    }
    .rwd-table th:first-child, 
    .rwd-table td:first-child {
      padding-left: 0;
    }
    .rwd-table th:last-child, 
    .rwd-table td:last-child {
      padding-right: 0;
    }
     .rwd-table th, 
     .rwd-table td {
      padding: .5em !important;
      line-height: 1.8em;
    }
    .rwd-table th>ol>li, 
    .rwd-table td>ol>li {    
      margin-left: 5%;
      padding: 1% 0;
    }
    .rwd-table tr:nth-of-type(2n){
        background: none;
   
      }
      .search_table_line tr>td{
    
        border-left:1px solid #CCC;
        border-bottom:1px solid #CCC;
      }
      .search_table_line tr>td:nth-of-type(1){
        border-left:0px;
      }
      .search_table_line tr>td:last-child{
        border-right:0px;
      }
      .bulletin_table_line tr>td{
        border-bottom:1px #ccc dashed;
       
      }
  }

  /* 頁面tourlist 20181220 RWD*/
  
  .BG_ORANGE{
      background:orange;
  }



/* 頁面search-List 20181220 RWD*/
.TABLE_LINE>th{
    border-bottom:2px solid red;
    border-right:1px solid #CCC;
}
.TABLE_LINE>th:last-child{
    border-right:0px;
}
  .SEARCH_RWD,.NETX_RWD{
      width: 100%;
      max-width: 1250px;
      margin: 0 auto;
     
  }
  .NETX_RWD{
      text-align: center;
  }

  .SEARCH_LISTNAME{    
      text-decoration: none;
      color:#000;
     
  }
  .SEARCH_LISTNAME:hover{
      color:#888;
  }

 /* 頁面hotel_List 20181220 RWD*/
 .HOTELLIST_RWD{
     width: 100%;
     max-width: 955px;
     margin: 0 auto;
    
 }
 .HOTELLIST_RWD a>img{
     width: 100%;
     max-width:955px ;
     margin: 2% auto;
 }




 /* 頁面QueryMyOrder 20181221 RWD*/
 

.backimg {
    width: 100%;
    height: 111px;
    font-family: "微軟正黑體";
    letter-spacing: 3px;
    display: none;
    margin-bottom: 40px !important;
    margin-top: 25px !important;
    margin: 0 auto;
    text-align: center;
}

.a_btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    border: #CCC 1px solid;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.a_st {
    margin: 10px 10px 0px 10px;
    display: inline-block;
}

input {
    border: #CCC 1px outset;
    background-color: Transparent;
    padding: 3px;

    margin: 0 8px 5px 8px;
}

 /* 頁面Order 20181221 RWD*/

 .ORDER_RWD{
     width: 100%;
     margin: 0 auto;
 }

 #divPop {
    width: 100%;
      max-width: 950px;
      margin: 0 auto;
  }
 /* #divlogForOrder {
     background-image: none;
   } */
.ORDER_TITLE{
    background: url(images/log/log_07.png);
    width: 100%;
    height: 95px;
    margin-top: 35px;
    margin-bottom: 10px;
}
 article, aside, #backtxt, a > #backpage {
    color: black;
}
.ORDER_IMG{
    padding-left: 4%;
    box-sizing: border-box;
}
.ORDER_DETAIL,.ORDER_RECORD{
    width: 91%;
    border: rgb(190,175,162) 1px solid;
    margin: 0 auto;

}
.ORDER_DETAIL>p,.ORDER_RECORD>p{
    display: block;
    text-align: right;
    font-size: 1em;
    line-height: 2.5em;
    padding-right: 5%;
    box-sizing: border-box;
}
.ORDER_RECORD>p{
    text-align: center;
}
.ORDER_TOP_LIST{
    width: 94%;
    height: 100%;
    display: block;
    margin: 0 auto;
    border-bottom: #CCC 1px solid;
}

@media (min-width: 931px) {
    .NEW_TABLE{display: none;}
    .OLD_TABLE{
        display:inline-table;
    }
    .OLD_TABLE_B{
        display:block;
    }
    .rwd-table td.CENTER_CENTER{
        text-align: center
    }
    .ORDER_IMG{
        padding-left: 0%;
        box-sizing: border-box;
    }
    .ORDER_DETAIL,.ORDER_RECORD{
        width: 99%;
        border: rgb(190,175,162) 1px solid;
        margin: 0 auto;
    
    }
    .ORDER_TOP_LIST{
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 auto;
        border-bottom: #CCC 1px solid;
    }
}

