﻿/*
+==============================================================================
|
|    Copyright(c) 2020 IMS. All Rights. Reserved.
|
|  ・システム     ： クリーニング店向けＰＯＳシステム
|
+==============================================================================
|
|   C01011D01（お知らせダイアログ画面）スタイルシート
|
|=== 改 版 履 歴 ==============================================================
| Date         Author           Reference                              Version
|==============================================================================
| 2020/11/19   IMS下平          新規作成                               1.0.0
|
|
===============================================================================
*/
@charset "UTF-8";

/* 画面解像度の高さが 1280px 以下である場合 */
@media screen and (max-height: 1280px) {

    .infomation-area {
        margin-top: 20px;
        overflow: hidden;
        height: 700px;
        width: 1000px;
    }

    .management-infomation {
        overflow: hidden;
        height: 330px;
    }

    .maintenance-infomation {
        overflow: hidden;
        height: 330px;
    }

    .notes-area {
        border: solid 1px #808080;
        overflow: auto;
        width: 95%;
        height: 280px;
    }
}

/* 画面解像度の高さが 800px 以下である場合 */
@media screen and (max-height: 800px) {
    .infomation-area {
        margin-top: 20px;
        overflow: hidden;
        height: 500px;
        width: 1000px;
    }
}

.infomation-title {
    font-size: 16px;
}