﻿@charset "utf-8";

.noborder {
  border-bottom: none!important;
  margin-bottom: -5px!important;
}

/********************************************
  newsfeedList
********************************************/

.newsfeedList {
  width: 630px;
}

.newsfeedList li:first-child {
border-top: none;
margin-top:-10px;
}

.newsfeedList li {
  display: none;
  height: 76px;
  padding: 5px 15px 5px 5px;
  border-top: 1px solid #bebebe;
}
.newsfeedList li.active {
  display: block;
}

.newsfeedList li > a {
  display: table;
  height: 100%;
  width: calc(100% - 34px);
  width: -webkit-calc(100% - 34px);
  width: -moz-calc(100% - 34px);
  text-decoration: none;
}
.newsfeedList li:hover {
  background-color: #f6f6f6;
}
.newsfeedList li:hover .midashi {
  text-decoration: underline;
}
.newsfeedList li:hover .newsfeedList-photo {
  opacity: 0.5;
}
.newsfeedList li:hover a:hover img {
  opacity: 1;
}
.newsfeedList li a.newsDetail::after {
  display: block;
  clear: both;
}

/********************************************
  newsfeedList-photo
********************************************/

.newsfeedList-photo {
  display: table-cell;
  padding: 2px;
  border: 1px solid #bebebe;
}
.newsfeedList-photo img {
  width: 70px;
  height: 70px;
}

/********************************************
  meta-box
********************************************/

.newsfeedList .meta-box {
  display: table-cell;
  width: 87%;
  position: relative;
  padding: 0px 10px 0 25px;
  vertical-align: middle;
}

/*画像がある場合のCSS*/
.newsfeedList-photo + .newsfeedList .meta-box{
  width: calc(100% - 74px);
  width: -webkit-calc(100% - 74px);
  width: -moz-calc(100% - 74px);
}

.meta-box-free {
  padding: 0 15px 0 25px!important;
}

.newsfeedList .midashi {
  font-size: 18px;
  line-height: 140%;
  font-weight: bold;
  position: relative;
  color: #003366;
}
.newsfeedList .midashi:before {
  position: absolute;
  top: 8px;
  left: -15px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/icon_check.png") 0 0 no-repeat;
  background-size: 10px 10px;
}
.newsfeedList .native .midashi:before {
  /*ネイティブ広告のみチェックアイコンをリセット*/
  content: "";
  background: none;
}

.newsfeedList .hiduke {
  font-size: 14px;
  font-weight: bold;
  line-height: 160%;
  color: #999999;
}
.newsfeedList .hiduke img {
  vertical-align: middle;
}


/********************************************
  もっと見るボタン対応
********************************************/

.showMoreList:hover {
  background-color: #f6f6f6;
}
.showMoreList{
  display: block;
  width: 100%;
  border: 1px solid #bebebe;
  font-size: 14px;
  font-weight: bold;
  color: #003366;
  text-align: center;
  padding:15px 0;
  margin:15px 0;
  cursor: pointer;
}



/* Facebookウィジェット 高さ指定 */
.fb-like-box{
height:590px;
overflow:hidden;
}
