﻿/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* Common
-----------------------------------------------------------*/
.schedule_table {
    width: 100%;
    margin: 0;
}

#icon_help {
    width: 100%;
    margin: 0;
}

.tb_input_reserve,
.tb_input_mail_address,
.tb_input_password,
.tb_input_user_id,
.tb_input_change_user_info,
.tb_input_user_info,
.tb_input_player_list,
.tb_input_quit {
    width: 80%;
}

.tb_input_reserve_manage {
    width: 20%;
}

/* Bootstrapの左右余白調整 */
@media (min-width: 1200px) {
    /* ブラウザサイズが1200px以上の場合 */
    .container {
        width: 100%;
        padding: 0 100px;
    }
    .login_txt2.text-center {
        float: none;
        margin-left: auto;
    }
}

@media (max-width: 1370px) {
    /* ブラウザサイズが1370px以下の場合 */
    html, body, .wrapper {
        height: 100%;
    }
    body>div.container,
    body>div.wrapper {
        overflow-x: auto;
    }
    .schedule_table, #icon_help {
        width: 1170px;
    }
}

@media (max-width: 992px) {
    /* ブラウザサイズが992px以下の場合 */
    .tb_input.fixed_table,
    .tb_input3.fixed_table,
    .tb_input4.fixed_table {
        width: 720px;
    }
}

@media (max-width: 768px) {
    /* ブラウザサイズが768px以下の場合 */
    .courseList {
        font-size: 9.5pt;
    }
    /* スタート時間入力 */
    .tb_input_reserve {
        width: 61%;
    }
    /* Web予約確認・変更 */
    .tb_input_reserve_manage {
        width: 40%;
    }
    /* メールアドレス変更 */
    .tb_input_mail_address {
        width: 65%;
    }
    /* パスワード変更、ユーザー情報変更 */
    .tb_input_password,
    .tb_input_change_user_info,
    .tb_input_player_list {
        width: 59%;
    }
    /* ユーザーID変更 */
    .tb_input_user_id {
        width: 74%;
    }
    /* ユーザー登録情報変更、ユーザー登録 */
    .tb_input_user_info {
        width: 61%;
    }
    /* 退会 */
    .tb_input_quit {
        width: 76%;
    }
}

/* 中央揃え */
.middle {
    vertical-align: middle;
}

.msg {
    color: #767676;
}

th, td {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.tb_input4 {
    border: 1px solid #D2D2D2;
    width: 100%;
}
.tb_input4 .title {
    background-color: #359500;
    color: #FFF;
    margin-left: 6em;
    font-size: 12pt;
    padding-top: 5px;
    padding-bottom: 3px;
    font-weight:normal;
}
table>thead>tr>td.tb_input4_subtitle {
    background-color: #E2EEE2;
    color: #767676;
    text-align: center;
    padding: 1em;
    font-weight:normal;
    vertical-align: middle;
}
.tb_input4 td {
    padding: 1em;
    color: #767676;
    border: 1px solid #D2D2D2;
}

/* Header
-----------------------------------------------------------*/
/*ヘッダ box(枠、背景あり)*/
.headder_box {
    float: left;
    border: 1px solid #C6C6C6;
    background-color: #FAFAFA;
    margin-top: 8px;
    padding: 8px;
    color: #767676;
    width: 100% ;
}

/*ヘッダ box(枠、背景なし)*/
.headder_box_nobg {
    float: left;
    border: 0px;
    margin-top: 8px;
    padding: 2px;
    color: #767676;
    width: 100% ;
}

.login_forget {
    float: left;
    width: auto;
    margin: 8px 0 0 1em;
    line-height: 2;
}

/* Button
-----------------------------------------------------------*/
/* デフォルトボタンのActionLink */
a.btn-default, a.btn-default:visited {
    color: #333;
}

/* 色ボタンのActionLink */
a.btn-danger:visited, a.btn-warning:visited {
    color: #fff;
}

/* Checkbox
-----------------------------------------------------------*/
/* チェックボックス */
.checkbox {
    color: #767676;
}

/* チェックボックス(非活性) */
input[type='checkbox']:disabled {
    cursor: default;
}

/* 同伴者通知不可時チェックボックス */
.player_info_chk {
    text-decoration: line-through;
}

/* 同伴者通知不可メッセージ */
.player_info_msg {
    color: red;
}

/* プランリスト
-----------------------------------------------------------*/
/* おススメ */
.recommend {
    color: #fff;
    background-color: #F00;
    padding: 3px 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    white-space:nowrap;
    font-size:8pt;
    display: inline-block;
    float:left;
}

/* おススメ(プランリスト) */
.recommend_plan {
    color: #fff;
    background-color: #F00;
    padding: 3px 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    white-space:nowrap;
    font-size:8pt;
    display: inline-block;
    position: relative;
    left: 40%;
    float: left;
}

/* プランマークの説明 */
#icon_help td {
    border: transparent;
}

.ui-navbar,
.ui-grid-a {
    overflow: hidden;
}

.ui-grid-a .ui-block-a {
    clear: left;
}

.ui-grid-a .ui-block-a,
.ui-grid-a .ui-block-b {
    width: 50%;
}

.ui-block-a, .ui-block-b {
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    min-height: 1px;
}

.ui-navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    border: 0;
}

.titlebar_main_back {
    margin-left: 90px;
}

/* プランマーク */
.icon_table {
    width: 95px;
    margin: auto;
    padding: 10px 0;
}
.icon_table img {
    margin: 1px 0;
}

.m_nonactive {
    margin: auto;
}

/* ２重送信防止 */
.FreezePaneOff
{
    visibility: hidden;
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
}

.FreezePaneOn
{
    position: fixed;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding-top: 20%;
    background-color: #333;
    opacity: 0.6;
}

.InnerFreezePane
{
    position: fixed;
    top: 45%;
    left: calc(50% - 100px) ;
    text-align: center;
    width: 200px;
    background-color: #171;
    color: White;
    font-size: large;
    /*border: dashed 2px #111;*/
    border: solid 2px #111;
    padding: 9px;
}
