#reset_pass contents,
#send_reset_url contents,
#set_pass contents,
#set_pass_end contents{
	width:90%;
}
/* パスワードを忘れた時は */
#reset_pass h1{
    text-align:center;
}
#reset_pass .message{
	max-width:600px;
    margin:30px auto;
}
#reset_pass form{
    max-width:600px;
    margin:50px auto;
}
#reset_pass .form_parts input{
    width:100%;
    height:40px;
    font-size:16px;
    box-sizing: border-box;
}
#reset_pass .form_parts button{
    width:100%;
    height:40px;
    font-size:16px;
    margin-top: 50px;
}
#reset_pass .error-message{
	color:#f00;
	text-align:center;
}
/* メールアドレス（ログインID）送信後画面 */
#send_reset_url h1{
    text-align:center;
}
#send_reset_url .message{
    max-width:600px;
    margin:30px auto;
}
#send_reset_url .code{
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
/* 新しいパスワード設定画面 */
#set_pass h1{
    text-align:center;
}
#set_pass form{
    max-width:600px;
    margin:50px auto;
}
#set_pass .form_parts input{
    width:100%;
    height:40px;
    font-size:16px;
    box-sizing: border-box;
	margin-bottom:10px;
}
#set_pass .form_parts button{
    width:100%;
    height:40px;
    font-size:16px;
    margin-top: 50px;
}
#set_pass .error{
	color:red;
	font-size:14px;
	margin-top:0;
}
/* 新しいパスワード設定完了画面 */
#set_pass_end h1{
    text-align:center;
}
#set_pass_end form{
    max-width:600px;
    margin:50px auto;
}
