親子で作る料理レシピを募集します

応募の書き方

応募フォームに合わせて記入してください。

材料は何人分か

1行ごとに 材料と量を書いてね

作り方はひとつずつ枠に入れます。最大で6ステップです

子どもだけでできるかおうちの方とするかどちらかのマークを選択ます。

写真はメールで送信

フォームでは写真を送付できませんので、メールで送付してください。氏名・題名を入れてください。

投稿のページ

親子で作れる!料理レシピ 大募集!! - 丹波篠山市教育研究所
できあがりの写真(必須)、調理中や食事中の写真(任意)は下記のメールアドレス( kodomo_div@city

if ((pt <= 1) && $("#header-container").hasClass('fixed-header')) { $(selector).css({ 'padding-top': h + 'px', }); } } else { if (pt > 0) { $(selector).css({ 'padding-top': 0, }); } } } } /*スクロール追従エリアの調整*/ function adjustScrollAreas() { adjustScrollArea('#sidebar-scroll'); adjustScrollArea('#main-scroll'); } /*固定ヘッダーのスタイル決め*/ function adjustFixedHeaderStyle(s1, s2, w, scrollTop, mobileWidth) { if (s1 ^ s2) { if (s2 && (w > mobileWidth)) { stickyHeader(); } } /* 境界値に達したら固定化 */ if (scrollTop <= threashold || w <= mobileWidth) { staticHeader(); } } adjustFixedHeaderStyle(s1, s2, w, scrollTop, mobileWidth); adjustScrollAreas(); prevScrollTop = scrollTop; }); /*ウインドウがリサイズされたら発動*/ $window.resize(function () { /*ウインドウの幅を変数に格納*/ var w = $window.width(); if (w <= mobileWidth) { /*モバイル端末の場合*/ staticHeader(); } else { /*パソコン端末の場合*/ var scrollTop = $window.scrollTop(); if (scrollTop >= 50) { stickyHeader(); } } }); })(jQuery);