/* 会社概要 表組み */
section table   { width: 100%; table-layout:fixed; }
section th, section td  { padding: 10px; border: 1px solid #c8ad7f; vertical-align: top; }
section th  { background: #f4f4f4; }
section td.price2{ width:100px;}
section td.naiyo2{ width:140px;}
 
/*----------------------------------------------------
    .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:600px){
    .demo01 { margin: 0 -10px; }
    .demo01 th,
    .demo01 td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .demo01 tr:first-child th   { border-top: 1px solid #c8ad7f; }
}
