@charset "UTF-8";

/* ニュース ヘッドライン 
=======================================================================*/


.post-list{
  padding:0;
  margin:0;
  width:100%;
	font-size:90%;
}

.post-list .post{
  border-bottom:1px solid #EFEFEF;
  width:100%;
  position:relative;
  margin:0;
  margin-bottom:10px;
  padding:0;
  display:block;
}


.post-list .post-eyecatch{
	float:left;
  overflow:hidden;
  width:80px;
  height:80px;
  margin-right:1em;
  margin-bottom:3px;
  /*display:none;*/
}
.post-list .post-eyecatch a{
/*  display:block;
	width:100%;
*/}

.post-list .post-eyecatch img{
  width:100%;
  height:100%;
  object-fit: cover;
}


/*.news .post-eyecatch,*/
.post-list .post-date,
.post-list .post-cat,
.post-list .post-title{
  display:inline-block;
}


/* 日付 */
.post-list .post-date{
  position:relative;
  width: auto;
  white-space: nowrap;
  margin-right:0.5em;
}

/* 記事カテゴリ */
.post-list .post-cat{
  width:7em;
  margin-right:0.5em;
  }
.post-list .post-cat a{

  background-color:#000000;
  text-align:center;
  display:block;
  color:#FFFFFF;
  font-size:0.8em;
  white-space: nowrap;
}
.post-list .post-cat a:hover{
  opacity:0.8;
  text-decoration:none;
}

/* 記事タイトル */
.post-list .post-title{
}
.post-list .post-title a{
	color:#000000;
}
.post-list .post-title a:hover{
	color:#aaaaaa;
}


/* もっと見る */
.post-list .continue{
  margin-top:20px;
  text-align:right!important;
  font-weight:bold;
  display:block;
}
.post-list .continue a{
  font-size:1.4em;;
}


