﻿/* 「ログイン」専用CSS */
/******************************************************************************************/

body {
    background-color: White;
}



/* ページ上部の余白 */
.UpperMargin {
    width: 348px;
    height: 90px;
    text-align: center;
    vertical-align: middle;
}

/* バナーと入力欄の部分全体のレイアウト */
.ContentArea_td {
    text-align: center;
    vertical-align: top;
}
.ContentArea_table {
    border-style: solid;
    border-color: #474747;
    border-width: 1px;
    height: auto;
    margin: 0 auto;
    width: 400px;
    border-radius: 8px;
}

/* セパレーター */
.ContentSep_td {
    height: 10px;
}

/* システムバナー */
.Banner_td {
    height: 50px;
}
.Banner_img {
    width: 300px;
    height: auto;
}

/* グループ名 */
.GroupName_td {
    height: 30px;
}
.GroupName_label {
    font-weight: bold;
    color: #262626;
    font-size: 12pt;
}

/* エラーメッセージ */
.ErrorMsg_td {
    height: 30px;
}
.ErrorMsg_table {
    width: 100%;
    border: 0;
}
.Warning_label {
}
.ErrorMsg_label {
    text-align: left;
    font-size: small;
}

/* 各欄の項目名 */
.ItemText {
    color: #666666;
    height: 15px;
    width: 200px;
    font-size: 14px;
    padding-bottom: 0px;
    text-align: left;
}
.ItemText_div {
    text-align: left;
    height: auto;
    width: 260px;
}

/* 入力欄 */
.InputArea_table {
}
.InputBox {
    height: 33px;
    width: 260px;
    border-radius: 4px;
    margin-bottom: 18px;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
    color: #666666;
    border: 1px solid #666666;
    ime-mode: disabled;
    box-shadow: 0 0 0px 1000px white inset;
}

/* OK/Cancelボタン */
.Submit_table {
    border: 0;
    width: auto;
}
.Submit_td {
    height: 30px;
    text-align: center;
}
