@charset "UTF-8";


#contents_body > h3 {
	padding: 20px 0 30px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	color: #6B8E23;
}
#contents_body > img {
	width: 209px;
	height: auto;
	float: right;
	margin: 0 0 30px 30px;
}
#contents_body > p {
	font-size: 16px;
	line-height: 24px;
}
#contents_body > p > a {
	text-decoration: underline;
	color: #6B8E23;
}
#t_info {
	font-size: 14px;
	line-height: 25px;
	text-align: right;
	padding: 20px 0 40px;
}
#t_info strong {
	font-size: 20px;
}
#t_info a {
	text-decoration: underline;
	color: #6B8E23;
}

#news h2 {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	background-color: #6B8E23;
	padding: 0 10px;
}
#news ul {
	padding: 30px 0;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}
#news li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 15px;
}
#news li p {
	font-size: 16px;
	line-height: 24px;
}
#news li p.date {
	font-weight: bold;
}
#news li p.tag {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	background-color: #B8860B;
	color: #FFF;
	padding: 0 5px;
	margin-top: 4px;
}
#news li p.news_t {
	width: 450px;
}
#news > p {
	text-align: right;
	font-size: 16px;
	line-height: 1;
}
#news > p a {
	text-decoration: none;
	color: #6B8E23;
}
#news li p a {
	text-decoration: underline;
	color: #6B8E23;
}