/* 一覧ページタイトル */
.list-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #226666;
}

/* 記事一覧 */
.post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-item {
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.post-item a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  display: block;
}

.post-item a:hover {
  color: #339999;
}

.list-date {
  font-size: 12px;
  color: #777;
  margin-right: 10px;
}

/* プロフィール */
.profile-box {
  border: 1px solid #339999;
  background: #fff;
  padding: 16px;
  margin-bottom: 24px;
}
.profile-box .side-title{
  background: #339999;
  color: #fff;
  padding: 3px;
}

.profile-inner {
  text-align: center;
}

.profile-icon {
  width: 80px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 10px;
}

.profile-name {
  font-weight: bold;
  margin-bottom: 6px;
}

.profile-text {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}
