diff --git a/apply/appform.html b/apply/appform.html index cae494a..f1d5f79 100644 --- a/apply/appform.html +++ b/apply/appform.html @@ -2,12 +2,12 @@ ジュニアドクター鳥海塾受講申し込み票 - + - +

ジュニアドクター鳥海塾受講申し込み票

学校名検索

@@ -24,11 +24,54 @@

+
- + + +

下記情報は保険加入にも使用しますので正確にご記入ください。

+
+ + + + + + + + + + + + + + + + + + + + + +
漢字氏名
よみがな
生年月日
学年
クラス
出席番号
自宅住所
繋がりやすい電話番号
保護者email(ケータイでないもの推奨)
移動手段
参加中クラブ/習い事と時間
応募の動機(本人記載)
普段している遊び・手伝い(本人記載)
科学コンテストや地域活動への参加歴
科学・情報技術分野で研究してみたいこと(本人記載)
地域への課題意識(本人記載)
自己紹介(本人記載)
diff --git a/header.html b/header.html index cbefdf4..f44b73b 100644 --- a/header.html +++ b/header.html @@ -4,7 +4,7 @@
  • ホーム
  • 授業内容
  • Q&A
  • -
  • お申し込み
  • +
  • お申し込み
  • diff --git a/index.html b/index.html index 72b3934..b99ccbd 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ -
    +
    Junior-Doctor Chokai Academy

    ジュニアドクター鳥海塾

    diff --git a/jdmain.css b/jdmain.css index dcedeca..7dc749a 100644 --- a/jdmain.css +++ b/jdmain.css @@ -21,6 +21,14 @@ background: linear-gradient(to bottom, #afeeee 0%, #FFF 100%); z-index: -1; } +body.vmenuspace {margint-top: 2em; border-top: 3px solid;} +div.logobox {position: relative;} +div.logobox > h1 { + position:absolute; top: 30px; left: 170px; +} +div.scrollbox { + height: 6em; overflow: auto; background: #eff; +} a{ color: white; @@ -66,13 +74,6 @@ /* background-color: aqua; */ position: relative; } - -h1{ - position:absolute; - top: 30px; - left: 170px; -} - h2{ margin-left:20px; }