Index: /branches/version-2_11-dev/data/Smarty/templates/mobile/mypage/change_confirm.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/mobile/mypage/change_confirm.tpl	(revision 20764)
+++ /branches/version-2_11-dev/data/Smarty/templates/mobile/mypage/change_confirm.tpl	(revision 20840)
@@ -35,4 +35,5 @@
 	<!--{$arrForm.kana01|h}-->　<!--{$arrForm.kana02|h}--><br>
 	<!--{if $arrForm.sex eq 1}-->男性<!--{else}-->女性<!--{/if}--><br>
+	<!--{$arrJob[$arrForm.job]|h}--><br>
 	<!--{if strlen($arrForm.year) > 0 && strlen($arrForm.month) > 0 && strlen($arrForm.day) > 0}--><!--{$arrForm.year|h}-->年<!--{$arrForm.month|h}-->月<!--{$arrForm.day|h}-->日生まれ<!--{else}-->生年月日 未登録<!--{/if}--><br>
 	〒<!--{$arrForm.zip01|h}--> - <!--{$arrForm.zip02|h}--><br>
Index: /branches/version-2_11-dev/data/Smarty/templates/mobile/mypage/change.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/mobile/mypage/change.tpl	(revision 20764)
+++ /branches/version-2_11-dev/data/Smarty/templates/mobile/mypage/change.tpl	(revision 20840)
@@ -46,4 +46,11 @@
 	<font color="#FF0000"><!--{$arrErr.sex}--></font>
 	<input type="radio" name="sex" value="1" <!--{if $arrForm.sex eq 1}-->checked<!--{/if}--> />男性&nbsp;<input type="radio" name="sex" value="2" <!--{if $arrForm.sex eq 2}-->checked<!--{/if}--> />女性<br>
+
+	【職業】<br>
+	<font color="#FF0000"><!--{$arrErr.job}--></font>
+	<select name="job">
+		<option value="">選択してください</option>
+		<!--{html_options options=$arrJob selected=$arrForm.job}-->
+	</select><br>
 
 	【生年月日】<br>
Index: /branches/version-2_11-dev/data/Smarty/templates/mobile/entry/confirm.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/mobile/entry/confirm.tpl	(revision 20764)
+++ /branches/version-2_11-dev/data/Smarty/templates/mobile/entry/confirm.tpl	(revision 20840)
@@ -40,4 +40,7 @@
 	<!--{if $arrForm.sex eq 1}-->男性<!--{else}-->女性<!--{/if}--><br>
 
+	●職業<br>
+	<!--{if $arrForm.job}--><!--{$arrJob[$arrForm.job]|h}--><!--{else}-->未登録<!--{/if}--><br>
+
 	●生年月日<br>
 	<!--{if strlen($arrForm.year) > 0 && strlen($arrForm.month) > 0 && strlen($arrForm.day) > 0}--><!--{$arrForm.year|h}-->年<!--{$arrForm.month|h}-->月<!--{$arrForm.day|h}-->日生まれ<!--{else}-->未登録<!--{/if}--><br>
Index: /branches/version-2_11-dev/data/Smarty/templates/mobile/entry/index.tpl
===================================================================
--- /branches/version-2_11-dev/data/Smarty/templates/mobile/entry/index.tpl	(revision 20764)
+++ /branches/version-2_11-dev/data/Smarty/templates/mobile/entry/index.tpl	(revision 20840)
@@ -47,4 +47,11 @@
 	<font color="#FF0000"><!--{$arrErr.sex}--></font>
 	<input type="radio" name="sex" value="1" <!--{if $arrForm.sex eq 1}-->checked<!--{/if}--> />男性&nbsp;<input type="radio" name="sex" value="2" <!--{if $arrForm.sex eq 2}-->checked<!--{/if}--> />女性<br>
+
+	●職業<br>
+	<font color="#FF0000"><!--{$arrErr.job}--></font>
+	<select name="job">
+		<option value="">選択してください</option>
+		<!--{html_options options=$arrJob selected=$arrForm.job}-->
+	</select><br>
 
 	●生年月日<br>
