@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
#npcatch li {
list-style: none;
overflow: hidden;
margin-bottom: 10px;
}

#npcatch li a {
text-decoration:none;
color:#111;
}

#npcatch li a:hover {
text-decoration:underline;
color:#c03;
}

#npcatch li img {
float:left;
margin-right: 5px;
}

#npcatch {
padding: 0;
font-size:14.4px;
}

/*フロント固定ページのタイトルと日付を消す*/
#post-10408 .entry-title {
 display:none;
}
#post-10408 .post-meta {
 display: none;
}