select,input {
    font-size:11pt;
    color:#404040;
    background-color:#f0f0f0;
    border:1 solid #303030;
}
.input-box {
    color: #5f3030;
    border-color: #c0c0c0;
    border-collapse: collapse;
    font-size: 12px;
}
.input-error {
    color: red;
    font-weight: bold;
    font-size: 10px;
}
.input-box th {
    background-color: #ffeeee;
}

.contents-center {
	text-align: center;
    width: 470px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
/* フォントサイズ・色 */

.redf12 {
    font-size: 12px;
    line-height: 140%;
    color: #FF0000;
}

.redf14 {
    font-size: 14px;
    line-height: 130%;
    color: #FF0000;
    font-weight: bold;
}

.bluef12 {
    font-size: 12px;
    line-height: 140%;
    color: #3333FF;
}


/* 太字 */
.bold {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

/* 太字 */
.bold {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

/* PW設定画面各項目表示用 */
.pw-item-title {
    text-align: left;
}

/* PW設定画面エラーメッセージ汎用（画面上部） */
.pw-error-summary-redf {
    color: #FF0000;
}

/* PW設定画面エラーメッセージ各項目用 */
.pw-error-detail-redf {
    color: #FF0000;
    font-weight: bold;
    font-size: 10px;
}

/* PW設定画面divタグ表示位置用 */
.div-center {
    text-align:center;
}

/* PW設定画面注意文字用 */
.text-color-blue {
    color: #0000ff;
}