@charset "utf-8";
/* CSS Document */
.coronavirus_title{
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
}
.coronavirus_caution{
	border: 2px solid #eb0a0a;
	padding: 20px;
	margin-top: 15px;
}
.coronavirus_caution span.bold{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: #eb0a0a;
}
.coronavirus_wrap{
	margin: 30px 10px;
	padding-bottom: 10px;
	line-height: 1.7;
}
.coronavirus_wrap p,
.coronavirus_wrap ul{
	margin-top: 15px;
}
.coronavirus_caution p{
	margin-top: 0;
}