
@charset "UTF-8";

#content h3 {
	margin-top:2em;
}
#content h4 {
	margin-top:1em;
	margin-bottom:0.5em;
	font-weight:bold;
}
#content .note {
	font-size:80%;
}
#content .timestamp {
	text-align:right;
	margin-top:2em;
}
#content ol + p {
	margin-top:2em;
}
#content ol li {
	list-style:decimal;
	margin-left:1.7em;
}
#content ol li li {
	list-style:lower-alpha;
}
#content ol li li li {
	list-style:lower-roman;
}

#content td {
	padding:8px 12px;
	border:solid 1px #dedfdf;
}
#content .fix_w {
	width:20%;
}
#content .thead {
	background-color:#7b9437;
	color:#fff;
	font-weight:bold;
}
#content .tshead {
	background-color:#B5C474;
	color:#fff;
	font-weight:bold;
}

#content .lead {
	text-align: center;
	font-size:125.0%;
}

@media only screen and (max-width:767px) {
	
	#content .fix_w {
		width:30%;
	}
	
	#content h3{
		text-align: left;
	}
	
	#content .lead {
		text-align: left;
		line-height: 1.6;
	}
}
