@CHARSET "windows-31j";

table.buslayout1_check {
    margin:0 0 10px 0;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    width:98%;
}

table.buslayout1_check thead {

    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #faffe5;
}

table.buslayout1_check thead th {
    padding: 10px;
    vertical-align: middle;
    color: green;
    height:30px;
    font-size:16px;
}

table.buslayout1_check tbody th {
    width: 30%;
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    background: #efefef;
}

table.buslayout1_check th {
    width: 150px;
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #ccc;
}

table.buslayout1_check tbody td {
    vertical-align:top;
    border:1px solid #ccc;
    text-align:left;
    padding:10px;
}
table.buslayout1_check tbody div {
    padding:5px;
}
