@charset "utf-8";
/* CSS Document */

#mainimg {
	width:982px;
	height:340px;
	margin:23px 0 27px;

}
.topics {
	width:706px;
	border:#CBCBCB 1px solid;
	border-top:none;
	margin-bottom:14px;
}
.topics  h2{
	position:relative;
	width:706px;
	height:32px;
}
.topics .more {
	background:url(../images/icon_topics_arrow.gif) no-repeat right center;
	position:absolute;
	right:20px;
	top:8px;
	padding-right:10px;
	color:#000;
}
.topics a {
	color:#000;
	text-decoration:underline;
}
.topics a:hover {
	color:#000;
	text-decoration: underline;
}
.topics .list {
	height:260px;
	overflow-y: scroll;
}
.topics dl {
	font-size:117%;
	color:#000;
	padding:10px 20px 0;
}	
.topics dt {
	float:left;
	display:inline;
	width:5em;
}
.topics dd {
	margin-left:6em;
}
.topics dd img {
	vertical-align: middle;
}
.bnr01 li {
	margin-right:9px;
	display:inline;
}
.bnr01 li.side {
	margin-right:0;
}
.bnr02 {
	margin:10px 0;
}
.bnr03 {
	margin-right:4px;
	margin:10px 0;
}
.voice {
	background:#C7E56B;
	padding:10px;
	clear:both;
	font-size:117%;
	color:#000;
}
.voice ul {
	padding-left:38px;
}
.voice li {
	float:left;
	margin-right:40px;
	width:178px;
	background:#fff;
}
.voice li span {
	display:block;
	padding:10px 20px;
	text-align:center;
}
.voice li.side {
	margin-right:0;
}

/* 20200914 バナー */

.bnr_up_layout{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.bnr02 p{
	margin-bottom:15px;
}

	.bnr02 p a:hover{
		opacity:0.8;
	}

