﻿@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;
}

table {
    margin: 0;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #dbdbdb;
	border-right: none;
	border-left: 1px solid #dbdbdb;
	border-bottom: none;
	text-align: left;
    font-size: 0.75em;
    line-height: 1.4em;
}

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

th {
    border-top: none;
    border-right: 1px solid #dbdbdb;
    border-left: none;
    border-bottom: 1px solid #dbdbdb;
    background:#f4f4f4;
    padding: 5px 10px;
}

thead {
    text-align: center;
}

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

.tc_name {
    text-align: left;
    width: 150px;
}

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

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

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

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

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

.table-wrapper {
    margin-bottom: 30px;
}

@media screen and (max-width: 720px){
    
    .graph-wrapper {
        width: 100%;
    }

}