#content-main .contents-etc{
font-size:90%;}


/* 2021-05-11 */
#content-main .white-gray{
	background-color: whitesmoke;
}
#content-main .bold{
font-weight: 400;
}
#content-main .gray{
	background-color: #888;
	font-weight: 500;
	color: white;
}
#content-main .red{
	color: red;
}
#content-main li.none{
	list-style: none;
	background: none !important;
}