@charset "utf-8";

/* topnavi.css�C�� */



/* regensen.css�C�� */

#maincontent ul li {
	
	margin: 0;
	
	}

#maincontent h4 {
	
	margin: 5px 10px;
	padding: 5px 10px;
	
	border-bottom: 1px solid #a8a8a8;
	
	}

/* �Љ�L��CSS */

#articlelist {

	margin: 0;
	margin-left: 10px;
	padding: 0;
	
	width: 610px;
	
}

#articlelist section {
	
	margin-bottom: 10px;
	
}

.imgbox {

	width: 420px;
	height: 280px;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
  	align-items: center;
}

#articlelist section a {
	text-decoration: none;
	font-size: 14px;
	display: inline-grid;
	justify-items: center;

}

#articlelist section a:hover {
	color: #f00;

}

#articlelist section a:hover .imgbox {
	border-color: #f00;

}

#articlelist section a img {
	max-width: 420px;
	max-height: 280px;

}

#articlelist ul li {

	float: none;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 5px;
	
	width: 100%;
	height: 140px;

}

#articlelist ul li:hover {
	border-color: #f00;
}

#articlelist ul li a {
	
	text-decoration: none;
	
}

#articlelist ul li a div {
	width: 140px;
	height: 140px;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;

}

#articlelist ul li a div img {
	
	overflow: hidden;
	
	
	max-width: 140px;
	max-height: 140px;

	line-height: 0;

	}

/* 旧新聞記事 */
#articlebox {
	
	margin: 0;
	margin-left: 5px;
	padding: 0;
	
	width: 610px;
	
	background: #f6f6f6;
	
	}

.clearfix:after {
	
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
	
	}

#articlebox ul {
	
	margin: 0;
	padding: 0;
	
	}

#articlebox ul li {
	
	margin: 5px;
	padding: 0;
	
	width: 140px;
	height: 140px;
	
	border: 1px solid #ccc;
	
	background: #fff;
	
	}

#articlebox ul li.new {
	
	border-color: #eba572;
	
	}

#articlebox ul li:hover {
	
	border-color: #f00;
	
	}

#articlebox ul li a {
	
	display: table-cell;
	
	margin: 0;
	padding: 0;
	
	width: 140px;
	height: 140px;
	
	vertical-align: middle;
	
	line-height: 0;
	
	font-size: 0;
	
	}

#articlebox ul li a img {
	
	overflow: hidden;
	
	max-width: 140px;
	max-height: 140px;
	
	line-height: 0;
	
	}

