/*-------------------------
検索枠
------------------------------*/
.search{
	/* display:none; */
	margin:0;
	/*padding-top:30px;*/
	/*border-left:1px solid #e0e0e0;*/
	flex-grow:1;
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	width:360px;
	/*height:48px;*/
	background-color:#fefefe;
	opacity:0.95;
	z-index:8;
}
.search-box{
	/* height:51px; */
	/* line-height:48px; */
	margin:30px auto 30px;
	border:1px solid #ddd;
	border-radius:2px;
	padding:0 5px 0 20px;
	color:#4A4A39;
	
	width:280px;
	height:50px;
	background-color:#fcfcfa;
	box-shadow:0px 1px 5px rgba(0,0,0,0.02);
	
}
label{
	display:flex;
}
.indices{
	/* width:50px;
	height:50px; */
	margin:0 auto;
	text-align:center;
	width:300px;
}
.indices td{
	border:1px solid #ddd;
	height:40px;
}
.indices-box-japanese-syllabary{
	display:none;
}
.indices-box-alphabet-syllabary{
	display:none;
}
.indices-box-numbers-syllabary{
	display:none;
}
/*-------------------------
検索ボックス
------------------------------*/
.search-text{
	height:48px;
	width:100px;
	margin:0;
	padding:0 0 1px 0;
	border:0;
	outline:none;
	background:#fcfcfa;
	font-size:14px;
	/*font-family:Menlo,Monaco,Consolas,"Courier New",monospace,arial,sans-serif;*/
	font-family:Consolas,arial,sans-serif;
	color:#4A4A39;
	letter-spacing:0.04em;
	/*background-color:skyblue;*/
}
.submit{
	height:48px;
	border:none;
	/*vertical-align:middle;*/
	background-position:center;
	background-color:#fcfcfa;
	background-size:16px;
	background-image:url(https://about.hokahokapon.com/css/kensaku.png);
	background-repeat:no-repeat;
	user-select:none;
	outline:none;
	cursor:pointer;
	/*background-color:tomato;*/
	flex:1;
}
.search-text-delete{
	/*width:8%;*/
	cursor:pointer;
	user-select:none;
	display:inline-block;
	width:20px;
	height:48px;
	line-height:48px;
	/*background-color:greenyellow;*/
}


/*=================================
頭文字から検索。
===============
====================================================*/

.a{
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	border:1px solid #ddd;
	color:#4A4A39;
	cursor:pointer;
	border-radius:50%;
}
