@charset "utf-8";

ul.list {
	display: flex;
	margin-bottom: 5px;
	margin-left: 20px;
}
ul.list li.date {
	width: 180px;
}
ul.list li.title {
	width: 390px;
}
ul.list li.link {
	padding-left: 15px;
}
ul.list li:first-child {
	list-style-type: disc;
}

/*
ul.list li:first-child::before {
	outline: 1px solid red;
	color: #2566b0;
	content: '\f105';
	font-family: "font Awesome 5 Free";
	font-weight: bold;
	margin-left: -5px;
	padding-right: 5px;
}
*/

html {	/* スクロールバーを常に表示させる */
	overflow-y: scroll;
}
.highlight {
	background-color: rgba(255,255,0,0.7);
}

.outline {	/* テスト用 */
	outline: 1px solid red;
}
