

#npcatch {
    margin: 0;
    padding: 0 0 1.0em 0;
}

#npcatch li{
    overflow: hidden;
    background: none;
    clear: both;
    margin: 0;
    padding: 0 0 1.0em 0;
}
 
#npcatch img{
    width: 30%;
    float: left;
    padding: 2px;
    background-color: #fff;
}

#npcatch .title{
  font-size: 85%;
	width:70%;
    float: left;
    padding: 0.5em;
  padding-top:0;
}

#npcatch .title span {
  font-size: 85%;
}

#npcatch .title span:before {
  content: "\A";
  white-space: pre;
}

#npcatch li:hover{
}
 
#npcatch li:hover .title{
}
 
#npcatch li:hover .title a{
}
 
#npcatch li:hover .date{
}