<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.ap_menu_search_form {
	margin-bottom: 24px;
}
.ap_menu_search_form input[type=text] {
	padding: 6px 12px;
	width: 180px;
	font-size: 15px;
	border: 1px solid #ccc;
}
.ap_menu_search_form button.ap_menu_search_button {
	padding: 7.5px 14px;
	border: none;
	background: #666;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	vertical-align: top;
}</pre></body></html>