/*
To change いんぷｔis license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015/04/03, 11:01:50
    Author     : msis
*/

table.company tbody{
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
table.company thead th,
table.company td {
    text-align: center;
}
table.company tbody th,
table.company td {
    padding: 5px;
}
 
table.company tbody th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 300px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.company tbody th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}

table.company .true{
    font-size:2em;
    display:table-cell;
    vertical-align:middle;
    text-align: center;
}
table.company .false{
    font-size:2em;
    color:#ff0000;
    display:table-cell;
    vertical-align:middle;
    text-align: center;
}
table.company .ka{
    font-size:1em;
}




