﻿@charset "utf-8";

.PageBody {
    width: 306px;
    margin: 0 auto;
    padding-top:50px;
}

/*----------------------------------------------------------*/
/* 項目見出しなどの共通クラス */
.TitleArea{
    margin-top:32px;
}

table .TitleLabel{
    padding-left:0px;
    display:block;
}

.Message {
    margin: 0 auto;
    height: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #5D5D5D;
}

/*----------------------------------------------------------*/
/* テキストボックス関連 */
.InputCell input,
.InputErrorCell input {
    width: 100%;
    height: 52px;
    box-sizing: border-box;
}

/*----------------------------------------------------------*/
/* ボタンエリア */

.ButtonArea {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.ButtonArea > * {
    display: block;
    margin: 0 auto;
    height: 52px;
    min-width: 162px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    /*ADD START  2021/12/07 */
    width:100%;
    /*ADD END  2021/12/07 */
}

.ButtonBlue {
    margin-bottom: 10px;
}

/* ADD START  2021/11/01  */
/*----------------------------------------------------------*/
/* ラベル関連 */
.lblMsg2 {
    margin-top: 0px;
    font-size: 12px;
    font-weight:bold;
    color: red;
}
/* ADD END  2021/11/01  */
