@charset "utf-8";
/*
Theme Name: KCK2026
Theme URI: https://www.kanachuu.com
Description: KanaChuKogyo official theme
*/


/*********************/
button {
    font-size: 12px;
    border-style: none;
    font-weight: bold;
    margin: 10px 0px 50px 10px;
    padding: 7px 50px;
    background-color: #0499cc;
    color: #fff;
font-family: 'mplus-1p-regular';
}
 
button:hover {
    background-color: #004c9f;
    color: #fff;
}





/*PagiNavi*/
.wp-pagenavi { 
	padding-top: 10px;
	padding-bottom: 25px;
}
.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
}
.wp-pagenavi a:hover,
.current{
	color: #fff;
	background: #3793ce;
}



