﻿/*
+==============================================================================
|
|    Copyright(c) 2020 IMS. All Rights. Reserved.
|
|  ・システム     ： クリーニング店向けＰＯＳシステム
|
+==============================================================================
|
|   C01002D01（トップメニュー画面）スタイルシート
|
|=== 改 版 履 歴 ==============================================================
| Date         Author           Reference                              Version
|==============================================================================
| 2020/07/01   IMS下平          新規作成                               1.0.0
|
|
===============================================================================
*/
@charset "UTF-8";

/* 画面解像度の高さが 1280px 以下である場合 */
@media screen and (max-height: 1280px) {

    .topmenu-frame {
        overflow: hidden;
        height: 540px;
        width: 820px;
    }

    .tempo-uriage-table-body {
        height: 230px;
        min-height: 230px;
        width: 818px;
    }

}

/* 画面解像度の高さが 800px 以下である場合 */
@media screen and (max-height: 800px) {
    .topmenu-frame {
        overflow: hidden;
        height: 420px;
        width: 820px;
    }

    .tempo-uriage-table-body {
        height: 121px;
        width: 818px;
    }

}

table.menu-table {
    border-collapse: separate;
    border-spacing: 8px;
}

/* 店舗メニューボタン */
.btn-tempo {
    height: 70px;
    width: 200px;
    font-size: 25px !important;
}
.btn-tempo:hover {
    height: 70px;
    width: 200px;
    font-size: 25px !important;
}

/* 管理メニューボタン */
.btn-kanri {
    height: 70px;
    width: 200px;
    font-size: 25px !important;
}

.btn-kanri:hover {
    height: 70px;
    width: 200px;
    font-size: 25px !important;
}

/* 営業日 */
.btn-input-date {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    color: #000000;
    background: #ffffff;
    border: 1px solid #716f6f;
    border-radius: 4px;
    cursor: pointer;
    height: 40px;
    width: 130px;
    font-size: 18px !important;
}

table.count-table {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}

table.count-table thead td {
    height: 24px;
    font-size: 12px;
}

table.count-table thead tr {
    height: 24px;
}

table.count-table thead td {
    height: 24px;
    font-size: 12px;
}

table.count-table tbody td {
    height: 24px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
}

/*.count-table-body {
    height: 242px;
}*/

.infomation-field {
    font-size: 18px;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}