@charset "utf-8";

/*======================================================
 * layout.css (SP)
 *
 * 著作権：Copyright Japan System Techniques Co., Ltd. All Rights Reserved.
 * 会社名：日本システム技術株式会社
======================================================*/

/*======================================================
 * 全エリア
======================================================*/

html {

}

body {

}

#wrap {
    /*max-width: 480px;*/
}

/*======================================================
 * ヘッダー
======================================================*/

.ui-header {
    /*font-size: 1.2em;*/
    height: 45px;
    line-height: 1.5;
    /*position: relative;*/
}

.ui-header .btnMenu {
    position: absolute;
    left: 5px;
}

.logOutBtn {
    position: absolute;
    top: 0;
    left: 5px;
}

/*
.ui-header .btnLang {
    position: absolute;
    right: 5px;
}
*/

.ui-header .menuBtn {
    background: url('../../images/mobile/menu.png') no-repeat transparent !important;
    background-size: 40px;
    border: none;
    /*border-radius: 0 !important;*/
    box-shadow: none;
    margin: 0;
    padding: 0;
    height: 40px !important;
    width: 40px !important;
}

/*======================================================
 * フッター
======================================================*/

/* なし */

/*======================================================
 * メインメニュー（グローバルナビ）
======================================================*/

/* 階層表示 */
.ui-panel-display-overlay .dir {
    text-indent: 1em;
}

/* 不要エリア非表示 */
#mainMenu .ui-panel {
    min-height: 0;
}

/* 固定メニュー（ポータルトップ、個人設定、ログアウト） */
#mainMenu .menuDefault {
    background: #e0e0e0;
}

/*======================================================
 * 機能エリア（メインコンテンツ）
======================================================*/

/*======================================================
 * 機能ヘッダエリア
======================================================*/

#funcHeader {
    height: 45px;
}

/* 画面名称 */
#funcHeader h2 {
    font-size: 1.3em !important;
    margin: 0;
}

/* ボタン配置 */
#funcHeader .ui-btn-icon-notext.ui-btn-left, #funcHeader .ui-btn-icon-notext.ui-btn-right {
    top: 0.5em;
}

/* 言語切替ボタン（ヘッダ部に場所移動） */
#funcHeader .btnLang {
    margin-top: 1px;
    position: fixed;
    right: 5px;
    top: .24em;
    z-index: 9999;
}

/*======================================================
 * 機能本体エリア
======================================================*/

#funcContent {
    margin-bottom: 50px;
}

.mainContent {
    padding: 0.5em;
}

/*======================================================
 * 機能本体フッタエリア
======================================================*/

#funcFooter {
    text-align: center;
    /*z-index: 1;*/
}

/*======================================================
 * メッセージエリア（暫定）
======================================================*/

.informationMain {
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px 20px;
    margin: 40px auto 0 auto;
    min-height: 100px;
    text-align: center;
    width: 90%;
}

.infoErrorMsgArea .informationMain {
    background: rgba(255,204,255,0.2);
    border: solid 2px #cc0000;
}

.infoNmlMsgArea .informationMain {
    background: rgba(200,200,200,0.2);
    border: solid 2px #005882;
}

.informationMain .innerInfo {
    font-size: 1.1em;
    display: inline-block;
    max-width: 78%;
    text-align: left;
    position: relative;
}

.errFooterArea {
    background: #aaaaaa;
}

.infoErrorMsgArea .errFooterArea .ui-btn {
    background: #ffffff;
    border: solid 1px #cc0000;
    color: #cc0000;
}

.infoNmlMsgArea .errFooterArea .ui-btn {
    background: #ffffff;
    border: solid 1px #005882;
    color: #005882;
}

.errFooterArea .ui-btn::after {
    background-color: #cc0000;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 1em;
}

.iconWarningInfo {
    font-size: 1.8em;
    left: -32px;
    position: absolute;
    top: -5px;
}

.infoErrorMsgArea .iconWarningInfo {
    color: #cc0000;
}

.infoNmlMsgArea .iconWarningInfo {
    color: #005882;
}

/*======================================================
 * フレームワーク
======================================================*/
.frInformation {
}
.frGakuenException {
}
.frSystemException {
}
