app/template/akracing/Block/Size_Weight_tsubasa.twig line 1

Open in your IDE?
  1. <div id="ak-size_weight" class="ak-product_contents">
        <div class="ak-inner">
            <div class="contents_header">
                <h2><img src="{{ asset('assets/img/product/title/size_weight.png') }}" alt="寸法&重量"><span>寸法&重量</span></h2>
            </div><!-- contents_header -->
            <div class="contents_body">
                <div class="sizeTable">
                <table class="table_05">
                    <tbody>
                        <tr>
                            <th>椅子の高さ</th><td>118㎝~124.5㎝<br>ハイタイプは120㎝~129㎝</td>
                        </tr>
                        <tr>
                            <th>座面幅</th><td>38㎝</td>
                        </tr>
                        <tr>
                            <th>座面奥行</th><td>46cm</td>
                        </tr>
                        <tr>
                            <th>座面厚さ</th><td>10㎝</td>
                        </tr>
                        <tr>
                            <th>座面高さの調整幅</th><td>33㎝~39.5㎝<br>ハイタイプは35㎝~44㎝</td>
                        </tr>
                        <tr>
                            <th>アームレスト高さ</th><td>61cm~75cm<br>ハイタイプは61㎝~77㎝<br>地面からのアームレスト高さの調節幅</td>
                        </tr>
                        <tr>
                            <th>背もた高さ</th><td>85㎝</td>
                        </tr>
                        <tr>
                            <th>荷重制限</th><td>150kg</td>
                        </tr>
                        <tr>
                            <th>本体重量</th><td>24kg</td>
                        </tr>
                        <tr>
                            <th>梱包時の重量</th><td>26.5kg</td>
                        </tr>
                        <tr>
                            <th>箱の寸法</th><td>88×68×38㎝ <br>*(W) x (D) x (H)</td>
                        </tr>
                        
                    </tbody>    
                </table>
                </div><!-- .sizeTable -->
                <div class="sizeImage">
                <p>
                    <img src="/html/user_data/product/tsubasa/size_tsubasah-v2.jpg" alt="" class="spnone">
                    <img src="/html/user_data/product/tsubasa/size_tsubasah-v2.jpg" alt="" class="pcnone">
                </p>
                </div><!-- sizeImage -->
            </div><!-- contents_body" -->
        </div>
    </div>