Alt-k
6/27/2019 - 7:54 AM

会社概要サンプル

<div class="company_page_wrap">
    <table class="company_list">
        <tr>
            <th>会社名</th>
            <td>株式会社ユーデザイン</td>
        </tr>
        <tr>
            <th>創業</th>
            <td>2005年5月 CAD/CAMメーカー退職し個人事業にて業務請負開始</td>
        </tr>
        <tr>
            <th>会社設立</th>
            <td>2014年3月 資本金300万円で株式会社ユーデザインを設立</td>
        </tr>
        <tr>
            <th>代表取締役</th>
            <td>柳 世津子</td>
        </tr>
        <tr>
            <th>事業内容</th>
            <td>
                <ul>
                    <li>3D設計受託</li>
                    <li>樹脂・金属その他の材料による製品の試作モデル製作</li>
                    <li>金型量産品の製作手配</li>
                    <li>CAD/CAMソフトウエア販売</li>
                    <li>輸出・輸入業</li>
                </ul>
            </td>
        </tr>
        <tr>
            <th>所在地</th>
            <td>〒577-0831 大阪府東大阪市俊徳町5-11-27<br>
                <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3282.0611164761763!2d135.56684746523106!3d34.65315943044671!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6000dfb1df1c4f5b%3A0xfc814716a3e92774!2z44CSNTc3LTA4MzEg5aSn6Ziq5bqc5p2x5aSn6Ziq5biC5L-K5b6z55S677yV5LiB55uu77yR77yR4oiS77yS77yXIOODpuODvOODh-OCtuOCpOODsw!5e0!3m2!1sja!2sjp!4v1512115904481" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe></td>
        </tr>
        <tr>
            <th>電話</th>
            <td>06-6722-1051</td>
        </tr>
        <tr>
            <th>FAX</th>
            <td>06-6722-1052</td>
        </tr>
        <tr>
            <th>E-mail</th>
            <td><a href="mailto:info@yoo-design.net">info@yoo-design.net</a></td>
        </tr>
        <tr>
            <th>URL</th>
            <td><a href="../">http://www.yoo-design.net/</a></td>
        </tr>
    </table>
</div>
table.company_list {
    width: 100%;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #c5d0f1;
	margin-bottom: 70px;
}

table.company_list th,
table.company_list td {
	font-size: 1.6rem;
}

table.company_list th {
	font-weight: 200;
    width: 225px;
    padding: 20px;
    vertical-align: top;
    border-bottom: 1px solid #c5d0f1;
    background-color: #f5f7fe;
}

table.company_list td {
    width: 350px;
    padding: 20px;
    vertical-align: top;
    border-bottom: 1px solid #c5d0f1;
}

table.company_list li {
	margin-bottom: 3px;
}