﻿@charset "UTF-8";

/* ------------------------------------------------------------
 * 電卓
 * ------------------------------------------------------------ */
    .dentaku-area {
        width: 470px;
        max-width: 470px;
        min-width: 470px;
        margin: auto;
    }

    .address-area {
        width: 350px;
        max-width: 350px;
        min-width: 350px;
        margin: auto;
    }

    .number-area {
        width: 270px;
        max-width: 270px;
        min-width: 270px;
        margin: auto;
    }

    .dentaku-table {
        width: 100%;
        height: 400px;
        border-color: #ffffff;
    }

        .dentaku-table td {
            width: 25%;
            font-size: 30px;
        }

    .btn-dentaku {
        width: 80px;
        max-width: 80px;
        min-width: 80px;
        height: 65px;
        max-height: 65px;
        min-height: 65px;
        font-size: 30px;
        background-color: #ffa500;
        color: #ffffff !important;
        border: none;
        cursor: pointer;
        border-radius: 6px
    }

    .btn-dentaku-no-select {
        width: 80px;
        max-width: 80px;
        min-width: 80px;
        height: 65px;
        max-height: 65px;
        min-height: 65px;
        font-size: 30px;
        background-color: #F5D0A9;
        color: #BDBDBD !important;
        border: none;
        cursor: pointer;
        border-radius: 6px
    }

    .btn-plus {
        width: 80px;
        width: 80px;
        max-width: 80px;
        min-width: 80px;
        height: 90%;
        background-color: #ffa500;
        border: none;
        color: #ffffff !important;
        cursor: pointer;
        border-radius: 6px;
    }

    #inputLabel {
        width: 97%;
        height: 49px;
        font-size: 39px;
        vertical-align: bottom;
        text-align: right;
        padding-right: 16px;
        background-color: #dddddd;
        border: 1px solid #000000;
    }

    #inputText {
        width: 100%;
        font-size: 20px;
        vertical-align: bottom;
        text-align: right;
        padding-right: 16px;
        background-color: #dddddd;
        border: 1px solid #000000;
    }

    #inputTime {
        width: 100%;
        height: 49px;
        font-size: 39px;
        vertical-align: middle;
        text-align: center;
        background-color: #dddddd;
        border: 1px solid #000000;
    }
    /* ------------------------------------------------------------
 * スタッフ選択
 * ------------------------------------------------------------ */
    /* スタッフ選択コンテンツ */
    .staff-select-contents {
        width: 820px;
    }

    /* 店舗検索タイトル部 */
div.tempo-search-title {
    height: 45px;
    border: 1px solid #013c95 !important;
    background-color: #013c95 !important;
    color: #ffffff;
    font-size: 16.25pt;
    text-align: left;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    width: 790px;
}

        div.tempo-search-title:hover {
            cursor: pointer;
        }

    /* 店舗一覧 */
    div.tempo-area {
        height: 300px;
    }

    div.tempo-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 791px;
        border-top: 1px solid #666666;
        border-left: 1px solid #666666;
    }

    div.tempo-item {
        display: inline-block;
        border-right: 1px solid #666666;
        border-bottom: 1px solid #666666;
        width: 395px;
        height: 50px;
    }

        div.tempo-item div {
            display: table-cell;
            width: 395px;
            height: 50px;
            font-size: 25px !important;
            font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
            vertical-align: middle !important;
        }

            div.tempo-item div.selected {
                height: 49px;
                background: #e4faff !important;
            }

    /* スタッフリスト */
table.staff-list-header {
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
    overflow-y: visible;
    overflow-x: hidden;
    width: 790px;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}

        table.staff-list-header thead {
            border-collapse: collapse;
        }

        table.staff-list-header th {
            color: #ffffff;
            background: #778899 ;
            border: solid 1px #666666;
            font-size: 16.25pt;
            height: 50px;
        }

        table.staff-list-header thead > tr {
            border-collapse: collapse;
            float: left;
            height: 50px;
        }

            table.staff-list-header thead > tr > td {
                border: solid 1px #666666;
                height: 40px;
                font-size: 16.25pt;
                overflow-x: hidden;
                overflow-y: hidden;
                white-space: nowrap;
            }

    table.staff-list tbody {
        float: left;
        overflow-y: auto;
    }

        table.staff-list tbody > tr {
            float: left;
            border-collapse: collapse;
            height: 50px;
        }

            table.staff-list tbody > tr > td {
                border: solid 1px #666666;
                height: 50px;
                font-size: 16.25pt;
                font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
                overflow-x: hidden;
                overflow-y: hidden;
                white-space: nowrap;
            }

            table.staff-list tbody > tr td:hover {
                cursor: pointer;
            }

            table.staff-list tbody > tr.selected {
                background: #ffc753;
            }

table.staff-search-table tr{
    height:46px;
}

table.staff-search-table tr > td{
    width: 114px;
}
/* スタッフ検索画面の文字ボタン */
button.staff-select-btn {
    width: 113px;
    height: 45px;
    font-size: 16.25pt;
    font-weight: normal;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #013c95;
    text-decoration: none;
    background-color: #013c95;
    color: #ffffff;
    display: inline-block;
    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
    border-radius: 5px;
    /*box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;*/
}

        button.staff-select-btn:hover {
            cursor: pointer;
        }

button.staff-select-btn-down {
    width: 113px;
    height: 45px;
    font-size: 16.25pt;
    font-weight: bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #013c95;
    text-decoration: none;
    background-color: #ffffff;
    color: #013c95;
    display: inline-block;
    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
    border-radius: 5px;
    /*box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;*/
}

        button.staff-select-btn-down:hover {
            cursor: pointer;
        }
