body {
    margin:0;
    padding:0;
    background:#fff;
    /*font-family:MSJH,\5FAE\8EDF\6B63\9ED1\9AD4, 新細明體, MSJHL, Arial, sans-serif, Gotham, Helvetica; */
    font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體","Myriad Pro","Arial", "PMingLiU", sans-serif,Calibri;
    padding-top: 50px;
    background-color: #EFFAFE!important;
}
#captcha{
   margin:0;


   }
@media screen and (max-width:380px){

   #captcha{
   margin:10px auto;
   }
   }

.navbar .container {
    width: 100%;
    background: linear-gradient(white,#EFFAFE);
}
.nav li .btn {
    font-size: 22px;
    line-height: 24px;

    padding: 3px 20px;
    border-radius: 15px;
}

.navbar-nav li a {
    padding: 5px 8px 0 8px;
    margin-top: 25px;
}

.logo {
    width: 370px;
    height: 59px;
    margin: 5px 0 5px 20px;
}

.logo a img {
    width: 100%;
}

.navbar-nav {
    float: right;
}

.section1 {
    width: 100%;
    height: 1000px;
    background: #fff url(../images/bg1.png) center top;
}

.sct-text {
    font-size: 20px;
    margin-top: 830px;
}

.green {
    background: #00c300;
    border-color: #00c300;
}
.blue {
    background: #00afab;
    border-color: #00afab;
}
.purple {
    background: #6b55c6;
    border-color: #6b55c6;
}
.orange {
    background: #f05f22;
    border-color: #f05f22;
}

.btn-success:hover {
    background: #fc0;
    border-color: #fc0;
}


footer {
    background: #111;
    color: #fff;
    padding:1em 0;
}


/*********************************************************************************/
/* media queries */
/*********************************************************************************/

@media (max-width: 768px){
    .navbar-nav {
        float:none !important;
        text-align: center;
        margin-bottom: 30px;
    }
    .logo {
        width: 200px;
    }
}





#extra_banner{
    background:url(../images/banner01.jpg) no-repeat;
    margin-top: 1em;
    height: 150px;
    background-size: cover;
    background-position: center;
}

.br_ctrl{
    display:none
}

@media screen and (max-width: 768px){

    #extra_banner{
    background:url(../images/ichi-banner.png) no-repeat;
    margin-top: 0em;
    height: 100px;
    background-size: cover;
    background-position: center;
}

}

@media screen and (max-width: 480px){

    #extra_banner{
    height: 60px;
}
    .br_ctrl{
    display:block
}
}


/*********************************************************************************/
/*01_booking_notify*/
/*********************************************************************************/



/*交易須知*/
.ticket{
    background-color: #EFFAFE;/*c9cfa4__c9e6e9*/
    padding: 2em 0;
}

.ticket_wrap{
    background-color: #fff;
    max-width: 1000px;
    padding: 3em;
    margin: 0 auto;
    border: 2px #C2E3F2 solid;
}
@media screen and (max-width: 680px){

.ticket_wrap{
    padding:0 .5em 3em .5em;
}
.check_box label{
    font-size: 10pt;
}
}

@media screen and (max-width: 480px){

.check_box label{
    font-size: 8pt;
}

}

table, th, td {
    color: #666;
    /*border: 0px solid #ccc;*/
    background-color: #fff;
}

table tr td li {
    list-style-type: decimal;
    font-weight: 800;
    line-height:220%;
}

table th{
    padding: .5em 0 1em 0;
    text-align: center;
    background-color: #8BCBF3;
    color:#fff;
}

table tr{

}

table td{
    padding:1em 1em;
    border-bottom: 1px solid #ccc;
}

@media screen  and (max-width: 1024px){

table td {
    padding: 1em .2em;
    border-bottom: 1px solid #ccc;
    font-weight: 800;
    font-size: 16px;
}
}

@media screen  and (max-width: 480px){

table td {
    padding: 1em 0em;

}
}


table #red{
    color: #F00;
}

.ticket_enter table h3 {
    text-align: center;
    font-size:12pt;
    margin:0;
    line-height: 150%;
}

.check_box{
    /*width: 800px;*/
    padding: 2% 0 0 2%;
    margin: 0 auto;
}

.btn_box{
    width: 320px;
    margin:0 auto;
}

/*
.btn_box .btn{
    font-family:Microsoft JhengHei;
    margin:1em 1em;
    color: #555;
    background-color: #ddd;


}
*/


/*-------------------------------*/

