body #container #main .left-area .category-area .inner .category-title .th_search_area{
    background-color: #fff;
    padding: 2px;
	border: 1px solid #dfcdbf;
	margin: 0 0 15px 0;
	width: 595px;
}
body #container #main .left-area .category-area .inner .category-title .th_search_area form,
body #container #main div.search-tokuhain-article .th_search_area form{
	background-color: #ffa903;
	padding: 7px 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#contents.left-area .easy-select-1{margin-right: 10px}


body #container #main .left-area .category-area .inner .category-title .th_search_area .search_icon,
body #container #main .th_search_area .search_icon{
	float: left;
    margin: 0 10px 0 5px;
}
/* submit */
.th_search_area .th_search_submit{
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f04b4b;
    color: #fff;
    height: 32px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
    width: 68px;
    padding: 0px 0px 2px;
}
#search_panel .th_search_submit{
	background-image: none;
	background-color: #ffa903;
}
.th_search_area .th_search_submit:hover{
	opacity: 0.7;
}
/* form select box */
.easy-select-box{
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
  text-align:left;
  font-size:14px;
  color:#666;
  float: left;
  margin-right: 10px;
}
html body #container #main .right-area #search_panel .th_search_area .easy-select-box.text-box{
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	color:#666;
	width: 93% !important;
}
html body #container #main .left-area .category-area .th_search_area .easy-select-box.text-box{
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	width: 192px;
	font-size: 13px;
}
html body #container #main .right-area #search_panel .th_search_area .easy-select-box.text-box::-webkit-input-placeholder,
html body #container #main .left-area .category-area .th_search_area .easy-select-box.text-box::-webkit-input-placeholder{
    color: #999;
}
html body #container #main .right-area #search_panel .th_search_area .easy-select-box.text-box:-ms-input-placeholder,
html body #container #main .left-area .category-area .th_search_area .easy-select-box.text-box:-ms-input-placeholder{
    color: #999;
}
html body #container #main .right-area #search_panel .th_search_area .easy-select-box.text-box::-moz-placeholder,
html body #container #main .left-area .category-area .th_search_area .easy-select-box.text-box::-moz-placeholder{
    color: #999;
}
.easy-select-box .esb-displayer{
	color:#999;
	cursor: default;
	height: 30px;
	line-height:30px;
	padding:0 3px;
	text-indent: 5px;
	width: 205px;
	font-size: 13px;
}
.easy-select-box .esb-displayer.chenge-def{
	color: #666;
}
/*
.easy-select-box .esb-displayer:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: .8;
}*/
.easy-select-box:hover .esb-displayer{
	text-decoration:none;
}
.easy-select-box.disabled .esb-displayer,
.easy-select-box:hover.disabled .esb-displayer{
	background-position: 0 -36px;
}
.easy-select-box .esb-dropdown{
  background: #fff;
  border: 1px solid #dbdbdb;
  display: none;
  overflow: auto;
  position: absolute;
  z-index: 9999;
  width: 200px;
  font-size: 12px;
}
.easy-select-box  .esb-item{
	padding:3px;
	background:#fff;
	color:#666;
	cursor:default;
}
.easy-select-box .esb-item:hover{
	background:#faf6cf;
	text-decoration:none;
}

.th_search_area span{
    float: left;
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
    font-size: 21px;
    color: #666;
}
.th_search_area span::before{
    content: "×";
	color: #fff;
	font-weight: bold;
}
.easy-select-1{
    margin-right: 25px
}
.easy-select-box.easy-select-1 .esb-dropdown{
  width: 210px !important;
}


/* sideber */
body #container #main .right-area #search_panel {
    margin: 0px 0px 10px;
    position: relative;
    border-top: 2px solid #ffa903;
}
body #container #main .right-area #search_panel .inner {
    background-color: #fff;
    border-left: 2px solid #dfcdbf;
    border-right: 2px solid #dfcdbf;
    border-bottom: 2px solid #dfcdbf;
    padding: 11px 13px;
}
body #container #main .right-area #search_panel .inner  h4 {
    font-size: 15px;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
    padding: 0 0 8px 0;
}
body #container #main .right-area #search_panel .th_search_area span{
    display: none;
}
body #container #main .right-area #search_panel .th_search_area .easy-select-box{
    float:none;
    width: 100% !important;
    margin-bottom: 15px;
}
body #container #main .right-area #search_panel .th_search_area .easy-select-box .esb-dropdown{
    width: 270px !important;
}
body #container #main .right-area #search_panel .th_search_area .th_search_submit{
    position: absolute;
    right: 13px;
    bottom: 10px;
    padding: 0px 0px 3px;
    font-family: 'Noto Sans JP',sans-serif;
}

.th_search_area label,.tkh_search-accordion label{
	cursor: pointer;
}

#tkh_search-search .box_out,
.tkh_search-accordion .box_out{
	text-align: center;
	text-decoration: underline;
}
#tkh_search-search .box_out,
.tkh_search-accordion .box_out:hover{
	opacity: 0.8;
	cursor: pointer;
}


#tkh_search-area #tkh_search-search-taxonomy fieldset.kansai{
	margin:0;
}

#tkh_search-area #tkh_search-search-taxonomy fieldset.kansai legend{
	margin-left:-2px;
}
#tkh_search-area #tkh_search-search-taxonomy fieldset.kansai label{
	margin-left:10px;
}
#tkh_search-area #tkh_search-search-taxonomy fieldset.kansai legend label{
	margin-left:0;
}
body #container #main div.search-tokuhain-article .th_search_area{
  margin: 0 0 15px 0;
  width: 640px;
  border-radius: 4px;
}
html body #container #main .th_search_area .easy-select-box.text-box{
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  width: 230px;
  font-size: 13px;
}