/* Newsfeed Category */
#main_newslist {
  width: 900px;
  margin: 120px auto 0px auto;
}
#main_newslist #div_category {
  line-height: 40px;
  color: #292E59;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
#main_newslist #div_category div {
  display: table-cell;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#main_newslist #div_category div a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#main_newslist #div_category div:not(.selected):hover {
  background: #f5f5f5;
}
#main_newslist #div_category div.selected {
  color: #ffffff;
  background: #292E59;
}
#main_newslist .div_newsfeed {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 3rem;
  position: relative;
}
#main_newslist .div_newsfeed:hover {
  border-color: #8b8b8b;
}
#main_newslist .div_newsfeed div {
  display: table-cell;
  font-size: 1.2rem;
}
#main_newslist .div_newsfeed div.newsfeed_date {
  width: 70px;
}
#main_newslist .div_newsfeed div.newsfeed_category {
  width: 60px;
  padding: 0px 10px;
  text-align: center;
}
#main_newslist .div_newsfeed div.newsfeed_category:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
}
#main_newslist .div_newsfeed div.newsfeed_category.category_info {
  color: #937F28;
}
#main_newslist .div_newsfeed div.newsfeed_category.category_info:after {
  background: #937F28;
}
#main_newslist .div_newsfeed div.newsfeed_category.category_event {
  color: #0068B6;
}
#main_newslist .div_newsfeed div.newsfeed_category.category_event:after {
  background: #0068B6;
}
#main_newslist .div_newsfeed div.newsfeed_category.category_media {
  color: #93385C;
}
#main_newslist .div_newsfeed div.newsfeed_category.category_media:after {
  background: #93385C;
}
#main_newslist .div_newsfeed div.newsfeed_text {
  padding-left: 10px;
  position: relative;
}
#main_newslist .div_newsfeed div.newsfeed_text p.newsfeed_heading {
  font-size: 1.8rem;
}
#main_newslist .div_newsfeed div.newsfeed_text a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}/*# sourceMappingURL=post.css.map */