.cArticleList li + li{
  margin-top:20px;
}
.cArticleList h1{
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
}
.cArticleList .cArticleListText{
  font-size: 85%;
  /*height: 60px;
  overflow: hidden;*/
}
.cArticleList .cEyecatch300{
  display: none;
}
.cArticleList .cEyecatch{
  margin-right: 10px;
  margin-bottom: 10px;
}
.cArticleList .cArticleListText p{
  /*margin-left: 160px;*/
}
.cArticleList .cArticleListMore{
  position: relative;
  content:"";
  display: block;
  margin-left: 160px;
  margin-top: -20px;
  padding-top: 20px;
  background: linear-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,1) 20px);
  text-align: right;
}
.cArticleList .cAlertNewAvail{
  display: none;
}
