﻿@charset "UTF-8";
/* base setting */


/*===============登入================*/

.circle{
width:100px;
height:100px;
background:#0cc;
-webkit-clip-path:circle(50% at 50% 50%);
}

.login-content{
    color: #666;
    position: fixed;
    z-index: 2003;
    left: 50%;
    top: 50%;
    margin-top: -235px;
    background: #fff;
    margin-left: -150px;
    width: 300px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
    font-size: 13px;
    overflow: hidden;
}
.login-main {
    padding: 0 15px;
}
.login-content .login_warning {
    background: #999;
    color: #fff;
    line-height: 50px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
    display: none;
}
.login-content form {
    margin-bottom: 12px;
}
.login-content h2 {
    color: #666;
    font-size: 26px;
    margin: 20px auto;
}
.login-content a.btn-block:hover {
    opacity: 0.9;
    color: #fff;
}
a.btn-block {
    display: block;
    position: relative;
    white-space: normal;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    margin-bottom: 16px;
    line-height: 46px;
}
a.blue {
    color: #1b6affb3;
    text-decoration: none;
}
.login-content .login_icon {
    position: absolute;
    font-size: 24px;
    top: 13px;
    left: 26px;
}
.login-content .fblogin {
    background: #3b5998;
    border-bottom: 3px solid #263F73;
}
.login-content .googlelogin {
    background: #E32F2D;
    border-bottom: 3px solid #AA3231;
}
.login-content .btn-login {
    padding: 10px 0px;
    border-radius: 5px;
    background: #FB694A;
    color: #fff;
    cursor: pointer;
    border: 0px;
    margin: 5px auto;
    display: block;
    font-size: 16px;
    letter-spacing: 0.1em;
    border-bottom: 3px solid #EA492C;
    width: 100%;
}
.login-content .btn-login:hover {
    background: #EF5A3A;
    border-bottom: 3px solid #D84227;
}
.signup-or-separator {
    background: none;
    height: 34px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.signup-or-separator .text {
    background-color: #FFF;
    display: inline-block;
    margin: 0;
    padding: 8px;
    color: #999;
    font-size: 16px;
}
.signup-or-separator hr {
    margin: -16px auto 10px auto;
    width: 100%;
    border-top: 1px solid #dce0e0;
}
.login-content input {
  font-size: 16px;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.login-content a.forget {
    color: #999;
    display: inline-block;
    margin-bottom: 10px;
}
.login-content label {
    font-weight: 400;
}
.login-content input[type=checkbox] {
    height: 14px;
    margin-right: 10px;
    width: 20px;
    margin: 5px;
    padding: 5px;
    vertical-align: middle;
}
.registered {
    display: none;
}
#btn-registered {
    cursor: pointer;
}
.mask-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index:10;
    top: 0px;
    left: 0;
    opacity: 0.4;
}

html {
    font-size: 100%;
    line-height: 1.5em;
}

::-moz-selection {
    background-color: #A2ABAD;
    color: #FFF;
}

::selection {
    background-color: #A2ABAD;
    color: #FFF;
}

input:-moz-placeholder {
    color: #9FA8A9;
}

input::-moz-placeholder {
    color: #9FA8A9;
}

input:-ms-input-placeholder {
    color: #9FA8A9;
}

body, input, textarea, button, select {
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", "Heiti TC", "Microsoft JhengHei", sans-serif;
    /*letter-spacing: 0.1em;*/
}

input, textarea {
    /*border: none;*/
}

    input:focus, textarea:focus, select:focus, button:focus, a:focus {
        outline: 0;
    }

input, textarea, select, button {
    padding: 0 6px;
}

    input[type="file"] {
        height: auto !important;
    }

select {
    /* border: none; */
    border:1px solid #E7F0F2;font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", "Heiti TC", "Microsoft JhengHei", sans-serif;
}

ul, ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

dl, dd {
    margin: 0;
}

small {
    font-size: inherit;
}

