@charset "UTF-8";

table.list-tab { width: 100%;}
table.list-tab th {
    border-right: 1px solid #fff;
    padding: 10px;
}
table.list-tab th:nth-child(2) { border-right: none;}
table.list-tab td {
    border: 1px solid #b3b3b3;
    padding: 10px;
    width: 25%;
}
table.list-tab thead th {
    background-color: #7bbeeb;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
table.list-tab tbody tr:nth-of-type(even) th,
table.list-tab tbody tr:nth-of-type(even) td { background-color: #eaf4f9;}
table.list-tab td { font-size: 13px;}


@media screen and (max-width: 960px) {
}

@media screen and (max-width: 768px) {
    table.list-tab td { width: auto;}
}

@media screen and (max-width: 400px) {
}
@media print {
    #header,#contents_main,#side,#page_top,#footer{
        display: none !important;
    }
}