﻿@charset "utf-8";

/*ログイン*/

.div_login_center {
    width: 500px;
    height: 500px;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    text-align: center;
}

.div_img_logo_frame {
    height: 240px;
}
.img_logo {
    width: 250px;
}

.div_login {
    border: 2px solid lightsteelblue;
    padding: 20px;
}

/* レイアウト用テーブル（ログイン画面用） */
.tbl_layout_login {
    border: 0 none;
    margin: 20px 30px 30px 80px;
    padding-left: 55px;
    border-collapse: collapse;
}

    .tbl_layout_login > tbody > tr > th {
        text-align: left;
        color: #fff;
        background: lightslategray;
        padding: 10px 10px;
        font-weight: bold;
        border: 1px solid silver;
    }

    .tbl_layout_login > tbody > tr > td {
        margin: 0px 0px 0px 0px;
        padding: 10px 10px;
        border: 1px solid silver;
        text-align: left;
    }

.btn_login {
    min-width: 120px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: lightslategray;
    margin-left: 10px;
}

    .btn_login:hover {
        opacity: 0.8;
        cursor: pointer;
        text-decoration: none;
    }

.div_kino_name {
    margin: 5px 5px 0 0;
    text-align: right;
}

.div_pwd_chg {
    margin: 5px 5px 0 0;
    text-align: right;
}

a {
    color: lightslategray;
}

.fieldset_news {
    width: 480px;
    margin: 0;
    text-align: left;
    display: block;
    margin-top: 50px;
}

    .fieldset_news:empty {
        display: none;
    }


.div_html_caution {
    color: red;
    font-size: 20px;
}
