/*アプリ検索画面*/

.header_ {
  border-bottom: solid 1px #e1e1e1;
  padding: 16.5px 10px;
}

.header_ h1 {
  font-size: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.22em;
  line-height: 1.0;
}
.header_ img {
  width: 21px;
  margin: 0 8px 0 0;
}

.tab_ {
  margin: 20px 10px;
}

.tab_list_ {
  display: flex;
  border: solid 1px #000;
}

.tab_list_ li {
  font-size: 14px;
  color: #999;
  height: 40px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}

.tab_list_ li.select {
  background: #000;
  color: #fff;
}

.search_conts {
  display: none;
}

.search_conts:first-child {
  display: block;
}

.CategoryStyleG_Line_ ul {
  display: block;
}