/*///////////////////////////////////////////////////////////////////////////////////////////////////
//  基本情報登録、基本情報の確認・変更、申請フォーム　における
//　エラー表示関連　
///////////////////////////////////////////////////////////////////////////////////////////////////*/

/****
* エラーメッセージ
*****/
.AOFerrmsg {
	display:none;
	color: #CF0318 !important;
	margin: 0px 10px;
    font-weight: bold;
}

/****
* エラー　背景色
*****/
.AOFerrbg {
    background: #FFD1D8;
}

/****
* 次のエラー、前のエラー　ボタン
*****/
div.move_error_button {
	position: fixed;
	bottom: 250px;
	right: 25px;
	opacity: 1;
	width: 200px;
	text-align: center;
}
div.move_error_button a{
    display: block;
    padding: 10px 0;
    width: 100%;
    border: solid 1px #CF0318;
    border-radius: 5px;
    background: #CF0318;
    color: #ffffff;
    text-decoration: none;
    margin: 15px 0;
}
div.move_error_button a:hover{
    opacity: 0.5;
}