address, em, h1, h2, h3, h4, h5, cite, strong, th, b {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

html, body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

footer .logo h3, footer .contact a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.memberData .mobilePhone input:first-child, .memberData .fax input:first-child, .memberData .telephone input:nth-child(2), .memberData .fax input:nth-child(2), .memberData .telephone input:last-child, .registerData .mobilePhone input:first-child, .registerData .telephone input:first-child, .registerData .fax input:first-child, .registerData .telephone input:nth-child(2), .registerData .fax input:nth-child(2), .registerData .telephone input:last-child {
    text-align: center;
    width: 85px;
}

/* main layout */
body {
    /* background-color: #E6E9ED; */
    text-transform: capitalize;
}

a, button {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a {
    color: #D6513D;
    text-decoration: none;
}

    a:visited {
        color: #97932C;
    }

    a:hover, a:focus {
        color: #5F666D;
    }

p, li, dt, dd {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
}

address {
    margin-bottom: 0;
}

.table {
    margin-bottom: 0;
    text-align: right;
}

    .table thead, .table tbody, .table th, .table tr, .table td {
        display: block;
    }

        .table thead > tr > th, .table thead > tr td, .table tbody > tr > th, .table tbody > tr td, .table tfoot > tr > th, .table tfoot > tr td {
            font-size: 16px;
            font-size: 1rem;
            line-height: 24px;
            line-height: 1.5rem;
        }

        .table thead tr {
            position: absolute;
            top: -100%;
            left: -100%;
        }

    .table th {
        background-color: #CA503F;
        color: #FFF;
    }

        .table th + th {
            border-left: 1px solid #E7F0F2;
        }

    .table td {
        border: 1px solid #E7F0F2;
        position: relative;
        text-align: right;
    }

        .table td:before {
            background-color: #D6513D;
            border-right: 1px solid #E7F0F2;
            color: #FFF;
            content: attr(data-title);
            left: 0;
            height: 100%;
            padding: 8px;
            position: absolute;
            top: 0;
        }

    .table tbody tr {
        border-top: 1px solid #E7F0F2;
    }

        .table tbody tr:nth-child(odd), .table tbody tr.multiple ~ tr {
            background-color: #FAF8F7;
        }

        .table tbody tr + tr {
            margin-top: 10px;
        }

        .table tbody tr.multiple ~ tr {
            border-top: none;
            margin-top: 0;
        }

    .table > tbody > tr > td {
        border-top: none;
        vertical-align: middle;
    }

    .table > tbody tr.multiple td:first-child {
        padding-left: 8px;
    }

        .table > tbody tr.multiple td:first-child:before {
            content: none;
        }

    .table + .total {
        padding: 8px;
        border-right: 1px solid #E7F0F2;
        text-align: right;
    }

    .table.result td:before, .table.check td:before {
        text-align: center;
        width: 52.5px;/* Miga 0319 width:58.6px*/
    }

    .table.result > tbody > tr > td, .table.check > tbody > tr > td {
        padding-left: 56px;/* Miga 0319  padding-left:67.6px*/
    }

dl {
    margin-bottom: 24px;
}

dt {
    float: left;
    font-weight: normal;
}

input[type="file"] {
    color: #9FA8A9;
}

header .container {
    margin: 2em auto;
    text-align: right;
}

header .logo {
    display: inline-block;
}

    header .logo img {
        height: auto;
        width: 100%;
    }

.dropdown-menu {
    margin-top: 5px;
    min-width: auto;
    padding: 5px 10px;
    width: 100%;
}

    .dropdown-menu > li a {
        background: none;
        color: #5F666D;
        padding: 5px 0;
        position: relative;
        text-align: center;
        text-decoration: none;
    }

        .dropdown-menu > li a:hover, .dropdown-menu > li a:focus {
            background: none;
            color: #D6513D;
        }

.table > thead > tr > th, .table > thead td, .table tbody > tr > th, .table tbody td, .table tfoot > tr > th, .table tfoot td {
    border-top: none;
    vertical-align: middle;
}

.table + strong {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-top: 10px;
}

p em {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
}

nav em {
    font-weight: 700;
    vertical-align: middle;
}

.navbar {
    border: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-toggle {
    border: none;
    margin: 8px;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #3F464E;
    }

    .navbar-default .navbar-toggle.collapsed .icon-bar {
        background-color: #FFF;
    }

    .navbar-default .navbar-toggle.collapsed:focus .icon-bar {
        background-color: #3F464E;
    }

.navbar-nav > li > a {
    padding: 0;
}

#mobileNav {
    margin-top: 20px;
}

    #mobileNav .navbar-header em {
        color: #FFF;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 24px;
        line-height: 1.5rem;
        line-height: 51px;
        margin-left: -22px;
    }

    #mobileNav .navbar-nav {
        text-align: left;
        margin: 0 -15px;
    }

        #mobileNav .navbar-nav li {
            padding: 0 15px;
        }

        #mobileNav .navbar-nav:first-child, #mobileNav .navbar-nav:nth-child(2) {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 24px;
            line-height: 1.5rem;
        }

        #mobileNav .navbar-nav:nth-child(2) {
            border-top: 1px solid #E7E7E7;
        }

        #mobileNav .navbar-nav:last-child {
            background-color: #3F464E;
            text-align: center;
            padding: 0 15px;
        }

            #mobileNav .navbar-nav:last-child li {
                display: inline-block;
                padding: 0;
            }

                #mobileNav .navbar-nav:last-child li:first-child {
                    float: left;
                }

                #mobileNav .navbar-nav:last-child li:last-child {
                    float: right;
                }

            #mobileNav .navbar-nav:last-child a {
                font-size: 16px;
                font-size: 1rem;
                line-height: 24px;
                line-height: 1.5rem;
                font-weight: normal;
                line-height: 60px;
            }

.caret {
    border-top: 6px solid;
    margin-left: 10px;
    margin-top: -3px;
}

.input-lg, .btn, [role="menu"] {
    border-radius: 0;
}

.input-lg {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
}

.sequence .dropdown-menu > li a, .sequence .btn {
    text-align: left;
}

.sequence .btn {
    background-color: #FFF;
    border: 1px solid #E7F0F2;
    line-height: 24px;
    height: 24px;
    padding: 0 7px;
    position: relative;
}

.sequence .caret {
    color: #D6513D;
    position: absolute;
    right: 10px;
    top: 50%;
}

.sequence [role="menu"] {
    margin: 5px 0;
}

.btn:active, .btn.active {
    box-shadow: none;
}

.btn-lg, .btn-group-lg > .btn {
    border-radius: 7px;
}

.form-control {
    border: 1px solid #E7F0F2;
    box-shadow: none;
    padding: 6px;
    height: 30px;
}

    .form-control:focus {
        border: 1px solid #E7F0F2;
        box-shadow: 0 0 2px #5F666D;
    }

.input-lg {
    padding: 10px 8px; /* 20160302 Miga padding: 10px 16px;*/
    height: 49px;
}

.form-control {
    color: #5F666D;
}

    .form-control[disabled] {
        background-color: #FBF9F7;
    }

.help-block {
    color: #D6513D;
    display: inline;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
}

.input-group-addon {
    border: none;
    border-radius: 0;
    padding: 0;
    width: 46px;
}

    .input-group-addon + input {
        margin-bottom: 0 !important;
    }

.calendar {
    background: url("../images/date.png") no-repeat;
}

.navbar.navbar-default {
    background-color: #A0A9AA;
    text-align: center;
    vertical-align: middle;
}

    .navbar.navbar-default .navbar-nav > li > a {
        color: #FFF;
        display: block;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 24px;
        line-height: 1.5rem;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
    }

        .navbar.navbar-default .navbar-nav > li > a:hover, .navbar.navbar-default .navbar-nav > li > a:focus, .navbar.navbar-default .navbar-nav > li > a.current {
            color: #3F464E;
            top: 50%;
        }

main a {
    text-decoration: underline;
}

main .content {
    background-color: #FFF;
    padding: 24px;
}

main article ul li + li, main article p + p, main article p + ol {
    margin-top: 24px;
}

main article ol li {
    list-style-type: decimal;
    margin-left: 30px;
}

main article p + h3, main article ol + h3 {
    margin-top: 24px;
}

main .list li + li {
    margin-top: 0;
}

main .list + p {
    margin-top: 24px;
}

main h1 {
    background-color: #33b5e5;
    color: #FFF;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 48px;
    line-height: 3rem;
    font-weight: 700;
    padding: 6px 24px;
}

main h2 {
    font-size: 20px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 1em;
}

main h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
}

    main h3 + ol {
        margin-top: 0;
    }

main strong {
    color: #D6513D;
}

main .btnPanel {
    margin-top: 1em;
    text-align: center;
}

    main .btnPanel [role="button"] {
        display: block;
        text-decoration: none;
        width: 100%;
    }

        main .btnPanel [role="button"] + [role="button"] {
            margin-top: 5px;
        }

