@charset "UTF-8";
/* ------------------------------------------------ */
/* 出展社検索 */
/* ------------------------------------------------ */
.free_word_search_field {
  margin: 0 0 6em;
}

.free_word_search_field p {
  text-align: center;
  line-height: 1.5;
}

.free_word_search_field .this_formarea {
  margin: 1em 0 0;
}

.free_word_search_field .this_formarea form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.free_word_search_field .this_formarea input[type="text"] {
  display: block;
  background: #f3f3f3;
  font-size: 1em;
  padding: 0.75em;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 70%;
  max-width: 600px;
}

.free_word_search_field .this_formarea input[type="submit"] {
  margin-left: 10px;
  display: block;
  width: 12em;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 10px 0;
  font-size: 1em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#777));
  background: -webkit-linear-gradient(top, #bbbbbb 0%, #777 100%);
  background: -o-linear-gradient(top, #bbbbbb 0%, #777 100%);
  background: linear-gradient(to bottom, #bbbbbb 0%, #777 100%);
}

.free_word_search_field .this_formarea input[type="submit"]:hover {
  opacity: 0.8;
}

.category_search_field .guide p {
  text-align: center;
  line-height: 1.5;
}

.category_search_field .guide .this_formarea {
  margin: 1.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category_search_field .guide .this_formarea input[type="reset"],
.category_search_field .guide .this_formarea input[type="submit"] {
  margin: 0 5px;
  display: block;
  width: 10em;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 10px 0;
  font-size: 1em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#777));
  background: -webkit-linear-gradient(top, #bbbbbb 0%, #777 100%);
  background: -o-linear-gradient(top, #bbbbbb 0%, #777 100%);
  background: linear-gradient(to bottom, #bbbbbb 0%, #777 100%);
}

.category_search_field .guide .this_formarea input[type="reset"]:hover,
.category_search_field .guide .this_formarea input[type="submit"]:hover {
  opacity: 0.8;
}

.category_search_field .check_list_area .category_one {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 1em 0.5em;
  overflow: hidden;
}

.category_search_field .check_list_area .category_one h3 {
  font-size: 1.25em;
  background: #eee;
  padding: 0.5em 0.75em;
}

.category_search_field .check_list_area .category_one ul.category_list_name {
  margin: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category_search_field .check_list_area .category_one ul.category_list_name li {
  line-height: 1.25;
  width: calc(50% - 1em);
  padding: 0.25em 0;
}

.category_search_field .check_list_area .category_one ul.category_list_name li input[type="checkbox"] {
  margin-right: 5px;
}
