/* RGB */

.newslist {}
.newslist-item {
  display: block;
  position: relative;
  border-bottom: 1px dashed #CCC;
  padding: 10px 40px 10px 10px;
  -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
}
.newslist-item:before {
  font-family: 'fontello-custom';
  content: '\e806';
  position: absolute;
  right: 0px;
  top: 30%;
  font-size: 34px;
  width: 40px;
  height: 100%;
  text-align: center;
  color: #CCC;

}
.newslist-item:hover:before {
  text-align: right;
}
.newslist-item:hover {
  background-color: #EFEFEF;
}
.newslist-item:first-child {
  border-top: 1px solid #CCC;
}
._has-photo {}
.newslist-photo {
  position: absolute;
  width: 120px;
}
._has-photo .newslist-main {
  padding-left: 120px;
  min-height: 100px;
}
.newslist-itemttl {
  font-size: 16px;
}
.newslist-itemttl time {
  padding: 2px 5px 2px 0;
}
.newslist-tag {}
.newslist-tag span {
  background-color: #36B283;
  font-size: 12px;
  padding: 2px 10px;
  color: #FFF;
}
.newslist-text small {
  font-size: 12px;
}




/* 新着詳細 */

.newsdetail-ttl {
  font-size: 18px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* 新着一覧 */

.newslist-img {
  width: 100px;
  height: 100px;
}
.newslist-noimg {
  display: table;
}
.newslist-noimg-inner {
  display: table-cell;
  vertical-align: middle;
}
img.newslist-noimg-main {
  height: 100px;
  width: 100px;
}

