/* What's new
---------------------------------------------*/

#newsArea {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  width: 313px;
  text-align: left;
}

#newsArea #inner {
  margin: 0px auto;
  padding: 0px;
  background: url(../../images/main/top/infoArea_bgm.png) repeat-y;
}

#newsArea h2 {
  margin: 0px;
  line-height: 1;
  padding: 0px;
}

#newsArea .infoTl {}

#newsArea .infoBottom {
  height: 12px;
  margin: 0px;
  padding: 0px;
  background: url(../../images/main/top/infoArea_bgb.png) 0px 0px no-repeat;
}

#newsArea #feeds {
  color: #fff;
  margin: 0px;
  padding: 10px 10px 0px 15px;
  /* background: url(../../images/main/top/infoArea_bgt.png) 2px 0px no-repeat; */
  background: rgba(0,0,0,0.1);
  height: 400px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

#newsArea #feeds div {
  margin: 0px;
  padding: 0px 0px;
}

#newsArea #feeds div .rss-title{
  padding:0.1em 0.5em;
  font-size:10px;
  line-height:1;
  color:#ccc;
  background:;
  display:inline-block;
  border:1px solid #ccc;
  border-radius:10em;
  width: auto;
}


#newsArea #feeds ul {}

#newsArea #feeds ul li {
  overflow: hidden;
  margin: 0px;
  padding: 5px 0px 5px 0px;
  border-bottom: dotted 1px #996300;
  position: relative;
}

#newsArea #feeds ul li div .new {
  line-height: 1em;
  padding: 1px 5px 0px;
  font-size: 10px;
  display: block;
  position: absolute;
  left: 75px;
  top: 8px;
  background: #ff1e00;
}

#newsArea #feeds ul li .rss_title {
  position: absolute;
  top: 8px;
  right: 0px;
  color: #000;
  background: #fff;
  font-size: 10px;
  line-height: 11px;
  padding: 0px 1px;
}

#newsArea #feeds .date {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width: auto;
}

#newsArea #feeds tr td:last-child {
  margin: 0px;
  padding: 0px 0px 5px 0px;
}

#newsArea #feeds .entry-date {
  color: #fff;
}

#newsArea #feeds a {
  color: #ffac15;
}

#newsArea #feeds a:hover {
  color: #ffc04d;
}
