.full_page {
    width: 100%;
}

.setting_modal_largf　{
    width: 900px;
}

.background-white {
    background: #ffffff !important;
    font-weight: 100;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
.formErrorMessage {
    color: #f00!important;
    margin-top: 5px;
    /*padding-left: 12px;*/
}

.formErrorMessageHidden {
    display: none;
}

.width_470 {
    width: 400px
}

.inputType01 {
    -webkit-appearance: none !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box;
    background-color: #F5F5F5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-color: #9D9D9D #D0D0D0 #D5D5D5 #AEAEAE !important;
    border-style: solid !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 1px !important;
    padding: 8px 4px;
}

.field_with_errors,
.field_with_errors input {
    background-color: #ffdbdb
}