見出し1

見出しパターン1です。主にページタイトルとして利用します。

<div class="hdg-01-container">
<h1 class="hdg-01">会社情報 <span class="en" lang="en">Corporate Information</span></h1>
</div><!-- /.hdg-01-container -->

見出し2

見出しパターン2です。

<h2 class="hdg-02">企業理念</h2>

順不同リスト1

項目の頭にdiscが表示される標準的な順不同リストです。

<ul class="list-u-01">
<li>東京国際空港</li>
<li>広島空港</li>
<li>那覇空港</li>
</ul>

テーブル1

成り行きのサイズで表示されるテーブルです。

<table class="tbl-01">
<tbody>
<tr>
<th scope="row">行見出し</th>
<td>テキストが入ります。テキストが入ります。</td>
</tr>
<tr>
<th scope="row">行見出し</th>
<td>テキストが入ります。テキストが入ります。</td>
</tr>
<tr>
<th scope="row">行見出し</th>
<td>テキストが入ります。テキストが入ります。</td>
</tr>
</tbody>
</table>