/*
Theme Name: 2024_Senkien
Description: 
Version: 1
Author: 
Author URI: 
License: 
License URI: 
Tags: 
*/

/* ここからクラスの追加が出来ます============================================================================ */

/* ボックスをここにドラッグを非表示 */
.metabox-holder .postbox-container .empty-container {
  display: none!important;
}


/* コメント欄の項目を非表示 */
.comment-form-email {display: none;}
.comment-form-url {display: none;}
.form-allowed-tags {display: none;}

/* トップページニュースタブのもっと見るボタン */

.more {
	padding-top: 15px;
	text-align: center;
}

.more a{
	display: inline-block;
	border:none;
	color:#fff;
	background:#0099CC;
	padding:5px 20px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	text-decoration: none;
}

.more a:hover{
	background:#0085B0;
}


/**************************************
 　　404
********************************************/

.er{
	
}

.er dt{
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 140%;
	line-height: 180%;
	border-bottom: 1px #ccc dotted;
}

.er dd{
	line-height: 180%;
}

/**************************************
 　　pagination
********************************************/

.pagination{
    text-align: center;
	margin-bottom:50px;
	padding:20px 0;;
}
a.page-numbers,
.pagination .current{
    background: #fff;
	color:#697f3e;
    padding:5px 12px;
	border:1px #697f3e solid;
    margin:0 1px;
    text-decoration: none;
}
.pagination .current{
    background: #697f3e;
	border:1px #697f3e solid;
    color: #fff;
}

a.page-numbers:hover{
	color:#fff;
	background: #697f3e;
}