main .btn-default {
    background-color: #5F666D;
    color: #FFF;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    height: 40px;
    line-height: 40px;
    padding: 0 0.5em;
}

    main .btn-default:hover, main .btn-default:focus {
        background-color: #D6513D;
    }

main .phase {
    color: #5F666D;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 48px;
    text-align: center;
}

    main .phase ul {
        width: 82.5%;
        padding: 0;
    }

        main .phase ul:before, main .phase ul:after {
            content: " ";
            left: 10px;
            height: 5px !important;
            margin: 10px 0;
            position: absolute;
            top: 0;
        }

        main .phase ul:before {
            background-color: #5F666D;
            width: 100%;
        }

        main .phase ul:after {
            background-color: #33b5e5;
            height: 0;
        }

    main .phase li {
        counter-increment: number;
        display: block;
        position: absolute;
        z-index: 10;
    }

        main .phase li:before {
            background-color: #5F666D;
            border-radius: 50%;
            color: #FFF;
            content: counter(number);
            display: block;
            height: 25px;
            text-align: center;
            width: 25px;
        }

        main .phase li span {
            display: block;
            height: 0;
            overflow: hidden;
            width: 0;
        }

        main .phase li:first-child {
            left: 0;
        }

            main .phase li:first-child:before {
                background-color: #33b5e5;
            }

        main .phase li:last-child {
            left: 100%;
        }

main article .content ul li {
    padding-left: 2.2em;
    text-indent: -2.2em;
}

footer {
    background-color: #424953;
    color: #FFF;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: 0.1em;
    margin-top: 48px;
    padding: 24px 0;
    text-align: center;
}

    footer a {
        color: #FFF;
    }

    footer li {
        font-size: 0.875rem;
    }

    footer a:visited {
        color: #FFF;
    }

    footer a:hover, footer a:focus {
        color: #424953;
    }

    footer .container {
        padding: 0;
    }

        footer .container > * {
            margin-top: 0.2em;
        }

            footer .container > *:first-child {
                margin-top: 0;
            }

    footer .declaration {
        margin-top: 2rem;
    }

    footer .social ul {
        display: inline-block;
    }

        footer .social ul + p {
            margin-top: 0.1em;
        }

    footer .social li {
        display: inline-block;
    }

        footer .social li + li {
            margin-left: 1em;
        }

    footer .logo h3 {
        background: url("../Images/footer_logo.png") no-repeat;
        display: inline-block;
        margin-right: -3px;
        vertical-align: middle;
        height: 32px;
        width: 150px;
    }

    footer .logo ul {
        display: inline-block;
    }

    footer .logo li {
        display: inline-block;
        margin-left: 5px;
    }

    footer .certification {
        font-weight: 700;
    }

        footer .certification address {
            font-weight: inherit;
            line-height: inherit;
        }

    footer .declaration {
        border-top: 1px solid #888888;
        padding-top: 2rem;
    }

        footer .declaration a {
            display: block;
        }

    footer .contact li {
        display: inline-block;
        margin-right: -3px;
    }

        footer .contact li + li {
            margin-left: 12px;
        }

        footer .contact li:first-child a {
            background: url("../Images/footer_icon1.png") no-repeat;
        }

        footer .contact li:last-child a {
            background: url("../Images/footer_icon2.png") no-repeat;
        }

    footer .contact a {
        display: block;
        height: 58px;
        width: 58px;
    }

        footer .contact a:hover, footer .contact a:focus {
            opacity: 0.65;
        }

.datetimepicker {
    color: #5F666D;
    border-radius: 0;
    margin-top: 7px;
}

    .datetimepicker.dropdown-menu {
        border: 1px solid #A0A9AA;
        width: 290px;
		margin-left: -70px;
    }

    .datetimepicker table {
        margin: 0 auto;
    }
	
		.datetimepicker table tr td span {
		  display: block;
		  width: 23%;
		  height: 54px;
		  line-height: 54px;
		  float: left;
		  margin: 1%;
		  cursor: pointer;
		  -webkit-border-radius: 4px;
		  -moz-border-radius: 4px;
		  border-radius: 4px;
		}

        .datetimepicker table tr td span.active, .datetimepicker table tr td span:hover {
            color: #FFF;
        }

        .datetimepicker table tr td span.active {
            background-color: #000000;
        }

        .datetimepicker table tr td span:hover {
            background-color: #33b5e5;
        }

        .datetimepicker table tr td.old, .datetimepicker table tr td.new {
            color: #9FA8A9;
        }

        .datetimepicker table tr td .disabled {
            color: #9FA8A9;
        }

            .datetimepicker table tr td .disabled:hover {
                color: #9FA8A9;
            }

        .datetimepicker table tr td.active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.today, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.minute:hover, .datetimepicker table tr td.hour:hover, .datetimepicker table tr td.day:hover, .datetimepicker table tr td.day:focus {
            color: #FFF !important;
        }

        .datetimepicker table tr td.today, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active {
            background-color: #97932C !important;
        }

        .datetimepicker table tr td.minute:hover, .datetimepicker table tr td.hour:hover, .datetimepicker table tr td.day:hover, .datetimepicker table tr td.day:focus {
            background-color: #A52A2A !important;
			cursor:pointer;
        }

        .datetimepicker table tr td.active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active {
            background-color: #A52A2A !important;
        }

        .datetimepicker table tbody td, .datetimepicker table tbody th {
            //width: 40px;
        }

        .datetimepicker table thead tr:first-child th:hover, .datetimepicker table tfoot tr:first-child th:hover {
            background-color: #33b5e5;
            color: #FFF;
        }
		.datetimepicker td, .datetimepicker th {
		  //width: 40px;
		}
		.datetimepicker td, .datetimepicker th {
		  text-align: center;
		  /*width: 20px;*/
		  height: 20px;
		  -webkit-border-radius: 4px;
		  -moz-border-radius: 4px;
		  border-radius: 4px;
		  border: none;
		}

[class*=" datetimepicker-dropdown"]:before {
    border-bottom: 7px solid #9FA8A9;
}

#scrollUp {
    background-color: #424953;
    border-radius: 50%;
    bottom: 30px;
    display: table;
    height: 63px;
    right: 30px;
    text-align: center;
    width: 63px;
}

    #scrollUp a {
        color: #FFF;
        display: table-cell;
        text-decoration: none;
        vertical-align: middle;
    }

    #scrollUp i {
        display: block;
        margin: 0 auto;
    }

