/* 新着情報 見出し（本サイトトップページの「新着情報」見出しの見た目に合わせたスタイル） */
#newslist{
	margin-top: 1rem;
	padding: 0;
}
#newslist>h2{
	margin: 0 0 0.8rem;
	padding: 0.5rem 0.8rem;
	background-color: #f2f2f2;
	border-left: 5px solid #4353b5;
	border-bottom: 1px solid #dcdcdc;
	font-size: 1rem;
	line-height: 1.6;
}

/* 新着情報（実際の /newslist/ ページの配色・書式に合わせた専用スタイル） */
#news_lists ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#news_lists li.news_item{
	border-bottom: #cecece 1px dotted;
	padding: 5px 0;
	overflow: hidden;
}
#news_lists p.news_head{
	margin: 0;
	padding: 3px 30px 3px 5px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
#news_lists p.news_head::after{
	content: "+";
	position: absolute;
	right: 8px;
	top: 3px;
	color: #4353b5;
	font-weight: bold;
}
#news_lists p.news_head.active::after{
	content: "－";
}
#news_lists span.news_cat{
	float: left;
	width: 90px;
	box-sizing: border-box;
	padding: 3px 5px;
	margin-right: 10px;
	color: #fff;
	font-size: 71.4%;
	text-align: center;
}
#news_lists span.news_cat.cat_01{ background: #ff6682; }
#news_lists span.news_cat.cat_02{ background: #b25aa8; }
#news_lists span.news_cat.cat_03{ background: #4353b5; }
#news_lists span.news_cat.cat_05{ background: #4a9e4a; }
#news_lists span.news_date{
	float: left;
	padding: 3px 5px;
	font-size: 83.3%;
	color: #666;
}
#news_lists span.news_ttl{
	float: left;
	padding: 3px 5px;
}
#news_lists div.news_detail{
	clear: both;
	padding: 10px 15px 15px;
	background: #f7f7f7;
}
#news_lists .news_detail_ttl{
	margin: 0 0 5px;
	font-size: 1.1em;
}
#news_lists .news_detail_updated{
	text-align: right;
	color: #666;
	font-size: 0.85em;
	margin: 0 0 10px;
}
#news_lists .news_detail_body p{
	margin: 0 0 1em;
}
#news_lists .news_img{
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
#news_lists a.news_pdf{
	display: inline-block;
	margin: 4px 8px 4px 0;
}
#news_lists li.news_hidden{
	display: none;
}
#news_lists .news_more_btn{
	display: block;
	margin: 10px auto 0;
	padding: 0.5rem 2rem;
	background-color: #4353b5;
	color: #fff;
	border: none;
	border-radius: 3px;
	font-size: 0.9rem;
	cursor: pointer;
}
#news_lists .news_more_btn:hover{
	opacity: 0.85;
}
