@charset "UTF-8";  
  
  @media screen and (max-width: 1000px){
  .items.col1.modal-trigger{
    height:245px !important;
  }
  }


  .search-wrap{
	background: #d60c18;
	margin:1.0em auto;
	width: 940px;
  position: relative;
	border:1px solid #d8d8d8;
	border-radius: 10px;
	overflow: hidden;

    @media screen and (max-width: 1000px){
    	width: 95%;
     	margin:0em auto 0 auto;
      border-radius: 6px;

  }
}

.search-wrap h3{
	background: #d60c18;
  color: #fff;
	float: left;
  text-align: center;
  font-size: large;
  position: absolute;
  top: 50%;
  margin: -0.7em 0 0 3.8em;
    @media screen and (max-width: 1000px){
      margin: -4.5% 0 0 2.5%;
      font-size: small;
      border-bottom: none;
  }

}


.search-wrap .json-tag-editor{
	padding: 1em;
	background: #fff;
	display: block;
	width: 73%;
	float: right;
  height: 100%;
  margin:0;
  border: none;
      @media screen and (max-width: 1000px){
    		padding: 0.5em;
  }

}


.search-wrap #keihinkensaku.json-tag-editor {
  border: none;
    height: 1000px;
}