@media (min-width: 480px) {
    .navbar-default .navbar-toggle {
        margin: 8px 15px;
    }
}

@media (min-width: 768px) {
    header {
        margin-bottom: 36px;
    }

        header .container {
            margin: 12px auto;
        }

        header .logo {
            width: 36%;
        }

            header .logo img {
                width: 100%;
            }

        header #function {
            display: inline-block;
            margin-left: 30px;
        }

            header #function em {
                color: #60666E;
                line-height: 42px;
                margin-right: -5px;
            }

            header #function .navbar-nav {
                display: inline-block;
                margin: 0;
            }

                header #function .navbar-nav li + li {
                    margin-top: 0;
                }

                header #function .navbar-nav > li {
                    margin-right: -6px;
                    margin-left: 10px;
                }

                header #function .navbar-nav .btn-group, header #function .navbar-nav .btn-group-vertical {
                    display: block;
                }

                    header #function .navbar-nav .btn-group > a, header #function .navbar-nav .btn-group li, header #function .navbar-nav .btn-group-vertical > a, header #function .navbar-nav .btn-group-vertical li {
                        border-radius: 7px;
                    }

                    header #function .navbar-nav .btn-group > a, header #function .navbar-nav .btn-group-vertical > a {
                        background-color: #5F666D;
                        color: #FFF;
                        display: block;
                        font-size: 15px;
                        font-size: 0.9375rem;
                        line-height: 24px;
                        line-height: 1.5rem;
                        height: 42px;
                        line-height: 42px;
                        padding: 0 15px 0 20px;
                        text-align: center;
                        text-decoration: none;
                    }

                        header #function .navbar-nav .btn-group > a:hover, header #function .navbar-nav .btn-group > a:focus, header #function .navbar-nav .btn-group-vertical > a:hover, header #function .navbar-nav .btn-group-vertical > a:focus {
                            background-color: #D6513D;
                        }

                header #function .navbar-nav .btn-group {
                    display: inline-block;
                }

            header #function .btn-group li + li, header #function .btn-group-vertical li + li {
                margin-top: 0;
            }

        header .navbar .navbar-nav {
            float: none;
        }

            header .navbar .navbar-nav li {
                display: inline-block;
            }

            header .navbar .navbar-nav > li {
                float: none;
            }

                header .navbar .navbar-nav > li + li {
                    margin-left: 3em;
                }

    .navbar {
        border-radius: 0;
        margin-bottom: 0;
    }

    .navbar-nav {
        float: none;
    }

        .navbar-nav > li {
            display: inline-block;
            float: none;
        }

    main {
        margin: 0 8.33333%;
    }

        main .phase {
            margin-bottom: 15px;
            position: relative;
        }

            main .phase ul {
                width: auto;
            }

                main .phase ul:before, main .phase ul:after {
                    display: block;
                    left: 0;
                    margin-bottom: 0;
                    margin-top: 0;
                    position: absolute;
                    top: 10px;
                }

                main .phase ul:after {
                    height: 0;
                }

            main .phase li {
                display: inline-block;
                left: 0 !important;
                margin-bottom: 0;
                position: relative;
            }

                main .phase li:before {
                    margin: 0 auto;
                    float: none;
                }

                main .phase li:first-child {
                    float: left;
                }

                    main .phase li:first-child:before {
                        background-color: #33b5e5;
                    }

                main .phase li:last-child {
                    float: right;
                }

                main .phase li + li {
                    margin-top: 0;
                }

                main .phase li span {
                    display: block;
                    height: auto;
                    overflow: auto;
                    width: auto;
                }

    footer .container {
        padding: 0 15px;
    }

    footer .logo ul {
        margin-top: 10px;
        margin-left: 5px;
    }

    footer .logo li:first-child {
        margin-left: 0;
    }

    footer .declaration {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }

        footer .declaration a {
            display: inline-block;
        }

        footer .declaration:before {
            content: "【";
        }

        footer .declaration:after {
            content: "】";
        }

        footer .declaration li {
            display: inline-block;
            margin-right: -3px;
        }

            footer .declaration li + li:before {
                content: "｜";
                padding: 0 0.75em;
            }
}

@media (min-width: 992px) {
    header #function em {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.5rem;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        text-align: center;
    }

    .table {
        display: table;
    }

        .table thead, .table tbody {
            display: table-header-group;
        }

            .table thead tr {
                position: static;
            }

        .table > thead > tr > th {
            border-bottom: none;
        }

            .table > thead > tr > th > tr.multiple > td:first-child {
                background: none;
                color: #000;
            }

        .table tr {
            display: table-row;
        }

        .table th, .table td {
            display: table-cell;
        }

        .table th {
            background-color: #CA503F;
            color: #FFF;
            text-align: center;
        }

            .table th + th {
                border-left: 1px solid 1px solid #E7F0F2;
            }

        .table > tbody > tr > td {
            padding-left: 8px !important;
        }

        .table td {
            border: 1px solid 1px solid #E7F0F2;
        }

            .table td:before {
                content: none;
                padding: 0;
                position: static;
            }

    main .phase ul {
        width: 82.5%;
    }
}

@media (min-width: 1200px) {
    header .container {
        margin: 12px auto;
    }

    header .logo {
        float: left;
        margin: 0;
    }

        header .logo img {
            width: 480px;
        }

    header #function {
        display: block;
        float: right;
        margin-top: 0;
    }

        header #function em {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 24px;
            line-height: 1.5rem;
            margin-right: 0.5em;
        }

    header .navbar .navbar-nav > li + li {
        margin-left: 5em;
    }

    main .btnPanel [role="button"] {
        display: inline-block;
        width: 200px;
    }
        main .btnPanel [role="button2"] {
        display: inline-block;
        width: 200px;
    }

        main .btnPanel [role="button"] + [role="button"] {
            margin-left: 0.75em;
            margin-top: 0;
        }

    main .content {
        padding-bottom: 60px;
    }

    main .phase ul:before {
        width: 89% !important;
    }
   

    #panel {
        padding-bottom: 216px;
    }

    footer {
        bottom: 0;
        left: 0;
        position: absolute;
        text-align: left;
        width: 100%;
    }

        footer .container > *, footer .container .declaration {
            margin-top: 0;
        }
}
/* check */
.table.check + .total {
    border-bottom: 1px solid #E7F0F2;
    border-left: 1px solid #E7F0F2;
}

    .table.check + .total + strong {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 24px;
        line-height: 1.5rem;
    }

