@charset "UTF-8";
#year-activity {
	width: 100%;
	border-spacing: 0px 0px;
	color: rgba(255,255,255,1.00);
	border-top: thin solid rgba(255,255,255,1.00);
	border-left: thin solid rgba(255,255,255,1.00);
	font-size: 14px;
	line-height: 1em;
}
#year-activity caption {
	margin-bottom: 16px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 38px;
	line-height: 1em;
}
	#year-activity tr th {
	padding: 8px 4px 8px 4px;
	border-right: thin solid rgba(255,255,255,1.00);
	border-bottom: thin solid rgba(255,255,255,1.00);
	}
#year-activity tr td {
	border-right: thin solid rgba(255,255,255,1.00);
	padding: 8px 0px 8px 8px;
	border-bottom: thin solid rgba(255,255,255,1.00);
	font-weight: normal;
}
#year-activity thead tr td {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-right: thin solid rgba(255,255,255,1.00);
	padding: 8px 0px 8px 0px;
	border-bottom: thin solid rgba(255,255,255,1.00);
	background-color: rgba(128,128,128,1.00);
	text-align: center;
	font-size: 16px;
}
.report table {
	color: #FFF;
	letter-spacing: 0.1em;
	text-align: justify;
	font-weight: 300;
}
.report table th {
	padding: 3px 20px 3px 0;
	font-weight: normal;
}
.report table td {
	padding: 3px;
	font-weight: normal;
}
.img-right {
    float: right;
    margin-left: 20px;
}
.red {
    color: #FF0000;
}
.yellow {
    color: #ecf18d;
}