/*
Theme Name: tokiwadai12
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/* 最新記事リストの基本スタイル */
.latest-posts {
    list-style: none;
    padding-left: 0;
}
 
/* カテゴリ名の共通スタイル */
.latest-posts .cat {
    display: inline-block;
    width:100px;
    padding: 2px 8px;
    margin-right: 8px;
    font-size: 0.85em;
    border-radius: 4px;
    text-align:center;
    text-decoration: none;
    color: #fff; /* 白文字 */
    background-color: #888; /* デフォルトの背景色 */
}
 
/* カテゴリごとの色分け（cat-◯は任意のスラッグ） */
.latest-posts .event {
    background-color: #e74c3c;  /* 赤 */
}
.latest-posts .festa {
    background-color: #3498db;  /* 青 */
}
.latest-posts .seisou {
    background-color: #2ecc71;  /* 緑 */
}
.latest-posts .bousai {
    background-color: #f39c12;  /* オレンジ */
}
.latest-posts .bouhan {
    background-color: #bdb76b;  /* GOLD */
}
.latest-posts .news {
    background-color: #9b59b6;  /* 紫 */
}
.latest-posts .nigiwai {
    background-color: #27f7e2;  /* 水色 */
}
.latest-posts .machizukuri {
    background-color: #6d550d;  /* 茶 */
}

.next-prev {
	display:none;
}

ul.postList span.postList_date{
	display:none;	
}

.wp-element-caption{
	font-weight:bold;
	font-size:1.2em !important;
}

.site-footer-copyright p:nth-child(2) {
    display:none;
}
