@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
body{
	margin:0;
	padding:0;
	line-height:100%;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.4;
}

/* 表 */
.chart{
	padding:0 0 15px 0;
	text-align:center;
	line-height:1.4em;
}
.chart h3{
	text-align:left;
	padding:10px 0 10px 24px;
	margin:0 0 10px 8px;
	background:url(../images/icon_chart.gif) no-repeat left center;
}
.chart table {
	border-collapse: collapse;
	width: 560px;
	font-size: 0.8em;
	margin:0 auto;
}
.chart table th,
.chart table td {
	padding: 5px;
	border: 2px solid #ffffff;
	width: 50%;
	background: #e8e8e8;
	line-height: 1.2em;
	text-align:left;
}
.chart table th {
	background:#ccdbe5;
}
.chart .cap{
	padding-top:12px;
	font-size:0.8em;	
}



@media only screen and (max-width:539px) {
body{
    font-size: 14px;
}
    
.chart h3{
	padding:10px 0 10px 15px;
	margin:0 0 10px 8px;
	background:url(../images/icon_chart.gif) no-repeat left center;
    background-size:12px auto;
    font-size: 16px;
}
    
    .chart {
        overflow: hidden;
}
    
    .chart table {
/*        width: 100%;*/
        width: 300px;
    }
    
    .chart .cap{
        font-size: 12px;
        padding: 10px;
        line-height: 1.4;
    }

    
}    
    