/*
Theme Name: bouhan-theme
Template:twentytwentyfive
*/

a:hover{opacity: 0.7; } 

a[rel="tag"] {
  background-color: #ffffff; 
}

a[rel="tag"]:hover {
  background-color: #f9f9f9; /* ホバー時の色 */
  color: #333333;           /* ホバー時の文字色（任意） */
}


.searchandfilter {
	text-align:center;
}

.searchandfilter label {
	display:block;
}
.searchandfilter h4 {
	margin:20px 0;
	font-size:20px;
}

.searchandfilter input[type=submit] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin:20px auto;
    padding: .9em 2em;
    border: 1px solid #cc1122;
    border-radius: 30px;
    background-color: #cc1122;
    color: #ffffff;
    font-size: 1em;
}