@media (min-width: 992px) {
    .table.check td {
        text-align: right;
    }

        .table.check td:first-child {
            text-align: left;
        }

    .table.price td:last-child {
        text-align: left;
    }
}


/* inquiry */
.inquiry dt, .inquiry dd {
    display: inline-block;
}

.inquiry dt {
    float: none;
    vertical-align: middle;
}

.inquiry .btn {
    width: 120px;
}

.inquiry .table th i {
    margin-left: 5px;
}

.inquiry .table td {
    text-align: left;
}

    .inquiry .table td:before {
        width: 90.6px;
    }

.inquiry .table > tbody > tr > td {
    padding-left: 99.6px;
}

@media (min-width: 992px) {
    .inquiry .table td {
        text-align: center;
    }
}
/* login, get Password */
.login .btnPanel [role="button"], .notMember .btnPanel [role="button"] {
    width: 100%;
}

.login, .getPassword {
    border-bottom: 1px solid #E7F0F2;
    padding-bottom: 20px;
}

    .login fieldset, .getPassword fieldset {
        margin-bottom: 15px;
        text-align: right;
    }

    .login .form-group, .getPassword .form-group {
        margin-bottom: 0;
    }

        .login .form-group + .form-group .form-control, .getPassword .form-group + .form-group .form-control {
            border-top: none;
        }

    .login #ContentPlaceHolder1_CAPTCHA, .getPassword #ContentPlaceHolder1_CAPTCHA {
        float: left;
        margin-bottom: 15px;
        margin-right: 20px;
        width: 140px;
    }

        .login #ContentPlaceHolder1_CAPTCHA + div, .getPassword #ContentPlaceHolder1_CAPTCHA + div {
            color: #A0A9AA;
        }

            .login #ContentPlaceHolder1_CAPTCHA + div img, .getPassword #ContentPlaceHolder1_CAPTCHA + div img {
                display: block;
            }

            .login #ContentPlaceHolder1_CAPTCHA + div a, .getPassword #ContentPlaceHolder1_CAPTCHA + div a {
                font-size: 14px;
                font-size: 0.875rem;
                line-height: 24px;
                line-height: 1.5rem;
                text-decoration: none;
            }

.notMember {
    padding-top: 20px;
}



    .notMember .btnPanel {
        margin-top: 128px;
    }

    /* get Password */
    .getPassword .btnPanel {
        margin-top: 60.5px;
    }

        .getPassword .btnPanel [role="button"] {
            display: inline-block;
            width: 112px;
        }

            .getPassword .btnPanel [role="button"] + [role="button"] {
                margin-left: 15px;
                margin-top: 0;
            }
}

@media (min-width: 1200px) {
    .login #ContentPlaceHolder1_CAPTCHA + div, .getPassword #ContentPlaceHolder1_CAPTCHA + div, .getPassword #ContentPlaceHolder1_CAPTCHA + div {
        margin-top: 0;
    }

    .notMember .btnPanel {
        margin-top: 60px;
    }

    .getPassword .btnPanel [role="button"] {
        width: 300px;
    }
}
/* member data */
.memberData {
    text-transform: none;
}

    .memberData fieldset + fieldset {
        border-top: 1px solid #A0A9AA;
        margin-top: 15px;
        padding-top: 30px;
    }

    .memberData em {
        color: #D6513D;
    }

    .memberData fieldset .form-group {
        margin-top: 5px;
        margin-bottom: 10px;
    }

        .memberData fieldset .form-group input {
            margin-bottom: 10px;
        }

    .memberData fieldset:first-child .form-group:first-child input {
        margin-bottom: 0;
    }

    .memberData fieldset:last-child .form-group:nth-child(2) input {
        margin-bottom: 0;
    }

    .memberData .tel, .memberData .address {
        padding: 0;
    }

    .memberData .mobilePhone input, .memberData .telephone input, .memberData .fax input {
        display: inline-block;
        margin-right: 10px;
    }

        .memberData .mobilePhone input + input, .memberData .telephone input + input, .memberData .fax input + input {
            margin-left: -6px;
        }

        .memberData .mobilePhone input:last-child, .memberData .telephone input:last-child, .memberData .fax input:last-child {
            margin-right: 0;
        }

        .memberData .telephone input:first-child {
            margin-left: 0;
        }

        .memberData .mobilePhone input:nth-child(2) {
            margin-left: 0;
        }

        .memberData .fax input:nth-child(3) {
            margin-left: 0;
        }

    .memberData .btnPanel {
        margin-top: 2em;
    }

@media (min-width: 480px) {
    .memberData .telephone input:first-child {
        width: 231px;
    }
	
    .memberData .mobilePhone input:nth-child(2) {
        margin-left: -6px;
        width: 263.1px;
    }

    .memberData .fax input:nth-child(3) {
        margin-left: -6px;
        width: 174.7px;
    }
}

@media (min-width: 1200px) {
    .memberData .mobilePhone input:nth-child(2) {
        width: 342.6px;
    }

    .memberData .telephone input:first-child {
        width: 275px;
    }

    .memberData .telephone input:last-child {
        margin-top: 0;
    }

    .memberData .fax input:nth-child(3) {
        width: 254.2px;
    }
}
/* register */
.register fieldset:first-child .form-group:first-child {
    float: none;
}

/* member */
.member .status dl {
    margin-bottom: 0;
    padding: 10px 0;
}

.member .status dt {
    font-weight: 700;
}

.member .notEnable {
    color: #D6513D;
}

@media (min-width: 992px) {
    .member .status {
        margin-top: 34px !important;
        margin-bottom: 67px !important;
    }

        .member .status dl {
            padding: 10px 0;
        }
}

@media (min-width: 1200px) {
    ..memberData .telephone input:first-child {
        margin-left: -6px;
    }
}
/* price */
.table.price {
    text-transform: none;
}

    .table.price tr.multiple td:first-child {
        background-color: #D6513D;
        color: #FFF;
    }

    .table.price td:before {
        width: 102.6px;/* Miga 0319 width: 122.6px;*/
    }

    .table.price > tbody > tr > td {
        padding-left: 115.6px;/* Miga 0319  padding-left:131.6px*/
    }
