/*
 * カテゴリー・一覧ページ
 * 元CSS行: 703-731
 */

/*カテゴリー
********************************************************************/
.entry-category .entry-title {
    font-size: 115%;
}
.c-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.c-list li {
    margin-bottom: 50px;
}
.entry-category .entry-header, .category-news .entry-header {
    background-image: url('/wp-content/uploads/common/sub-t010.jpg');
}
.entry-title-c {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: solid 1px #ccc
}
.c-comment-area p {
    margin-top: 5px;
}
.entry-category .entry-content {
    overflow: inherit !important;
}
