@charset "UTF-8";

* {
	font-feature-settings: "palt";
}

.indexLink {
	font-size: 13px;
	text-align: right;
}

.covid_attention-Large{
	margin-bottom: 15px;
	padding: 10px;
	border: red solid 1px;
}

.covid_attention-Large p{
	color: red;
	font-weight: bold;
	line-height: 1.5em;
}


.att-box {
	text-align: center;
	margin-bottom: 15px;
	padding: 10px;
	border: red solid 1px;
}

.att-box p {
	font-size:  120%;
	color: red;
	font-weight: bold;
	line-height: 1.5em;
}

.att-box ul {
	list-style-type: square;
	text-align: left;
	padding-left: 1.5em;
	margin-top: 1em;
}

.att-box ul li ~ li {
	margin-top: 1em;
}