input{
  display: none;
}
.bl_3daysSearchBlock{
  margin-bottom: 60px;
}
.bl_3daysSearchBlock_inner{
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}


.el_searchResult{
  text-align: center;
  color: #0070B7;
}

.menber div.js_target{
  display: none;
}
.menber div.js_target.js_selected{
  display: inline-block;
}
.bl_selectBlock label{
  display: inline;
}
.bl_selectBlock input{
}
/*
.bl_selectBlock_check label .el_checkbox{
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #0070B7;
  border-radius: 99px;
}
.bl_selectBlock_check label .el_checkbox:after{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  border-radius: 99px;
}
.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox:after,
.bl_selectBlock_check input[type=radio]:checked + label .el_checkbox:after{
  background-color: #0070B7;
}
*/

.bl_selectBlock_check, .market .bl_selectBlock_check{
  font-size: 0.9em;
}
.market .bl_selectBlock_check:nth-of-type(n+2){
  text-align: center;
  width: 19%;
  max-width: 145px;
}
.market .bl_selectBlock_check:nth-of-type(6){
  width: auto;
}
.market .bl_selectBlock_check img{
  padding-bottom:5px;
  max-width: 100%;
  height: auto;
  cursor: pointer;
}
.market .bl_selectBlock_check:nth-of-type(n+2) label{
  display: block;
  padding: 10px 5px;

}
.market .bl_selectBlock_check:nth-of-type(6) label{
  display: inline-block;
}

.bl_selectBlock_check input[type=checkbox]:checked + label,
.bl_selectBlock_check input[type=radio]:checked + label{
  color:#FFF;
  background-color: #0070B7;
  border: 2px solid #0070B7;
}
.el_searchResult{
  margin-bottom: 20px;
}
.bl_selectBlock{
  border: 1px solid #0070B7;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 14px;
  /*letter-spacing: 0.1em;*/
}
.bl_selectBlock_wrapper{
  border: 3px solid #0070B7;
  margin-bottom: 40px;
  padding: 40px 40px 20px;
  border-radius: 8px;
}
.bl_selectBlock_wrapper_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px dotted #CCC;
}
.bl_selectBlock_wrapper_wrapper:last-of-type{
	border: none;
	margin-bottom: 0px;
}
.bl_selectBlock_check label{
  cursor: pointer;
  border: 2px solid #DDD;
  padding: 10px;
  border-radius: 8px;
  color: #333;
  transition: all 0.2s 0s ease;
  background:#F7F7F7;
}
.bl_selectBlock_check label:hover{
	background:#0070B7;
	color: #FFF;
	border: 2px solid #0070B7;
}
.bl_selectBlock_ttl{
  width: 185px;
  color: #333;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 0.9;
  font-weight: bold;
}
@media screen and (max-width: 765px){
  .bl_selectBlock_ttl{
    width: 100%;
    margin-bottom: 20px;
  }
}
.bl_selectBlock_content{
  width: calc(100% - 185px);
}
@media screen and (max-width: 765px){
  .bl_selectBlock_content{
    width: 100%;
  }
}
.bl_searchResultBlock{
/*
  font-size: 14px;
  border-top: 1px solid #bdbdbd;
*/
}
.bl_searchResultBlock_item{
/*
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #bdbdbd;
*/
}
.bl_selectBlock_check{
  display: inline-block;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 20px;
}
.bl_selectBlock_check:last-child{
  margin-right: 0;
}
.bl_selectBlock_release{
  margin: 30px 0 15px;
  text-align: right;
}
.js_release{
  background: #FFF;
  padding: 8px 10px;
  border: 1px solid #DDD;
  border-radius: 2px;
  color: #333;
  transition: all 0.2s 0s ease;
  cursor: pointer;
  font-size: 0.8em;
}
.js_release:hover{
  background: #999;
  color: #FFF;
}



/* ------------------------------------
    SP
   ------------------------------------ */

@media only screen and (max-width: 480px) {


	.bl_selectBlock_wrapper{
		margin: 0 10px 20px;
		padding: 20px 20px 10px;
	}

	.bl_selectBlock_ttl {
	    width: 100%;
	    margin-bottom: 30px;
	    font-weight: bold;
	}

	.bl_selectBlock_check{
	    margin-right: 0px;
	    margin-bottom: 35px;
	}

  .market .bl_selectBlock_check:nth-of-type(n+2){
    text-align: center;
    width: 38%;
  }
  .market .bl_selectBlock_check:nth-of-type(6){
    width: auto;
  }

}