/* line 4, ../../sass/modules/mgame_recent_blog.scss */
#block-game-news .wrap-title {
  font-size: 15.0px;
  margin-bottom: 10px;
}
/* line 6, ../../sass/modules/mgame_recent_blog.scss */
#block-game-news .wrap-title span.red {
  color: #404040;
}
/* line 12, ../../sass/modules/mgame_recent_blog.scss */
#block-game-news .item-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* line 17, ../../sass/modules/mgame_recent_blog.scss */
#block-game-news .item-list ul li {
  position: relative;
  font-size: 15.0px;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
/* line 23, ../../sass/modules/mgame_recent_blog.scss */
#block-game-news .item-list ul li .submitted {
  line-height: 1em;
  letter-spacing: 1px;
  font-size: 11px;
}
/* line 29, ../../sass/modules/mgame_recent_blog.scss */
#block-game-news .item-list ul li .image {
  text-align: center;
}
/* line 33, ../../sass/modules/mgame_recent_blog.scss */
#block-game-news .item-list ul li img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 37, ../../sass/modules/mgame_recent_blog.scss */
#block-game-news .item-list ul li .title {
  color: #c80000;
}
/* line 40, ../../sass/modules/mgame_recent_blog.scss */
#block-game-news .item-list ul li .title a {
  font-weight: normal;
  color: #c80000;
}
/* line 46, ../../sass/modules/mgame_recent_blog.scss */
#block-game-news .item-list ul li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(33%, #f0f0f0), color-stop(66%, #f0f0f0), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #f0f0f0 33%, #f0f0f0 66%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #f0f0f0 33%, #f0f0f0 66%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #f0f0f0 33%, #f0f0f0 66%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(left, rgba(255, 255, 255, 0), #f0f0f0 33%, #f0f0f0 66%, rgba(255, 255, 255, 0));
}
