@charset "UTF-8";

/* 検索 */

.header-search-box {
  padding: 0 15px 12px;
  width: 100%;
  box-sizing: border-box;
	border-bottom: 1px solid #eee;
  background: #ffffff;
}

.search-result .header-search-box{
  position: sticky;
  top: 0;
  z-index: 999;
}

.search-result.sp-search .header-search-box{
  position: static;
}

.header-search-box.search-result {
	padding: 15px 15px 5px 15px;
	border-bottom: none;
}

.header-search-box .search-input {
  background-image: url("../../../img/common/sp-icon-search.png");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: left 12px center;
  padding: 12px 15px 12px 38px;
	height: 42px;
	border: none;
	background-color: #eee;
}

input[type="search"] {
  -webkit-appearance: searchfield;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
input[type="search"]:focus {
  outline: 0;
}

/* タブ */

.search-result .tabs-block {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 1px 0px rgba(0,0,0,0.08);
  z-index: 9;
	display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.search-result .tabs-block .tabs-list {
  position: relative;
  width: 50%;
  line-height: 1.2rem;
  text-align: center;
  font-size: 1.4rem !important;
  height: 40px !important;
  box-sizing: border-box;
}

.search-result .tabs-block .tabs-list .tabs-text {
  display: block;
  width: 100%;
  position: relative;
  color: #999;
  height: 40px !important;
  line-height: 3.2 !important;
}

.search-result .tabs-block .tabs-list.active {
	border-bottom: 2px solid #000;
}

.search-result .tabs-block .tabs-list.active .tabs-text {
	font-weight: bold;
	color: #000;
}
