@charset "utf-8";

/* ==================================================
Address Summary
================================================== */
.address_summary{
    background-color: #f2f2f2;
    color: #323232;
    border: 2px solid #dadada;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 16px 23px 12px 20px;
    margin: 0 0 18px;
}
.address_summary .name{
    padding: 0 0 1px;
}
.address_summary .name h3{
    font-size: 142.8%;
    font-weight: 700;
    display: inline-block;
    color: #1564b3;
}
.address_summary .name span{
    display: inline-block;
    background-color: inherit;
    color: #222222;
    font-size: 114.3%;
    font-weight: 700;
    position: relative;
    padding: 3px 0 0px 35px;
    margin: 0 0 0 22px;
}
.address_summary .name span:before{
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    left: 0;
    top: 50%;
    margin-top: -10px;
    background-color: #dadada;
    color: inherit;
}
.address_summary .address{
    font-style: normal;
}
.address_summary .address span{
    margin-left: 15px;
}
.address_summary .cnt{
    float: left;
}
.address_summary .btn{
    display: block;
    width: 215px;
    height: 40px;
    padding: 10px 0 0 0;
    font-weight: 700;
    float: right;
    margin: 4px 0 0;
}
.address_summary .btn_return{
    transition: all .3s ease;
    color: #1564b3;
    background-color: #e6f5ff;
    text-align: center;
    min-width: 214px;
}

/* ==================================================
Reservation Icon Explanation
================================================== */
.reservation_icon_explanation{
    position: relative;
    padding: 0 0 0 208px;
    color: #323232;
    background: inherit;
    line-height: 1.7;
    margin: 0 0 20px;
}
.reservation_icon_explanation .title{
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -11px;
    font-weight: 700;
}
.reservation_icon_explanation p{
    font-weight: 700;
}
.reservation_icon_explanation span{
    color: #1564b3;
    background: inherit;
}
.reservation_icon_explanation .icon{
    font-size: 114.3%;
}
@media screen and (min-width: 901px){
    .reservation_icon_explanation .cnt{
        display: block!important;
    }
}

/* ==================================================
Reservation Table
================================================== */
.reservation_table{
    color: #323232;
}
/* header */
.reservation_table .rt_header{
    padding: 0 0 36px;
    position: relative;
    margin: 0 0 11px;
}
.reservation_table .rt_header .title h2{
    font-size: 142.8%;
}
.reservation_table .rt_header .btn_booking{
    position: absolute;
    right: 0;
    bottom: 0;
}
.reservation_table .rt_header .btn_calendar{
    width: 180px;
    height: 24px;
    line-height: 24px;
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 0;
}
.reservation_table .rt_header .btn_calendar:before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 24px;
    background: url('/shared/images/icon/white_calendar_icon.png') 0 4px no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    color: inherit;
    margin: 0 11px 0 0;
    vertical-align: top;
    transition: 0.4s ease background-image;
    -webkit-transition: 0.4s ease background-image;
    -moz-transition: 0.4s ease background-image;
}
.reservation_table .rt_header .btn_calendar:hover:before,
.reservation_table .rt_header .btn_calendar:active:before,
.reservation_table .rt_header .btn_calendar:focus:before{
    background-image: url('/shared/images/icon/dark_blue_calendar_icon.png');
}
.reservation_table .rt_header .pagination{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.reservation_table .rt_header .pagination a{
    color: #1564b3;
    background: inherit;
    font-weight: 700;
    text-decoration: none;
}
.reservation_table .rt_header .pagination a:hover,
.reservation_table .rt_header .pagination a:active,
.reservation_table .rt_header .pagination a:focus{
    text-decoration: underline;
}
.reservation_table .rt_header .pagination .btn_prev:before{
    content: '<';
    display: inline-block;
    margin-right: 17px;
}
.reservation_table .rt_header .pagination .btn_next:after{
    content: '＞';
    display: inline-block;
    margin-left: 17px;
}
.reservation_table .rt_header .pagination .split{
    width: 1px;
    height: 15px;
    display: inline-block;
    margin: 0 16px;
    background-color: #dadada;
    color: inherit;
    vertical-align: top;
    position: relative;
    top: 5px;
}
/* table */
.reservation_table table{
    width: 100%;
    border: 1px solid #cccccc;
}
.reservation_table table td,
.reservation_table table th{
    border: 1px solid #cccccc;
}
.reservation_table table thead th{
	padding: 9px 0 7px;
}
.reservation_table table thead th.bg_gray{
    width: 278px;
}
.reservation_table table thead strong{
    font-size: 128.6%;
}
.reservation_table table tbody td{
    font-size: 128.6%;
    color: #1564b3;
    text-align: center;
    background-color: inherit;
    transition: 0.4s ease background-color;
    -webkit-transition: 0.4s ease background-color;
    -moz-transition: 0.4s ease background-color;
    padding-top: 1px;
}
.reservation_table table tbody td:hover{
/*    background-color: #fff799;*/
    background-color: #ffdf99;
}
.reservation_table table tbody td a {
	text-decoration:none;
}
.reservation_table table tbody th{
    text-align: left;
    background-color: #f2f2f2;
    padding: 13px 15px 10px;
}
.reservation_table table tbody small{
    font-size: 66.7%;
    display: block;
    color: #323232;
}
.reservation_table table tbody .bg_gray{
    color: #323232;
}
.reservation_table table tbody .spacing{
    margin-right: 15px;
}
/* other */
.reservation_table .rt_footer{
    text-align: center;
    padding: 12px 0 10px;
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
    border-top: none;
    margin-bottom: 75px;
}
.reservation_table .btn_booking{
    width: 160px;
    height: 56px;
    font-size: 114.3%;
    font-weight: 700;
    padding: 16px 0 0;
    display: inline-block;
    cursor: pointer;
}
/* ==================================================
Login page
================================================== */
.region_login{
    margin: 0 auto;
    padding: 0 92px 65px 0;
    width: 714px;
}
.region_login .form_login{
    padding-right: 50px;
}
.region_login .para_notification{
    margin: 0 0 40px 165px;
    font-size: 142.9%;
    color: #5c5c5c;
    font-weight: bold;
}
.row_group,
.action_login{
    margin-bottom: 20px;
}

.form_login .control_label{
    padding: 8px 10px 6px 34px;
    float: left;
    width: 184px;
    color: #5c5c5c;
    font-size: 171.4%;
    font-weight: bold;
}
.form_login .input_field{
    margin-left: 184px;
}
.form_login .btn_login{
    margin: 25px 0 0 258px;
    padding: 18px 15px 17px;
    min-width: 200px;
    line-height: 1;
}
.form_login .para_forgot{
    margin-left: 238px;
    font-size: 114.3%;
}
.form_login .para_forgot a,
.form_login .para_forgot a:link{
    color: #0072bc;
    text-decoration: none;
}
.form_login .para_forgot a:hover,
.form_login .para_forgot a:focus{
    text-decoration: underline;
}
.form_login .form_control{
    -webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, .125);
    box-shadow: inset 0 0px 10px rgba(0, 0, 0, .125);
}
.user_registration{
    margin-top: 40px;
}
.user_registration:before,
.user_registration:after{
    content: "";
    display: table;
}
.user_registration:after{
    clear: both;
}
.user_registration .action_login{
    margin-right: 29px;
    float: left;
    min-width: 180px;
}
.user_registration .btn_signup{
    min-width: 180px;
    line-height: 1;
}
.user_registration p{
    padding-top: 6px;
    overflow: hidden;
}
.region_login .btn_login:before,
.region_login .btn_signup:before{
    display: none;
}