/***************************/
/*** home/panel-left.css ***/
/***************************/
.panel-left {
/***
	position: fixed;
	left: 0;
	top: 60px;
	height: calc(100vh - 60px - 22px);
***/
}
.panel-left-scroll-box {
	position: fixed;
	top: 440px;
	height: calc(100vh - 440px - 28px);
	overflow-y: auto;

	width: 250px;
	scrollbar-width: thin;
	scrollbar-color: #aab #f0f0ff;
	scrollbar-gutter: stable;
}
/*************************/
/*** オープン/クローズ ***/
/*************************/
.panel-close {
	color: #000;
	text-align: right;
	margin: 10px 4px 0 0;
}
.panel-close-door {
	background-color: #aaa;
	font-size: 1em;
	padding: 8px 2px;
	border-radius: 6px 0 0 6px;
}
.panel-close-door:hover {
	background-color: wheat;
	border: 1px solid #caa;
}
.panel-close a {
	text-decoration: none;
	color: #000;
}
.panel-close a:hover  {
	background-color: wheat;
	color: #c04040;
}
/**********************/
/*** 検索結果リスト ***/
/**********************/
.djchat-list {
	padding-left: 10px;
}
.djchat-head {
	font-size: 1rem;
	margin-bottom: 4px;
}
.djchat-list a {
	color: #003;
	text-decoration: none;
}
.djchat-list a:hover {
	background-color: wheat;
	color: #500;
}
.djchat-post {
	font-size: 0.8rem;
}

/**********************/
/* 外部リンク(旧象歩) */
/**********************/
.panel-left .link {
	color: #003;
	padding-top: 10px;
	padding-left: 10px;
}
.panel-left .link link-head {
	font-size: 1rem;
	padding: 0;
}
.panel-left .link .nav-items {
	font-size: 0.9rem;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 4px;
}
.panel-left .link a {
	color: #003;
	text-decoration: none;
}
.panel-left .link a:hover {
	background-color: wheat;
	color: #800;
}
.panel-left .link .nav-items {
	text-decoration: none
}
.panel-left .link .nav-items li {
	text-decoration: none
}

