#news li {
	margin-bottom: 14px;
	color: #696969;
}

#news li a {
	color: #696969;
}

.scrollarea {
	height: 160px;
	overflow: auto;
	padding-right: 16px;
}

/*スクロールバーの横幅指定*/
.scrollarea.deco::-webkit-scrollbar {
	width: 15px;
}

/*スクロールバーの背景色・角丸指定*/
.scrollarea.deco::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #f2f2f2;
}

/*スクロールバーの色・角丸指定*/
.scrollarea.deco::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #09C9D9;
}

.date {
	font-size: 0.8rem;
	color: #fff;
	background-color: #024ec8;
	padding: 4px;
}

.title {
	font-weight: bold;
}

.text {
	display: block;
}

.news__old-post {
	padding-top: 12px;
	text-align: right;
}

.news__old-post a {
	text-decoration: underline;
	font-size: 1rem;
	color: #696969;
}