
.pg_comapny_data1{
        table-layout: fixed;
        width: 100%;
    }
    
    .pg_comapny_data1 tr:first-child {
        padding: 0;
        font-size: 0;
    }
    
    .pg_comapny_data1 tr:first-child th {
        width: 30%;
    }
    
    .pg_comapny_data1 tr:first-child td {
        width: 70%;
    }
    
    .pg_comapny_data1 tr:nth-child(n+2) th {
        color: #fff;
        font-size: 1.3em;
        background-color: #ff9000;
    } 

.pg_comapny_data_tate {
    width: 32%;
    margin-right: 1%;
    float: left;
}