/* 代表挨拶 */

.pg_company_greeting img {
 max-width: 40%;
 float: left;
 margin: 0% 0% 0% 3%;
}


/* 会社概要 */

.pg_comapny_data1{
        table-layout: fixed;
        width: 100%;
    }    
@media screen and (min-width:641px){
    .pg_comapny_data1 tr th {
        width: 30%;
    }
    
    .pg_comapny_data1 tr td {
        width: 70%;
    }
}    
    
    .pg_comapny_data1 tr td, .pg_comapny_data1 tr th{
border-bottom:solid #fff 4px;
padding:2%;
    }
    .pg_comapny_data1 tr th{
background:#ff7f26;
color:#fff;        
    }
    table.pg_comapny_data1{
border-top:solid #fff 1px;
    }