#whats_new {
  width: 778px;
  height: 287px;
  margin-top: 0px;
  background: url(../images/information/news_bg.png) no-repeat;
}

#whats_new #news_img_container {
  width: 397px;
  height: 240px;
  padding-top: 26px;
  padding-left: 14px;
  float: left;
}

#whats_new #loading {
  position: absolute;
  width: 32px;
  height: 32px;
  margin-top: 130px;
  margin-left: 185px;
}

#whats_new .right {
  width: 328px;
  height: 208px;
  float: left;
  margin-top: 57px;
  padding-left: 10px;
  overflow-y: scroll;
}

#whats_new .right:focus {
  outline: none;
}

#whats_new .news_container {
  width: 318px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  font-size: 14px;
}

#whats_new .news_container .kind {
  position: relative;
  float: left;
  margin-top: 2px;
}

#whats_new .news_container .kind .current.disp1 {
  position: absolute;
  width: 4px;
  height: 15px;
  background: url(../images/information/news_ctg_atv.gif) no-repeat;
}

#whats_new .news_container .update {
  color: #979797;
  font-size: 13px;
}

#whats_new .news_container .text {
  font-size: 14px;
}

#whats_new .news_container .text a.news_img_link {
  cursor: pointer;
}

#whats_new .news_container .memo {
  font-size: 12px;
}

#whats_new .news_container .out_link_container {
  color: #42B492;
}

#whats_new .news_container .out_link {
  display: inline-block;
  position: absolute;
  margin-top: 2px;
  margin-left: 3px;
  width: 14px;
  height: 14px;
}

#whats_new .news_container .out_link a {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/information/news_link_btn.png") no-repeat;
}

#whats_new .news_container .out_link a:hover {
  background-position: bottom left;
}