.btn_box_wide{
    width: 560px;
    margin:0 auto;
}
/*---------------共二顆按鈕--------------*/
.btn_box .btm_quantity_2{
    font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體","Myriad Pro","Arial", "PMingLiU", sans-serif,Calibri;
    margin:1em 2.5em;
    color: #555;
    background-color: #ddd;
}
/*---------------共三顆按鈕--------------*/
.btn_box .btm_quantity_3{
    font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體","Myriad Pro","Arial", "PMingLiU", sans-serif,Calibri;
    margin:1em 1em;
    color: #555;
    background-color: #ddd;
}
/*---------------共四顆按鈕--------------*/
.btn_box_wide .btm_quantity_4{
    font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體","Myriad Pro","Arial", "PMingLiU", sans-serif,Calibri;
    margin:1em 2em;
    color: #555;
    background-color: #ddd;
    padding:6px 24px ;
}
@media screen and (max-width: 580px){
    .btn_box_wide{
        width: 280px;
    }

   .btn_box_wide .btm_quantity_4{
    display: block;
    padding:6px 96px ;
    margin: 2em auto;
   }

}

@media screen and (max-width: 380px){
    .btn_box .btm_quantity_2{
    margin:1em 2em;
}
    .btn_box .btm_quantity_3{
    margin:1em .6em;
}
    .btn_box .btm_quantity_4{
    margin:1em .6em;
}

    .btn_box{
        width: 280px;
}
}

/*-------------------------------*/

.ok_btn{
  color: #fff!important;
  background-color: #00afab!important;
}

.ok_btn:hover{
  color: #555!important;
  background-color: #c9e6e9!important;
}

.submit_btn:hover{
  color: #fff;
  background-color: #85C8F2;
}

.cancel_btn:hover{
   color: #fff!important;
   background-color: #d91333;
}


/*********************************************************************************/
/*ticket_enter*/
/*********************************************************************************/

.ticket_enter{
    font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體","Myriad Pro","Arial", "PMingLiU", sans-serif,Calibri;
    max-width: 800px;
    margin:.5em auto 1em auto;
}

.ticket_enter table{
    width: 100%;
}

.previous_btn:hover{
   color: #fff!important;
   background-color: #d91333;
}


@media screen and (max-width: 380px){
    table tr{
        font-size: 8pt;
    }
}


/*********************************************************************************/
/*02_ticket_info*/
/*********************************************************************************/


.ticket_info{
    font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體","Myriad Pro","Arial", "PMingLiU", sans-serif,Calibri;
    max-width: 800px;
    margin:.5em auto 1em auto;
}

.ticket_info table{
    width: 100%;
}

.previous_btn:hover{
   color: #fff!important;
   background-color: #d91333;
}


@media screen and (max-width: 380px){
    table tr{
        font-size: 8pt;
    }
}

.ticket_info input {
    border: 0px;
}

.resend{
    background: #00afab;
    color: #fff;
    border-radius: 5px;
    border: 0;
    text-align: center;
}
.resend:hover{
    background: #c9e6e9;
    color: #666;
    border: 0;
    text-align: center;
}

#vertical{
    vertical-align:text-top;
}

@media screen and (max-width: 380px){
.resend{
    padding: 2px 0;
}
}

/*********************************************************************************/
/*03_ticket_get*/
/*********************************************************************************/


.ticket_get{
    font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體","Myriad Pro","Arial", "PMingLiU", sans-serif,Calibri;
    max-width: 800px;
    margin:.5em auto 1em auto;
}

.ticket_get table{
    width: 100%;
}

.previous_btn:hover{
   color: #fff!important;
   background-color: #d91333;
}


@media screen and (max-width: 380px){
    table tr{
        font-size: 8pt;
    }
}

.ticket_get .no_border {
   border: 0px;
}


.up,.down{
    background: #00afab;
    color: #fff;
    border-radius: 5px;
    border: 0;
    width: 30px;
    height:30px;
    text-align: center;
}

#qty01,#qty02{
        text-align: right;
}

/*********************************************************************************/
/*T_04_ticket_separation*/
/*********************************************************************************/

.ticket_separation table h3 {
    text-align: center;
    font-size:12pt;
    margin:0;
    line-height: 150%;
}

.ticket_separation{
    font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體","Myriad Pro","Arial", "PMingLiU", sans-serif,Calibri;
    max-width: 800px;
    margin:.5em auto 1em auto;
}

.ticket_separation table{
    width: 100%;
}

.ticket_separation .no_border {
   border: 0px;
}

/*********************************************************************************/
/*T_05_ticket_cancellation*/
/*********************************************************************************/

.ticket_cancellation table h3 {
    text-align: center;
    font-size:12pt;
    margin:0;
    line-height: 150%;
}

.ticket_cancellation{
    font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體","Myriad Pro","Arial", "PMingLiU", sans-serif,Calibri;
    max-width: 800px;
    margin:.5em auto 1em auto;
}

.ticket_cancellation table{
    width: 100%;
}

.ticket_cancellation .no_border {
   border: 0px;
}
