@charset "UTF-8";

.message{
	margin-bottom: 10px;
	padding: 10px;
}
.message p{
	margin-bottom: 0px;
	text-indent: 1em;
}
.dayList{
	margin-top: 10px;
	margin-left: 10px;
}
dl.dayList dt{
	float: left;
	padding-left: 18px;
	background: url("../img/common/icon-list.gif") left center no-repeat;
}
dl.dayList dd{
	margin-bottom: 5px;
	margin-left: 8em;
	padding-left: 18px;
}

/*---- new-topic ----*/
#new-topic{
/*	width:90%;*/
	width:60%;
	height:250px;
	margin-left:auto;
	margin-right:auto;
}
#schedule{
	margin-bottom:10px;
}
.attention{
	margin-left:10px;
}
.recruit{
	width: 535px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}
.recruit h2{
	margin: 0px;
	color: #ff6699;
	font-size: 120%;
	font-weight: bold;
}
.recruit p{
	margin: 0px;
}
#info-covid-19 {
	width: 555px;
	height: 125px;
	margin-bottom: 10px;
	position: relative;
	background-image: url(../img/top/info-covid-19.jpg);
}
#info-covid-19 .first{
	position: absolute;
	top: 76px;
	left: 65px;
	font-size: 120%;
}
#info-covid-19 .second{
	position: absolute;
	top: 125px;
	left: 90px;
	font-size: 120%;
}
#info-covid-19 a{
	color: #ff4500;
	font-weight: bold;
	text-decoration: none;
}
#info-covid-19 a:hover {
	color: #ff7f50;
	text-decoration: underline;

}
#info-covid-19 .i-1st {
	position: absolute;
	top: 75px;
	left: 400px;
}
#info-covid-19 .i-2nd {
	position: absolute;
	top: 115px;
	left: 470px;
}
