
.content .t-list {
  margin-top: 1em;
  white-space: nowrap;
}
.content .t-list.t-empty{
  text-align: center;
}
html.mobile .content .t-list {
  overflow-x: auto;
}
html.pc .content .t-list >div{
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .t-list a:link{
  color: inherit;
  text-decoration: none;
}
.content .t-list a:hover{
  color: var(--link-color);
  text-decoration: underline;
}
.content .t-list .t-date{
  float: right;
  margin-left: 1em;
  color: #666;
}

html.mobile .content .t-list .t-date{
  display: none;
}
