﻿@charset "utf-8";

/*----------------------------------------------------------*/
/* 項目見出しなどの共通クラス */
.TitleArea{
    margin-top: 32px;
}

table .TitleLabel{
    padding-left:0px;
    display:block;
}

.Message {
    margin: 0 auto;
    height: 20px;
    /* MOD START  2021/11/01  */
    /*font-size: 16px;*/
    font-size: 15px;
    /* MOD END  2021/11/01  */
    font-weight: bold;
    color: #5D5D5D;
}

/* ADD START  2022/07/07  */
#PageBodywkg0010 {
	width: 540px;
	margin: 0 auto;
}
/* ADD END  2022/07/07  */

/*----------------------------------------------------------*/
/* テキストボックス関連 */
.InputCell input, .InputErrorCell input {
    width: 518px;
    height: 38px;
    /* ADD START  2021/11/01  */
    margin-bottom: 30px;
    /* ADD START  2021/11/01  */
}

/*----------------------------------------------------------*/
/* ボタンエリア */
.ButtonArea {
	/* MDD START  2022/07/07  */
	/* margin-top: 70px; */
	margin-top: 35px;
	/* MDD START  2022/07/07  */
	margin-bottom: 72px;
	width: 100%;
	/* DEL START  2021/11/01  */
	/*text-align: center;*/
	/* DEL END  2021/11/01  */
}

.ButtonArea > *{
    display:inline-block;
    height:52px;
    /* MOD START  2021/11/01  */
    /*min-width:162px;*/
    min-width: 250px;
    /* MOD START  2021/11/01  */
    font-size: 22px;
    font-weight: bold;
    /* DEL START  2021/11/01  */
    /*text-align:center;*/
    /* DEL END  2021/11/01  */
    vertical-align: middle;
}
/* MOD END  2021/11/01  */

.ButtonGray{
    margin-right:32px;
}

/* ADD START  2021/11/01  */
/*----------------------------------------------------------*/
/* ラベル関連 */
.lblMsg2 {
    margin-top: 0px;
    font-size: 12px;
    color: #ff0000;
}
/* ADD END  2021/11/01  */

/*----------------------------------------------------------*/
/* 画面下部のボタンエリア */

.UnderButtonArea {
    margin-top: 20px;
    margin-bottom: 72px;
    width: 100%;
    text-align: center;
}

.UnderButtonArea .Button {
    display: inline-block;
    min-width: 162px;
    min-height: 52px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
}

.UnderButtonArea .ButtonGray {
    margin-right: 35px;
}
.PageBody {
    width: 613px;
    margin: 0 auto;
    padding-left: 40px;
}