Skip to content

Instantly share code, notes, and snippets.

@marushu
Last active January 17, 2016 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marushu/4394c981f905e57b47ef to your computer and use it in GitHub Desktop.
Save marushu/4394c981f905e57b47ef to your computer and use it in GitHub Desktop.
<div class="opening-hours">
<table summary="受付時間">
<thead>
<tr>
<th class="open-close">受付時間</th>
<th>月</th>
<th>火</th>
<th>水</th>
<th>木</th>
<th>金</th>
<th class="saturday">土</th>
</tr>
</thead>
<tbody>
<tr>
<td>9:00〜12:30</td>
<td>◎</td>
<td>◎</td>
<td>◎</td>
<td>◎</td>
<td>◎</td>
<td>◎</td>
</tr>
<tr>
<td>14:30〜18:30</td>
<td>◎</td>
<td>◎</td>
<td>◎</td>
<td>◎</td>
<td>◎</td>
<td>▲</td>
</tr>
</tbody>
</table>
<ul>
<li>土曜日(▲)は16:30まで</li>
<li>休診日:日曜 / 祝日予約制 / 臨時休診となることがあります</li>
</ul>
</div><!-- /.opening-hours -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment