/* CSS Document */
/* CSS Document */
/* line 17, ../scss/_share.scss */
* {
  position: relative;
}

/* line 20, ../scss/_share.scss */
html {
  height: 100%;
}

/* line 23, ../scss/_share.scss */
body {
  height: 100%;
  padding-bottom: 1px;
}

/* line 27, ../scss/_share.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 4, ../scss/news.scss */
#frc_news_col {
  position: absolute;
  bottom: 159px;
  right: 40px;
  width: 251px;
}
/* line 10, ../scss/news.scss */
#frc_news_col .frc_news_item {
  margin-top: 18px;
  height: 45px;
  width: 251px;
  background: transparent url(../../img/bkg_news_item.png) top left;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: "all" 0.5s;
  -o-transition: "all" 0.5s;
  -webkit-transition: "all" 0.5s;
  transition: "all" 0.5s;
}
/* line 20, ../scss/news.scss */
#frc_news_col .frc_news_item.frc_unready {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 23, ../scss/news.scss */
#frc_news_col .frc_news_item.frc_expanded {
  height: 174px;
}
/* line 26, ../scss/news.scss */
#frc_news_col .frc_news_item.frc_expanded > header .arr img:first-child {
  margin-top: -7px;
}
/* line 31, ../scss/news.scss */
#frc_news_col .frc_news_item > header {
  padding: 12px;
  line-height: 1em;
  position: relative;
  cursor: pointer;
}
/* line 37, ../scss/news.scss */
#frc_news_col .frc_news_item > header h4 {
  font-size: 8px;
}
/* line 39, ../scss/news.scss */
#frc_news_col .frc_news_item > header h4 time {
  font-size: 11px;
}
/* line 42, ../scss/news.scss */
#frc_news_col .frc_news_item > header h4 time:after {
  content: "/ ";
}
/* line 46, ../scss/news.scss */
#frc_news_col .frc_news_item > header h3 {
  font-size: 14px;
  text-transform: uppercase;
}
/* line 50, ../scss/news.scss */
#frc_news_col .frc_news_item > header .arr {
  position: absolute;
  right: 12px;
  top: 26px;
  z-index: 2000;
  display: inline-block;
  width: 14px;
  height: 7px;
  overflow: hidden;
}
/* line 60, ../scss/news.scss */
#frc_news_col .frc_news_item > header .arr img:first-child {
  margin-top: 0;
}
/* line 65, ../scss/news.scss */
#frc_news_col .frc_news_item > section {
  padding: 6px 12px 14px 12px;
  height: 102px;
}
/* line 69, ../scss/news.scss */
#frc_news_col .frc_news_item > section > footer {
  color: #980000;
  text-decoration: underline;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 15px;
}
