body { background: #efefef }

.inlineBlockSpacing {
     letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
    
}

#mtkContainer,
#mtkContainer * { box-sizing: border-box; }

#mtkContainer { background: url(../images/header-pc-2.jpg) top center no-repeat; }

header.header { padding: 80px; height: auto; }
header.header h1 { text-align: center;  }
header.header h1 strong { display: block; padding-bottom: 50px; font: bold 120px/1 "微軟正黑體"; color: #fff;
text-align: center; text-shadow: 0 0 15px #05245b; }
header.header h1 span { display: inline-block; padding:10px 20px;  font: 30px/1"微軟正黑體"; color: #05245b; text-align: center;
  letter-spacing: 5px;background: #fff; border-radius: 99em; box-shadow: 0 0 10px #05245b;  }


.contentBox { margin: 0 auto 50px auto; padding: 20px; width: 95%; max-width: 980px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); background: #fff; }
.contentBox h2 {  display: block; font: 24px/1.8 "微軟正黑體"; color: #000; text-align: center; }
.contentBox li { margin-bottom: 10px; font: 18px/1.4 "微軟正黑體"; color: #000; text-align: left; list-style: decimal; list-style-position: inside;}

.tableBox { margin: 0 auto 50px auto; padding: 20px; max-width: 980px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); background: #fff; }

.table-note {  display: block; font: 24px/1.8 "微軟正黑體"; color: #000; text-align: center; }
.table-note strong{ display: block; font-weight: normal; }
.table-note small { display: inline-block; font: 16px/1.8 "微軟正黑體"; color: #757575; letter-spacing: 2px; border-bottom: 3px solid #2d7cd1; }

.table { font: 16px/1.8 "微軟正黑體"; color: #005a7e; vertical-align: middle; background: #fff; }

.table thead { color: #fff; text-align: center; background: #2d7cd1 }
.table tbody tr:nth-child(odd) { background: #efefef; }
.table td { padding: 5px; border:1px rgba(0,90,126,1) solid;vertical-align: middle; }

.table-order { width: 50px; background: #e73155 }
.table-order a { display: block; color: #fff; font-weight: bold;text-decoration: underline !important ; text-align: center; }



@media only screen and (max-width: 650px) {
#mtkContainer { /*background-size: 200%; background-position:30% 0*/ }
header.header { padding: 10% 0; height: auto; }
header.header h1 strong { padding-bottom: 5%; font: bold 50px/1 "微軟正黑體"; color: #fff;; }
header.header h1 span {  padding:1% 2%;  font: 20px/1"微軟正黑體"; color: #05245b;   }




  .table thead { display: none; }
  .table tr { display: block; margin-bottom: 10%; width: 100%; }
  .table td { display: block; width: 100%;  border-bottom:1px rgba(0,90,126,0) solid; }
  .table td { position: relative; padding-left: 35%; text-align: center; }
  .table td.table-order { padding-left: 0; }
  .table td.date-sale ,
  .table td.date-departure { text-align: left; }
  .table td.name::after,
  .table td.date-invoicing::after,
  .table td.date-travel::after ,
  .table td.date-sale::after ,
  .table td.date-departure::after  {  position: absolute; display: inline-block; top:0%; left: 0; padding: 2% 0px 0 0px; width: 35%; height: 100%;
    line-height: 1.4em; color: #fff; text-align: right; border-bottom:1px rgba(0,90,126,1) solid; background: #2d7cd1 ;  }
  
  .table td.name::after { content: "航空公司:";}
  .table td.date-invoicing::after { content: "開票時間:";  }
  .table td.date-travel::after { content: "適用旅遊日期:" }
  .table td.date-sale::after { content: "改票優惠內容:" }
  .table td.date-departure::after { content: "更改後適用出發日期:" }

  .table td.date-departure { min-height: 100px }

}


