<!DOCTYPE html>
<html lang="ja">
<head><title>Junior-Doctor Chokai Academy</title>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Sawarabi+Gothic" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="../jdmain.css">
<script type="text/javascript" src="../jdinit.js"></script>
</head>
<body>
<header id="header">この部分は header.html に置き換わる</header>
<main>
<section id="class-content" class="wrapper">
<h2 class="section-title" style="width: auto; text-align: center;">ジュニアドクター鳥海塾第2回</h2>
<p class="class-content-text" style="text-align: center;">※(8月11日現在)感染症対策や講師の都合により変更になる場合があります。</p>
<div class="class-content-items">
<div class="class-content-item-left">
<dl class="class-content-dl class-content-dl-left">
<dt>日時</dt>
<dd>令和3年8月28日(土)午後2時から</dd>
<dt>場所</dt>
<dd>オンライン</dd>
</dl>
</div>
<div class="class-content-item-right">
<dl class="class-content-dl">
<dt>目次</dt>
<dd>1. 変数とは</dd>
<dd>2. print、printf</dd>
<dd>3. gets.chomp!<br>
<span class="bottom">-.to_i</span><br>
<span class="bottom">-.to_f</span>
</dd>
<dd>4. 練習問題</dd>
<!-- <dd>5. ファイルをつくろう</dd> -->
<!-- <dd>6. おまけ(コマンド編)</dd> -->
</dl>
</div>
</div>
</section>
</main>
<footer id="footer">この部分は footer.html に置き換わる</footer>
</body>
</html>