﻿/*
+==============================================================================
|
|    Copyright(c) 2020 IMS. All Rights. Reserved.
|
|  ・システム     ： クリーニング店向けＰＯＳシステム
|
+==============================================================================
|
|   共通ヘッダ・フッタスタイルシート
|
|=== 改 版 履 歴 ==============================================================
| Date         Author           Reference                              Version
|==============================================================================
| 2020/07/01   IMS下平          新規作成                               1.0.0
|
===============================================================================
*/

@charset "UTF-8";

div.header {
    display:table;
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 42px;
    overflow: hidden;
    background-color: #013c95;
    z-index: 2;
}

/* 店舗名 */
div.tempo-name {
    display: table;
    position: fixed;
    top: 10px;
    left: 30px;
    color: #ffffff;
    font-size: 18px;
}

/* モード */
div.mode {
    display: table;
    position: fixed;
    top: 5px;
    left: 200px;
    color: #00ffff;
    font-size: 25px;
}

div.header > div.title {
    display:table-cell;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

/* ログアウトボタン */
div.btn-header-logout {
    display: table;
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 2;
    width: 80px;
    height: 42px;
    background-image: url("../Content/Themes/images/logout.png") !important;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    cursor: pointer;
}
div.btn-header-logout:hover {
    display: table;
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 2;
    width: 80px;
    height: 42px;
    background-image: url("../Content/Themes/images/logout_hover.png") !important;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    cursor: pointer;
}
div.btn-header-logout-string {
    display: table-cell;
    color: #ffffff;
    font-size: 8px;
    vertical-align: bottom;
    text-align: center;
}
div.btn-header-logout-string:hover {
    display: table-cell;
    color: #87e6e6;
    font-size: 8px;
    vertical-align: bottom;
    text-align: center;
}

/* メニューボタン */
div.btn-header-menu {
    display: table;
    position: fixed;
    top: 0px;
    right: 80px;
    z-index: 2;
    width: 80px;
    height: 42px;
    background-image: url("../Content/Themes/images/menu.png") !important;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    cursor: pointer;
}
div.btn-header-menu:hover {
    display: table;
    position: fixed;
    top: 0px;
    right: 80px;
    z-index: 2;
    width: 80px;
    height: 42px;
    background-image: url("../Content/Themes/images/menu_hover.png") !important;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    cursor: pointer;
}

div.btn-header-menu-string {
    display: table-cell;
    color: #ffffff;
    font-size: 8px;
    vertical-align: bottom;
    text-align: center;
}
div.btn-header-menu-string:hover {
    display: table-cell;
    color: #87e6e6;
    font-size: 8px;
    vertical-align: bottom;
    text-align: center;
}

/* 新規ボタン */
div.btn-header-insert {
    display: table;
    position: fixed;
    top: 0px;
    right: 150px;
    z-index: 2;
    width: 80px;
    height: 42px;
    background-image: url("../Content/Themes/images/shinki.png") !important;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    cursor: pointer;
}

div.btn-header-insert:hover {
    display: table;
    position: fixed;
    top: 0px;
    right: 150px;
    z-index: 2;
    width: 80px;
    height: 42px;
    background-image: url("../Content/Themes/images/shinki_hover.png") !important;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    cursor: pointer;
}

div.btn-header-insert-string {
    display: table-cell;
    color: #ffffff;
    font-size: 8px;
    vertical-align: bottom;
    text-align: center;
}

div.btn-header-insert-string:hover {
    display: table-cell;
    color: #87e6e6;
    font-size: 8px;
    vertical-align: bottom;
    text-align: center;
}

/* 更新ボタン */
div.btn-header-update {
    display: table;
    position: fixed;
    top: 0px;
    right: 220px;
    z-index: 2;
    width: 80px;
    height: 42px;
    background-image: url("../Content/Themes/images/koushin.png") !important;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    cursor: pointer;
}
div.btn-header-update:hover {
    display: table;
    position: fixed;
    top: 0px;
    right: 220px;
    z-index: 2;
    width: 80px;
    height: 42px;
    background-image: url("../Content/Themes/images/koushin_hover.png") !important;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    cursor: pointer;
}

div.btn-header-update-string {
    display: table-cell;
    color: #ffffff;
    font-size: 8px;
    vertical-align: bottom;
    text-align: center;
}
div.btn-header-update-string:hover {
    display: table-cell;
    color: #87e6e6;
    font-size: 8px;
    vertical-align: bottom;
    text-align: center;
}

/* 閲覧ボタン */
div.btn-header-list {
    display: table;
    position: fixed;
    top: 0px;
    right: 220px;
    z-index: 2;
    width: 80px;
    height: 42px;
    background-image: url("../Content/Themes/images/ichiran.png") !important;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    cursor: pointer;
}

    div.btn-header-list:hover {
        display: table;
        position: fixed;
        top: 0px;
        right: 220px;
        z-index: 2;
        width: 80px;
        height: 42px;
        background-image: url("../Content/Themes/images/ichiran_hover.png") !important;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: 50% 20%;
        cursor: pointer;
    }

div.btn-header-list-string {
    display: table-cell;
    color: #ffffff;
    font-size: 8px;
    vertical-align: bottom;
    text-align: center;
}

    div.btn-header-list-string:hover {
        display: table-cell;
        color: #87e6e6;
        font-size: 8px;
        vertical-align: bottom;
        text-align: center;
    }

/* 検索ボタン */
div.btn-header-search {
    display: table;
    position: fixed;
    top: 0px;
    right: 290px;
    z-index: 2;
    width: 80px;
    height: 42px;
    background-image: url("../Content/Themes/images/kensaku.png") !important;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    cursor: pointer;
}

div.btn-header-search:hover {
    display: table;
    position: fixed;
    top: 0px;
    right: 290px;
    z-index: 2;
    width: 80px;
    height: 42px;
    background-image: url("../Content/Themes/images/kensaku_hover.png") !important;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    cursor: pointer;
}

div.btn-header-search-string {
    display: table-cell;
    color: #ffffff;
    font-size: 8px;
    vertical-align: bottom;
    text-align: center;
}

    div.btn-header-search-string:hover {
        display: table-cell;
        color: #87e6e6;
        font-size: 8px;
        vertical-align: bottom;
        text-align: center;
    }

/*電卓*/
div.btn-header-calculator {
    display: table;
    position: fixed;
    top: 0px;
    right: 290px;
    z-index: 2;
    width: 80px;
    height: 42px;
    background-image: url("../Content/Themes/images/calculator_white.png") !important;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    cursor: pointer;
}

    div.btn-header-calculator:hover {
        display: table;
        position: fixed;
        top: 0px;
        right: 290px;
        z-index: 2;
        width: 80px;
        height: 42px;
        background-image: url("../Content/Themes/images/calculator_hover.png") !important;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: 50% 20%;
        cursor: pointer;
    }

div.btn-header-calculator-string {
    display: table-cell;
    color: #ffffff;
    font-size: 8px;
    vertical-align: bottom;
    text-align: center;
}

    div.btn-header-calculator-string:hover {
        display: table-cell;
        color: #87e6e6;
        font-size: 8px;
        vertical-align: bottom;
        text-align: center;
    }

/*両替*/
div.btn-header-change-money {
    display: table;
    position: fixed;
    top: 0px;
    right: 220px;
    z-index: 2;
    width: 80px;
    height: 42px;
    background-image: url("../Content/Themes/images/change_money.png") !important;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    cursor: pointer;
}

    div.btn-header-change-money:hover {
        display: table;
        position: fixed;
        top: 0px;
        right: 220px;
        z-index: 2;
        width: 80px;
        height: 42px;
        background-image: url("../Content/Themes/images/change_money_hover.png") !important;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: 50% 20%;
        cursor: pointer;
    }

div.btn-header-change-money-string {
    display: table-cell;
    color: #ffffff;
    font-size: 8px;
    vertical-align: bottom;
    text-align: center;
}

    div.btn-header-change-money-string:hover {
        display: table-cell;
        color: #87e6e6;
        font-size: 8px;
        vertical-align: bottom;
        text-align: center;
    }

/*点数・客数*/
div.btn-header-data-bunseki {
    display: table;
    position: fixed;
    top: 0px;
    right: 150px;
    z-index: 2;
    width: 80px;
    height: 42px;
    background-image: url("../Content/Themes/images/data_bunseki.png") !important;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    cursor: pointer;
}

    div.btn-header-data-bunseki:hover {
        display: table;
        position: fixed;
        top: 0px;
        right: 150px;
        z-index: 2;
        width: 80px;
        height: 42px;
        background-image: url("../Content/Themes/images/data_bunseki_hover.png") !important;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: 50% 20%;
        cursor: pointer;
    }

div.btn-header-data-bunseki-string {
    display: table-cell;
    color: #ffffff;
    font-size: 8px;
    vertical-align: bottom;
    text-align: center;
}

    div.btn-header-data-bunseki-string:hover {
        display: table-cell;
        color: #87e6e6;
        font-size: 8px;
        vertical-align: bottom;
        text-align: center;
    }

/* ------------------------------------------------------------
 * フッター部
 * ------------------------------------------------------------ */
div#footer {
    position: fixed !important;
    position: absolute;
    bottom: 0px;
    height: 15px;
    width: 100%;
    margin: 0px 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #000000;
    z-index: 2;
    font-size: 9px;
    color: #ffffff;
}

/* ------------------------------------------------------------
 * フッター部
 * ------------------------------------------------------------ */
div#debugFooter {
    position: fixed !important;
    position: absolute;
    bottom: 0px;
    height: 15px;
    width: 100%;
    margin: 0px 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #ffd800;
    z-index: 2;
    font-size: 9px;
    color: #000000;
}

table.footer-table {
    width: 98%;
}

.footer-table td {
    width: 50%;
    border: 1px solid #ffffff;
}

div#footer-area {
    position: fixed !important;
    position: absolute;
    bottom: 20px;
    width: 100%;
    margin: 0px 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    z-index: 2;
    font-size: 9px;
    padding-left: 2%;
    background-color: #ffffff;
}



table.header-table tr {
    height: 50px;
    font-size: 20px;
    border-bottom: 0.5px solid #000000;
}

#header-table-menu{
    margin-left: 5px;
    width: 10%;
    font-weight: bold;
}

#header-table-title{
    width: 85%;
    font-weight: bold;
}

/* ログインアウトボタン */
.btn-login-out{
	height:                38px;
	width:                 120px;
	font-size:             15px;
}
.btn-login-out:hover {
    height: 38px;
    width: 120px;
    font-size: 15px;
}

