{#
This file is part of EC-CUBE
Copyright(c) 2000-2015 LOCKON CO.,LTD. All Rights Reserved.
http://www.lockon.co.jp/
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#}
{% extends 'default_frame.twig' %}
{% block main %}
<div class="login_box login">
<h2><span>パスワード発行</span><span>メールの送信 完了</span></h2>
<div class="container-fluid inner no-padding">
<div id="main">
<div id="complete_wrap" class="container-fluid">
<div id="complete_box" class="row">
<div id="complete_box__body" class="col-md-10 col-md-offset-1">
<div id="complete_box__message" class="complete_message">
<h3><span>パスワード再発行</span><span>メールの送信が</span><span>完了しました。</span></h3>
<p><span>ご登録メールアドレスに</span><span>パスワードを再発行</span><span>するためのメールを</span><span>送信いたしました。</span><br/>
<span>メールの内容を</span><span>ご確認いただきますよう、</span><span>お願いいたします。</span></p>
<p><span>※メールが届かない場合は</span><span>メールアドレスをご確認の上、</span><span>再度お試しください。</span></p>
<p><span style="color: red;">※受信フォルダと併せて、迷惑フォルダもご確認いただけますようお願い申し上げます。</span></p>
</div>
</div><!-- /.col -->
</div><!-- /.row -->
</div>
</div>
</div>
</div>
{% endblock %}