@CHARSET "UTF-8";
#topimg{
	width:100%;
	background-size:cover;
}
#pagetile{
	width: 100%;
	height:40px;
	line-height:40px;
	margin-top: 1px;
	padding-left: 6%;
	background: #008080;
	color:#fff;
}
#articlelist{
	display:grid;
	grid-gap:40px;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	grid-template-rows: repeat(auto-fit, auto);
}
fieldset{
	border:1px solid #00acac;
	margin:0 2px;
	padding:0;
	display:block;
	overflow:hidden;
}
legend{
	height:40px;
	line-height:40px;
	padding:0 20px;
	font-weight:bold;
	border:1px solid #008080;
	background:#f5f5f5;
	border-radius:10px;
	margin-left:5%;
}
fieldset .line{
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 2%;
	margin: auto;
}
fieldset .line:nth-child(3),fieldset .line:nth-child(4){
	font-weight:bold;
}
fieldset .line div:first-child{
	max-width:75%;
	float:left;
	white-space: nowrap;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
fieldset .line div:last-child{
	width:25%;
	text-align:right;
	float:right;
	color:silver;
	overflow:hidden;
}
fieldset .line:hover{
	background:#fff;
	font-weight:bold;
}
fieldset img{
	position:absolute;
	opacity:0.15;
	margin-top:-20px;
	z-index:-1;
}