/*
	Theme Name:		UeokaGanka DataBase
	Description:	上岡眼科医院のデータベース用テーマ
	Theme URI:		
	Author:			Shinsuke USAMI
	Author URI:		
	Version:		0.9
	Licence:		GNU General Public License v3 or later
	License URI:	https://www.gnu.org/licenses/gpl-3.0.html
*/

input, button, textarea, select, #cat {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  }
input,select, #cat {
border:0;
padding:5px 0;
font-size:0.8rem;
color:#aaa;
border:solid 1px #ccc;
margin:0px;
min-width: 100%;
background-color: #fff;
}

  input[type="text"],
  textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
  }
  input[type="text"]:focus,
  textarea:focus {
	box-shadow: 0 0 7px #1abc9c;
	border: 1px solid #1abc9c;
	background-color: #fff;
}

.searchandfilter ul {
	  margin: 0;
	  padding-left: 0;
  }

.searchandfilter h4 {
	font-size:13px!important;
	padding:5px 0 2px!important;
}
#sidebararea input[type="submit"] {
	border:solid 1px #ccc;
	padding:5px 40px;
	margin:10px 0;
	text-transform:uppercase;
	font-weight:bold;
	color:#efefef;
	background-color: black;
	cursor:pointer;
	}

	label.screen-reader-text {
		display: none;
	}
	#sidebararea {
		width: 190px!important;
		border-left: solid 1px #1e87f0;
		margin-left: 0!important;
		padding: 10px!important;
	}
.widget-title {
	margin-top: 15px;
	margin-bottom: 5px;
}

#sidebararea {
}
#category-adder {
	display: none!important;
}

#cat {
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
  }

