/*
Theme Name: Lab23 Child
Description: Lab23の子テーマです
Author:
Author URI:
Template: lab23
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*以下検索フォーム用*/


.vkfs__label-name{
 font-size: 1rem;
}

.vkfs__label-name{
 margin-top:18px;
}

.vkfs select{
height:40px;	
}

.vkfs input[type=checkbox]{
	background:none;
}

.vkfs input[type=checkbox]::after {
border-right: 3px solid red;
border-bottom: 3px solid red;	
}

.vkfs .btn[type=submit]{
 background:#a6d54f;
 border: none;
}

.vkfs .btn[type=submit]:hover{
    background: #d0ed9a;
}

.p-entry-item__cat-item{
	 background-color:#ff9f82;
}