@media screen and (max-width: 1028px) { 
    .table.price td{
        text-align: left;/* Miga 0319 New*/
    }
}
@media (min-width: 992px) {
    .table.price tr.multiple td:first-child {
        background-color: inherit;
        color: inherit;
    }

    .table.price td:last-child {
        text-align: left;
    }
    
}
/* register */
main .register li:nth-child(2) {
    left: 50%;
}

main .register .step02:after {
    width: 50%;
}

main .register .step02 li:nth-child(2):before {
    background-color: #33b5e5;
}

main .register .step03:after {
    width: 100%;
}

main .register .step03 li:before {
    background-color: #33b5e5;
}

@media (min-width: 768px) {
    main .register ul:before, main .register ul:after {
        margin-left: 41px;
    }

    main .register ul:before {
        width: 85%;
    }

    main .register .step02:after {
        width: 42.5%;
    }

    main .register .step03:after {
        width: 85%;
    }
}

@media (min-width: 1200px) {
    main .register .step02:after {
        width: 45%;
    }

    main .register .step03:after {
        width: 89%;
    }
}
/* register data */
.registerData {
    text-transform: none;
}

    .registerData fieldset + fieldset {
        border-top: 1px solid #A0A9AA;
        margin-top: 15px;
        padding-top: 30px;
    }

    .registerData em, .registerData strong, .registerData .help-block {
        color: #D6513D;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 24px;
        line-height: 1.5rem;
    }

    .registerData fieldset .form-group {
        margin-top: 5px;
        margin-bottom: 0;
    }

        .registerData fieldset .form-group input {
            margin-bottom: 10px;
        }

    .registerData fieldset:first-child .form-group:first-child {
        float: none;
    }

        .registerData fieldset:first-child .form-group:first-child input {
            margin-bottom: 0;
        }

    .registerData fieldset:last-child .form-group:nth-child(2) input {
        margin-bottom: 0;
    }

    .registerData .tel, .registerData .address {
        padding: 0;
    }

    .registerData .mobilePhone input, .registerData .telephone input, .registerData .fax input {
        display: inline-block;
        margin-right: 10px;
    }

        .registerData .mobilePhone input + input, .registerData .telephone input + input, .registerData .fax input + input {
            margin-left: -6px;
        }

        .registerData .mobilePhone input:last-child, .registerData .telephone input:last-child, .registerData .fax input:last-child {
            margin-right: 0;
        }

        .registerData .telephone input:nth-child(3) {
            margin-left: 0;
        }

        .registerData .mobilePhone input:nth-child(2) {
            margin-left: 0;
        }

        .registerData .fax input:nth-child(3) {
            margin-left: 0;
        }

@media (min-width: 480px) {
    .registerData .telephone input:nth-child(3) {
        margin-left: -6px;
        width: 175px;
    }

    .registerData .mobilePhone input:nth-child(2) {
        margin-left: -6px;
        width: 263.1px;
    }

    .registerData .fax input:nth-child(3) {
        margin-left: -6px;
        width: 174.7px;
    }
}

@media (min-width: 1200px) {
    .registerData .mobilePhone input:nth-child(2) {
        width: 342.6px;
    }

    .registerData .telephone input:nth-child(3) {
        width: 134px;
    }

    .registerData .telephone input:last-child {
        margin-top: 0;
    }

    .registerData .fax input:nth-child(3) {
        width: 254.2px;
    }
}
/* provision */
.agreement {
    background-color: #FAF8F7;
    border: 1px solid #E7F0F2;
    height: 252px;
    padding: 8px;
    text-transform: none;
    overflow-y: auto;
    word-break: break-all;
}

/* reserve */
main .reserve li:nth-child(2) {
    left: 33.33333%;
}

main .reserve li:nth-child(3) {
    left: 66.66667%;
}

main .reserve .step02:after {
    width: 33.33333%;
}

main .reserve .step02 li:nth-child(2):before {
    background-color: #33b5e5;
}

main .reserve .step03:after {
    width: 66.66667%;
}

main .reserve .step03 li:nth-child(2):before, main .reserve .step03 li:nth-child(3):before {
    background-color: #33b5e5;
}

main .reserve .step04:after {
    width: 100%;
}

main .reserve .step04 li:before {
    background-color: #33b5e5;
}

@media (min-width: 768px) {
    main .reserve ul:before, main .reserve ul:after {
        margin-left: 60px;
    }

    main .reserve ul:before {
        width: 87.5%;
    }

    main .reserve li:nth-child(2) {
        margin-left: -17.5%;
    }

    main .reserve li:nth-child(3) {
        margin-left: 5%;
    }

    main .reserve .step02:after {
        width: 29.16667%;
    }

    main .reserve .step03:after {
        width: 58.33333%;
    }

    main .reserve .step04:after {
        width: 87.5%;
    }
}

@media (min-width: 1200px) {
    main .reserve ul:before {
        width: 90%;
    }

    main .reserve li:nth-child(2) {
        margin-left: -12.5%;
    }

    main .reserve li:nth-child(3) {
        margin-left: 12.5%;
    }

    main .reserve .step02:after{
        width:29%;
        }
    
    main .reserve .step03:after {
        width: 60%;
    }

    main .reserve .step04:after {
        width: 89%;
    }
}
/* reserve detail */
.reserveDetail h3 {
    border-bottom: 1px solid #A0A9AA;
    color: #60666E;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.reserveDetail .form-group {
    margin-bottom: 0;
}

