.MobilePanelStyle {
    width: 100%;
    background-color: white;
}

.divStyle {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.TableStyle {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    color: #333333;
    /*font-size: 10pt;*/
    line-height: 2;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.RowStyle {
    height: 25px;
    /*background-color: cornsilk;*/
}

.RowStyle2 {
    height: 50px;
}

.CellStyle {
    text-align: left;
}

.CellStyle2 {
    padding-left: 10px;
    text-align: left;
}

.CellStyle3 {
    text-align: center;
    line-height: 1.5;
}

.LabelStyle {
    color: black;
    text-align: center;
}

.LabelStyle2 {
    color: white;
    background-color: hotpink;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.LabelStyle3 {
    color: crimson;
    text-align: center;
}

.GreenLabelStyle {
    color: green;
    text-align: center;
}

.RequiredLabelStyle {
    color: crimson;
    /*font-size: 11px;*/
}

.TextBoxStyle {
    width: 98%;
    line-height: 2;
    height: 25px;
}

.TextBoxMail1Style {
    width: 48%;
    line-height: 2;
    height: 25px;
    margin-right: 3px;
}

.TextBoxMail2Style {
    width: calc(46% - 1.5em);
    line-height: 2;
    height: 25px;
    margin-right: 3px;
}

.TextBoxQestionStyle {
    width: 98%;
    height: 200px;
    font-size: 16pt;
}

.ErrorStyle {
    padding-left: 10px;
    padding-right: 10px;
    color: yellow;
    background-color: tomato;
    border-radius: 10px 10px 10px 10px;
}
