﻿@charset "utf-8";
/*--京pages.css--*/

/*Tableデフォルトスタイル*/
.mainBox table{
    width: calc(100% - 80px) !important;
    margin: 20px 40px 40px 40px;
}

.mainBox table tr th,
.mainBox table tr td{
    border: 1px solid #ccc;
    padding: 8px;
    line-height: 1.3em;
}

.mainBox table thead tr th{
    background: #f3f3f3;
    font-weight: bold;
    text-align: center;
}

.mainBox table tbody tr th{
    background: #f3f3f3;
    font-weight: bold;
    text-align: center;
}

.mainBox table tbody tr td{
    background: #fff;
}

@media screen and (max-width:480px){
    .mainBox table{
        width: calc(100% - 5%) !important;
        margin: 1em 2.5% 2em 2.5%;
    }
}