.reserveDetail .datetimepicker {
    text-align: center;
}

    .reserveDetail .datetimepicker.datetimepicker-inline {
        padding: 0;
    }

        .reserveDetail .datetimepicker.datetimepicker-inline thead tr:nth-child(2) th {
            width: 36.71429px;
        }

        .reserveDetail .datetimepicker.datetimepicker-inline tbody td {
            height: 36.71429px;
            line-height: 36.71429px;
            width: 36.71429px;
        }

        .reserveDetail .datetimepicker.datetimepicker-inline .prev i, .reserveDetail .datetimepicker.datetimepicker-inline .next i {
            border: 1px solid #E7F0F2;
            border-radius: 3px;
            height: 25px;
            position: relative;
            width: 36px;
        }

            .reserveDetail .datetimepicker.datetimepicker-inline .prev i:before, .reserveDetail .datetimepicker.datetimepicker-inline .next i:before {
                border-style: solid;
                content: " ";
                left: 50%;
                margin-left: -4.5px;
                margin-top: -4.5px;
                position: absolute;
                top: 50%;
                width: 0;
                height: 0;
            }

            .reserveDetail .datetimepicker.datetimepicker-inline .prev i:before {
                border-color: transparent #A0AAAA transparent transparent;
                border-width: 4.5px 9px 4.5px 0;
            }

            .reserveDetail .datetimepicker.datetimepicker-inline .prev i:hover:before, .reserveDetail .datetimepicker.datetimepicker-inline .prev i:focus:before {
                border-color: transparent #CA4E3E transparent transparent;
            }

            .reserveDetail .datetimepicker.datetimepicker-inline .next i:before {
                border-color: transparent transparent transparent #A0AAAA;
                border-width: 4.5px 0 4.5px 9px;
            }

            .reserveDetail .datetimepicker.datetimepicker-inline .next i:hover:before, .reserveDetail .datetimepicker.datetimepicker-inline .next i:focus:before {
                border-color: transparent transparent transparent #CA4E3E;
            }

        .reserveDetail .datetimepicker.datetimepicker-inline table {
            display: inline-block;
        }

            .reserveDetail .datetimepicker.datetimepicker-inline table tr {
                display: block;
            }

                .reserveDetail .datetimepicker.datetimepicker-inline table tr td.disabled:hover, .reserveDetail .datetimepicker.datetimepicker-inline table tr td.old:hover, .reserveDetail .datetimepicker.datetimepicker-inline table tr td.new:hover {
                    cursor: default;
                }

                .reserveDetail .datetimepicker.datetimepicker-inline table tr td.old, .reserveDetail .datetimepicker.datetimepicker-inline table tr td.new {
                    background-color: #FAFAFB !important;
                    color: transparent !important;
                }

            .reserveDetail .datetimepicker.datetimepicker-inline table th, .reserveDetail .datetimepicker.datetimepicker-inline table td {
                border-radius: 0;
                display: inline-block;
            }

            .reserveDetail .datetimepicker.datetimepicker-inline table thead tr, .reserveDetail .datetimepicker.datetimepicker-inline table tbody tr {
                margin-bottom: 5px;
            }

                .reserveDetail .datetimepicker.datetimepicker-inline table thead tr:nth-child(2) th, .reserveDetail .datetimepicker.datetimepicker-inline table tbody td {
                    margin: 0px;
                }

            .reserveDetail .datetimepicker.datetimepicker-inline table thead {
                display: block;
            }

                .reserveDetail .datetimepicker.datetimepicker-inline table thead tr:first-child th:hover {
                    background: none;
                    color: #5F666D;
                }

                .reserveDetail .datetimepicker.datetimepicker-inline table thead tr:first-child th:nth-child(2):hover {
                    cursor: default;
                }

                .reserveDetail .datetimepicker.datetimepicker-inline table thead tr:first-child {
                    font-size: 20px;
                    font-size: 1.25rem;
                    line-height: 24px;
                    line-height: 1.5rem;
                    text-align: center;
                }

                .reserveDetail .datetimepicker.datetimepicker-inline table thead tr:last-child {
                    color: #A0A9AA;
                }

                .reserveDetail .datetimepicker.datetimepicker-inline table thead th {
                    height: auto;
                    text-align: center;
					font-size: 18px;
                }

            .reserveDetail .datetimepicker.datetimepicker-inline table tbody th, .reserveDetail .datetimepicker.datetimepicker-inline table tbody td {
                padding: 0;
            }

            .reserveDetail .datetimepicker.datetimepicker-inline table tbody td {
                background-color: #FAFAFB; /*可預約*/
                color: #000;
                border: 1px solid #E7F0F2;
                position: relative;
            }

.reserveDetail td.active, .reserveDetail li.active, .reserveDetail .status.active {
    background-color: #D6513D !important;
    color: #FFF;
}

.reserveDetail td.officialHoliday, .reserveDetail td.officialHoliday:hover {
    background-color: #AAAAAA !important;
    text-decoration:line-through;
    color: #FFF !important;
}

.reserveDetail li.officialHoliday, .reserveDetail li.officialHoliday:hover {
    background-color: #888888 !important;
    text-decoration:line-through;
    color: #FFF !important;
}

.reserveDetail .status.officialHoliday, .reserveDetail .status.officialHoliday:hover {
    background-color: #000000 !important;/*休館日*/
	text-decoration:none;
    color: #FFF !important;
	background: url('../Images/officialHoliday.png') no-repeat;
}

.reserveDetail .status.officialHoliday_s, .reserveDetail .status.officialHoliday_s:hover {
    background-color: #000000 !important;/*休館日*/
	text-decoration:none;
    color: #FFF !important;
	background: url('../Images/officialHoliday_s.png') no-repeat;
}

.reserveDetail td.full, .reserveDetail td.full:hover, .reserveDetail li.full, .reserveDetail li.full:hover, .reserveDetail .status.full, .reserveDetail .status.full:hover {
    background-color: #AAAAAA !important;
    cursor: default;
    color: #FFF !important;    
}

.reserveDetail .status.full_s, .reserveDetail .status.full_s:hover {
    background-color: #AAAAAA !important;
    cursor: default;
    color: #FFF !important;
	background: url('../Images/Full_s.png') no-repeat;
}

.reserveDetail .datetimepicker-inline {
    margin: 0 auto;
}

.reserveDetail .times {
    margin-top: 24px;
}

.reserveDetail .mm_info {
    margin-top: 56px;
}

    .reserveDetail .times h4 {
        text-align: center;
    }

.reserveDetail .timetable {
    color: #5F666D;
}

    .reserveDetail .timetable li {
        background-color: #FAFAFB; /*可預約*/
        color: #000;
        border: 1px solid #E7F0F2;
        cursor: pointer;
        float: left;
        margin: 5px;
        text-align: center;
        padding: 15px 0;
        width: 28.5%; 
		height: 96.4px;       
    }

        .reserveDetail .timetable li:hover, .reserveDetail .timetable li:focus {
            background-color: #a52a2a; 
            color: #FFF;
        }

        .reserveDetail .timetable li:before {
            content: " ";
            display: inline-block;
            height: 100%;
            width: 0;
            vertical-align: middle;
        }

        .reserveDetail .timetable li div {
            display: inline-block;
            vertical-align: middle;
        }
        
        .reserveDetail .timetable li div_full {
            display: inline-block;
            text-decoration:line-through;
            vertical-align: middle;
        }

        .reserveDetail .timetable li time {
            display: block;
        }

