@charset "utf-8";

#header {
  width: 1045px;
  height: 94px;
  position: absolute;
  top: 36px;
  background-color: #fff;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 24px 10px;
  border-radius: 0 0 8px 8px;
}

.header-logo {
  width: 256px;
  height: 50px;
  background: url(/img/logo_nicopedia.png) no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.search-dropdown-wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  width: 242px;
  justify-content: space-between;
  margin-bottom: 6px;
}

.search-dropdown-wrapper select {
  font-size: 11px;
}

.search-box-wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  width: 242px;
}

input.search-box {
  border: 1px solid #fdae32;
  width: 210px;
  height: 30px;
  box-sizing: border-box;
  padding-left: 8px;
}

select[name="search_category"], #search-cat{
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  height: 24px;
}

select[name="query_type"], #search-dropdown {
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  width: 111px;
  height: 24px;
}

select[name="new_category"] {
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  width: 111px;
  height: 24px;
}

.search-btn {
  background: url(/img/btn_search.png) no-repeat;
  width: 32px;
  height: 30px;
  border: 0;
  font-size: 0;
  cursor: pointer;
}

.header-search {
  width: 124px;
}
