/* https://spreadsheep.net/search_by_javascript/ */

.bl_selectBlock input {
	display: none;
}
.el_searchResult {
	text-align: center;
}
.js_target {
	display: none;
}
.js_target.js_selected {
  	display: flex; 
	flex-wrap: wrap; 
	justify-content: flex-start; 
	align-items: center;
}
.bl_selectBlock label {
	display: inline;
}
.bl_selectBlock_check label .el_checkbox {
	position: relative;
	top: 0.125em;
	width: 1em;
	height: 1em;
	display: inline-block;
	margin-right: 0.25em;
	border: 1px solid #0073aa;
}
.bl_selectBlock_check label .el_checkbox:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	bottom: 4px;
	right: 4px;
}
.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox:after {
	background-color: #0073aa;
}
.bl_selectBlock {
	border: 1px solid #0073aa;
	padding: 1.5em;
	margin-bottom: 0.75em;
	// font-size: 0.9em; 
	line-height: 1.6; 
}
.bl_selectBlock_wrapper_wrapper {
}
.bl_selectBlock_check label {
  cursor: pointer;
}
.bl_selectBlock_ttl {
	color: #0073aa;
	font-size: 1.2rem; 
}
.bl_selectBlock_check {
	display: inline-block;
	margin-right: 1em;
	line-height: 2; 
}
.bl_selectBlock_check:last-child {　　
	margin-right: 0;
}
.bl_selectBlock_release {
	text-align: center;
	color: #fff;
	background-color: rgb(128,128,128);
	padding: 0.5em 0;
}
.bl_selectBlock_release:hover {
	opacity: 0.6;
	transition: opacity 0.25s;
}
.js_release {
	cursor: pointer;
}
.bl_selectBlock_content {
	margin-bottom: 1em; 
}
