﻿@charset "UTF-8";

.noborder {
  border-bottom: none!important;
  margin-bottom: -5px!important;
}



/********************************************
  newsfeedList
********************************************/

.newsfeedList {
  width: 100%;
}

.newsfeedList li {
  background: url("../../img/icon_btn_arrow.png") no-repeat scroll right center;
  background-size: auto 12px;
  font-size: 18px;
  line-height: 120%;
  display: none;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #bebebe;
}

.newsfeedList li.active {
  display: block;
}

.newsfeedList li > a {
  display: table;
  height: 100%;
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  text-decoration: none;
}

.newsfeedList li a.newsDetail:after {
  display: block;
  clear: both;
}



/********************************************
  newsfeedList-photo
********************************************/

.newsfeedList-photo {
  display: table-cell;
  line-height:1!important;
  width:76px;
  height:76px;
  margin-left:5px;
}
.newsfeedList-photo img {
  border: 1px solid #bebebe;
  padding: 2px;
  width: 70px;
  height: 70px;
  zoom:1!important;
  line-height:1!important;
}



/********************************************
  meta-box
********************************************/

.newsfeedList .meta-box {
  display: table-cell;　
  position: relative;
  padding: 0px 10px 0 22px;
  vertical-align: middle;
}

/*画像がある場合のCSS*/
.newsfeedList-photo + .newsfeedList .meta-box{
  width: calc(100% - 76px);
  width: -webkit-calc(100% - 76px);
  width: -moz-calc(100% - 76px);
}

.meta-box-free {
  padding: 0 0 0 18px!important;
}

.newsfeedList .midashi {
  font-size: 17px;
  line-height: 120%;
  font-weight: normal;
  position: relative;
  color: #003366;
}
.newsfeedList .midashi:before {
  position: absolute;
  top: 3px;
  left: -17px;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background: url("../../img/icon_check.png") 0 0 no-repeat;
  background-size: 13px 13px;
}

.newsfeedList .native .midashi:before {
  /*ネイティブ広告のみチェックアイコンをリセット*/
  content: "";
  background: none;
}

.newsfeedList .hiduke {
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
  color: #999999;
}
.newsfeedList .hiduke img {
  vertical-align: middle;
      zoom: 1;

}


/********************************************
  もっと見るボタン対応
********************************************/

.showMoreList:hover {
  background-color: #f6f6f6;
}
.showMoreList{
/*  display: block;
  width: 80%;
  border: 1px solid #bebebe;
  font-size: 14px;
  font-weight: bold;
  color: #003366;
  text-align: center;
  padding:15px 0;
  margin:15px 0;
  cursor: pointer;*/

  position: relative;
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 105%;
    font-weight: bold;
    color: #666666;
    border: 1px solid #efefef;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px;
    margin: 10px 10px 40px 10px;
    overflow: hidden;
}

.showMoreList:before {
    display: block;
    content: "";
    position: absolute;
    top: 14px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-color: #666666;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.showMoreList:after {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/********************************************
  ネイティブ広告基本設定
********************************************/


/*「広告」アイコンの表示*/
.newsfeedList .native .midashi:before{
  position: absolute;
  top: 4px;
  left: -22px;
  display: block;
  content: "PR";
  width: 20px;
  height: 10px;
  font-size: 10px;
  background-color: red;
  color: white;
  line-height:1;
  padding:1px 0 0 0;
  text-align:center;
  font-family:sans-serif;
}

.newsfeedList .native .hiduke{
line-height:125%;
margin-top:3px;
}

