<style>
.last-update-txt {
margin: 10px 30px;
color: #666;
font-size: 12px;
}
</style>
<!-- フッタ2 -->
{% if category_bottom_text is defined and category_bottom_text is not null %}
<div class="last-update-txt">
{{ category_bottom_text }}
</div>
{% endif %}
<div class="update_time">
<p>最終更新日: {{ get_updated_at() }} ユニフォームタウンでは、独自の在庫連携システムにより、リアルタイムの在庫数を随時更新しています。</p>
</div>
{% if back_to_top_link is defined and back_to_top_link is not null %}
<div class="page-top-text"><a href="#">{{ back_to_top_link }}通販のページトップに戻る</a></div>
{% else %}
<div class="page-top-text"><a href="#">ユニフォーム通販のページトップに戻る</a></div>
{% endif %}
<!-- フッタ2 -->