#sidebarheader
{
	background-color: __background_theme__;
	color: __text_theme__;
	display: block;
	padding: .8em;
	text-align: center;
    width: 100%;
}

#sidebarheader .home > a
{
	color: __text_theme__;
	display: inline-block;
	font-size: 100%;
	font-weight: 700;
	margin-bottom: .8em;
	padding: 4px 6px;
}

#sidebarheader .search input[type=text]
{
	border-radius: 50px;
	padding: 6px 12px;
	width: 100%;
}

#sidebarheader .search button
{
	display: none;
}

#sidebarheader form.search div.ajax_qsearch {
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 80%;
	left: 0;
	padding: 0;
	top: auto;
	width: 100%;
}

#sidebarheader form.search div.ajax_qsearch ul li a {
	display: block;
	padding: .5em;
}

#sidebarheader form.search div.ajax_qsearch ul li:hover {
	background-color: #d6d6d6;
}

#qsearch__out > strong {
/* 	display: none; */
	margin-top: .5em;
	margin-left: .5em;
}

@media (max-width: __media_query_sp__)
{
    #dokuwiki__aside #sidebarheader
    {
        width: 100%;
    }
}
