#set($title = "退会手続き完了画面")
<!-- preHeader -->
#parse( "/WEB-INF/view/common/preHeader_sp.vm" )

<body>
<div data-role="page" id="withDrawEnd" data-theme="f">
<!--ヘッダー-->
#parse( "/WEB-INF/view/common/header_sp.vm" )

<div class="category" data-role="content" data-theme="d">
	<h2>退会手続き</h2>
	<h4>eモニ会員退会</h4>
	<p>eモニ会員を退会しました</p>
</div>

<!--フッター-->
#parse( "/WEB-INF/view/common/footer_sp.vm" )
</div>

</body>
</html>