@charset "UTF-8";
/*----------------------------------------------------

  Site Name: @niftyニュース
  Site CSS: SCSS > CSS

----------------------------------------------------*/
/*----------------------------------------------------
キーワード関連記事パーツCSS
----------------------------------------------------*/
/* Widget Relation */
.widget_keyword_recommend_topics {
  padding-left: 1.1em;
}

.widget_keyword_recommend_topics a {
  color: #255fc5;
  font-size: 1em;
  line-height: 2;
  position: relative;
}

.widget_keyword_recommend_topics a:hover {
  text-decoration: underline;
}

.widget_keyword_recommend_topics a:after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #adadad;
}