
/* 月次情報の中のタイトルh4 */
.sz-content h4{
	padding:5px 0;
	font-size:16px;
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
}
.sz-content h4 span{
	float:right;
	padding-top:5px;
	font-size:14px;
	font-weight:normal;
}
@media screen and (min-width: 900px) {
	.sz-content h4{
		padding:10px 0;
		font-size:18px;
		margin-bottom:30px;
	}
	.sz-content h4 span{
		padding-top:10px;
	}
}
/* 月次情報の表 */
.sz-content table.monthly_table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:10px;
}
.sz-content table.monthly_table th,
.sz-content table.monthly_table td{
	border:1px solid #C9CACA;
	height:50px;
	text-align:center;
	vertical-align:middle;
}
.sz-content table.monthly_table th{
	width:20%;
	background-color:#EFEFEF;
}
.sz-content table.monthly_table th.monthly_table__month{
	background-color:#DCDDDD;
}
@media screen and (min-width: 900px) {
	.sz-content table.monthly_table{
		float:left;
		width:55%;
		margin-bottom:20px;
	}
	.sz-content table.monthly_table:nth-child(even){
		width:45%;
	}
	.sz-content table.monthly_table th,
	.sz-content table.monthly_table td{
		border-right:none;
	}
	.sz-content table.monthly_table:last-child{
		border-right:1px solid #C9CACA;
	}
	.sz-content table:nth-child(even) tr th:first-child,
	.sz-content table:nth-child(even) tr td:first-child{
		display: none;
	}
}