.reserveDetail .notation {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-left: 5px;
    margin-top: 1em;
}

    .reserveDetail .notation li {
        display: inline-block;
    }

    .reserveDetail .notation .status {
        background-color: #FAFAFB; /*可預約*/
        border: 1px solid #A0A9AA;
        display: inline-block;
        height: 16px;
        margin-right: 10px;
        vertical-align: middle;
        width: 16px;       
    }

.reserveDetail .type {
    padding: 0 10px;
    margin-top: 24px;
}

    .reserveDetail .type dl {
        border: 1px solid #E7F0F2;
    }

    .reserveDetail .type dt, .reserveDetail .type dd {
        padding: 10px;
    }

        .reserveDetail .type dt:nth-of-type(2n + 1) {
            background-color: #FAF8F7;
        }

            .reserveDetail .type dt:nth-of-type(2n + 1) + dd {
                background-color: #FAF8F7;
            }

    .reserveDetail .type dd {
        display: inline-block;
    }

        .reserveDetail .type dd + dt {
            border-top: 1px solid #E7F0F2;
        }

        .reserveDetail .type dd .form-control {
            border-radius: 0;
        }

        .reserveDetail .type dd .form-group {
            margin-bottom: 0;
        }

@media (min-width: 480px) {
    .reserveDetail .datetimepicker.datetimepicker-inline thead tr:nth-child(2) th {
        width: 46.42857px;
    }

    .reserveDetail .datetimepicker.datetimepicker-inline tbody td {
        height: 46.42857px;
        line-height: 46.42857px;
        width: 46.42857px;
    }

    .reserveDetail .timetable li {
        width: 29.5%;
		height: 96.4px;
    }
}

@media (min-width: 640px) {
    .reserveDetail .datetimepicker.datetimepicker-inline thead tr:nth-child(2) th {
        width: 69.42857px;
    }

    .reserveDetail .datetimepicker.datetimepicker-inline tbody td {
        height: 69.42857px;
        line-height: 69.42857px;
        width: 69.42857px;
    }
}

@media (min-width: 768px) {
    .reserveDetail .timetable li {
        height: 96.4px;
        padding: 0;
        width: 96.4px;
    }

    .reserveDetail .type span {
        height: 30px;
        line-height: 30px;
    }

    .reserveDetail .type dd + dt + dd {
        border-top: 1px solid #E7F0F2;
    }

    .reserveDetail .datetimepicker.datetimepicker-inline thead tr:nth-child(2) th {
        width: 70.85714px;
    }

    .reserveDetail .datetimepicker.datetimepicker-inline tbody td {
        height: 70.85714px;
        line-height: 70.85714px;
        width: 70.85714px;
    }
}

@media (min-width: 992px) {
    .reserveDetail h4 {
        margin-bottom: 37px;
    }

    .reserveDetail .times {
        margin-top: 0;
    }

    .reserveDetail .timetable li {
        height: 60.3px;
        width: 60.3px;
    }

    .reserveDetail .datetimepicker.datetimepicker-inline thead tr:nth-child(2) th {
        width: 45.07143px;
    }

    .reserveDetail .datetimepicker.datetimepicker-inline tbody td {
        height: 45.07143px;
        line-height: 45.07143px;
        width: 45.07143px;
    }

    .reserveDetail .datetimepicker.datetimepicker-inline table tbody td {
        font-size: 1.25em;
    }

    .reserveDetail .table-condensed > tbody > tr > td {
        padding: 5px;
    }
}

@media (min-width: 1200px) {
    .reserveDetail .timetable li {
        height: 76.2px;
        width: 76.2px;
    }

    .reserveDetail .datetimepicker.datetimepicker-inline thead tr:nth-child(2) th {
        width: 56.57143px;
    }

    .reserveDetail .datetimepicker.datetimepicker-inline tbody td {
        height: 56.57143px;
        line-height: 56.57143px;
        width: 56.57143px;
    }
}
/* result */
.table.result td:first-child {
    text-align: left;
}

.table.result + .total {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .table.result + .total {
        border-top: none;
        margin-top: 0;
    }
}

.table.buyticketchk td:before {
            display:none;
        }


.table.buyticketchk tr {

 	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
        display: inline-flex ;

}
.payment
{
   text-align:left !important;  
   width:25%;   
}

.buyticketchkpay{
   width:700px;
}

@media screen and (max-width: 1028px) { 
     .webatmspan
     {
        display:none;
     }
     .payment
     {
        background-color:#D6513D;
        color:#FFF;
        width:67.6px;   
     }
     .buyticketchkpay{
        width:100%;
     }
}

.reserveredfont{
    font-size: 20px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 1em;
	color: red;
	font-weight: bold;
}
. codewidth
{
    width:140px;
    }
	
a.guidespot 
        {
            font-size:8px; 
            color:#E6E9ED;
            text-decoration:none;
        }
        a.guidespot:hover
        {
            color:#60666E;
            text-decoration:none;
        }
        a.guidespot:focus
        {
            color:#60666E;
            text-decoration:none;
            border:solid 1px #AAC0E4;
        }
        a.sitemapa
        {
            color:Black;
            text-decoration:none;
        }
        
        a.sitemapa:hover
        {
            text-decoration:none;
            color:#5F666D;
        }
        a.sitemapa:focus
        {
            color:#60666E;
            text-decoration:none;
            border:solid 1px #AAC0E4;
        }
        li.sitemapli
        {
            
        }
        li.sitemapli:focus
        {
            border:solid 1px #AAC0E4;
        }
        
        .hiddencol
        {
            display:none;
        }
        
        .grid th{
          text-align:center;
        }
        
        .grid th{
          text-align:center;
          background-color:#CA503F;
          color:#FFFFFF;
          height:40px;
          border-color:#E7F0F2;
        }
        
        .grid td
        {
          height:40px;
          border-color:#E7F0F2;
        }
		
		
		/*RWD Youtube 以及 Vimeo*/

		.video-container{
			
		margin-bottom:30px;	

		position:relative; 

		padding-bottom:56.25%;

		padding-top:30px;height:0;overflow:hidden;

		}

		 

		.video-container iframe,

		.video-container object,

		.video-container embed{

		position:absolute;

		top:0;

		left:0;

		width:100%;

		height:100%;

		}	
	