.TableStyle {
    color: #333333;
    font-size: 10pt;
    /*line-height: 8pt;*/
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

tr {
}

.RowStyle {
}

.CellStyle {
}

.LabelStyle {
    color: dimgray;
}

.RequiredLabelStyle {
    color: red;
}

.AttentionLabelStyle {
    color: white;
    background-color: crimson;
}

.TextBoxStyle {
}

.ButtonSendStyle {
}

.ErrorStyle {
    font-size: 11px;
    color: red;
}


.ErrorStyle2 {
    color: white;
    background-color: red;
}

.PanelStyle {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
}
