@charset "euc-jp";

#rightcontainer div#content div.text {
  box-sizing: border-box;
  min-height: 560px;
  padding: 40px 19px;
  border-style: solid;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.5;
}

#rightcontainer div#content div.text ul.media-list {
  margin: initial;
  line-height: 1.5;
  padding-left: initial;
}

#rightcontainer div#content div.text li.media-list-item {
  list-style: none;
  box-sizing: border-box;
  padding: 15px 5px;
  border-bottom: 1px dotted #eeeeee;
}

#rightcontainer div#content div.text li.media-list-item:first-child {
  border-top: 1px dotted #eeeeee;
}

#rightcontainer div#content div.text p.media-list-item-date {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #998e92;
}

.media-type-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background-color: #9a0074;
  border-radius: 4px;
  line-height: 1;
  color: #ffffff;
}

.media-list-item__link {
  display: block;
  height: 1.5em;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
  text-overflow: ellipsis;
  color: #444444;
  overflow: hidden;
  white-space: nowrap;
}

.media-list-item__link:link,
.media-list-item__link:visited,
.media-list-item__link:hover,
.media-list-item__link:active {
  text-decoration: underline;
  color: #444444;
}

.text.is_warning {
  color: #ff0000;
}
