﻿@charset "utf-8";
body {
    background: #fff;
    color: #000;
    font-family: 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    letter-spacing: 0;
    max-width: 965px;
}

table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000000;
    text-align: left;
    font-size: 0.70em;
    line-height: 1.4em;
}

td {
    text-align: right;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #000000;
    vertical-align: middle;
}

th {
    border: 1px solid #000000;
    background: #f4f4f4;
    padding: 5px 10px;
}

thead {
    text-align: center;
}

tbody td {
    padding: 5px 10px;
    /* border-top: none;
    border-right: 1px solid #000000;
    border-left: none;
    border-bottom: 1px solid #000000; */
}

.th_name {
    text-align: left;
    /* width: 150px; */
}

.sub_th {
    text-align: left;
    width: 25px
}

.year th {
    background-color: #555555;
    color: #fff;
}

p {
    font-size: 12px;
    padding: 3px 10px;
}

h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0 0 0 8px;
}

.graph-wrapper {
    margin-bottom: 30px;
    width: 100%;
}

.graph-wrapper,
.table-wrapper{
    margin: 20px 20px;
    max-width: 965px !important;
}

.tc_theader > th{
    background-color: #8ed092;
}

.tc_table > tbody > tr > .th_name,.sub_th{
    background-color: #e6e6e6;
}

/* .tc_table,
.tc_table > thead,
.tc_theader > :first-child{
    border: 2px solid #000;
} */

/* .sub_th{
    border-right: 2px solid #000;
} */

.highcharts-legend-item > rect{
    width: 12px;
    height: 12px;
    /* border-radius: 50%; */
}

.graph-body{
    height: 380px;
}

.table-wrapper{
    box-sizing: border-box;
}

/* @media screen and (max-width: 730px) {
    .graph-wrapper {
        width: 100%;
    }
    .th_name {
        min-width: 60px;
    }
    th {
        min-width: 55px;
    }
    .tc_table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-x-scrolling: touch;
        -ms-overflow-x-scrolling: touch;
    }
    .fram-wrapper {
        overflow-y: hidden;
        -webkit-overflow-x-scrolling: hidden;
        -ms-overflow-x-scrolling: hidden;
    }
} */