.odekakesearch {
  padding: 16px;
  background-color: #fff;
}

.odekakesearch * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}

.odekakesearch ul {
  list-style: none;
  padding-left: 0;
}

.odekakesearch .select {
  width: 100%;
  margin-bottom: 16px;
  border: solid 1px #999;
  position: relative;
  cursor: pointer;
}

.odekakesearch .select.dateselector.expand {
  background-color: #eee;
  border-color: #eee;
}

.odekakesearch .select .searchmenu {
  line-height: 36px;
  padding: 0px 16px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.odekakesearch .select .searchmenu::after {
  content: attr(data-icon);
  position: absolute;
  right: 10px;
}

.odekakesearch .select ul.expandmenudetail {
  max-height: 0px;
  overflow: hidden;
  padding: 0px 16px;
  -webkit-transition: max-height 0.5s, padding 0.5s;
  transition: max-height 0.5s, padding 0.5s;
}

.odekakesearch .select ul.expandmenudetail li:not(:last-child) {
  padding: 4px 8px;
  background-color: #fff;
  margin-bottom: 1px;
}

.odekakesearch .select ul.expandmenudetail input[type="date"] {
  margin-top: 16px;
  width: 100%;
  border: solid 1px #999;
  padding: 4px;
}

.odekakesearch .select ul.expandmenudetail.show {
  max-height: 400px;
  padding: 16px 16px;
  -webkit-transition: max-height 2s, padding 0.5s;
  transition: max-height 2s, padding 0.5s;
}

.odekakesearch .select ul.dropdownmenudetail {
  position: absolute;
  height: 0px;
  width: 100%;
  border: solid 1px #999;
  overflow: hidden;
  background-color: #eee;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  z-index: -1;
}

.odekakesearch .select ul.dropdownmenudetail li {
  line-height: 36px;
  padding: 0px 16px;
  background-color: #fff;
  margin-bottom: 1px;
}

.odekakesearch .select ul.dropdownmenudetail li:hover {
  color: #fff;
  background-color: #00bfa5;
}

.odekakesearch .select ul.dropdownmenudetail.show {
  padding: 8px 14px;
  border: solid 1px #999;
  height: 390px;
  overflow: auto;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  z-index: 1;
}

.odekakesearch .odekakesearchbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ff5151;
  border: solid 2px currentColor;
  cursor: pointer;
}

.odekakesearch .odekakesearchbutton:hover {
  background-color: #fee;
}

.odekakesearch .odekakesearchbutton span {
  padding: 0px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=main.css.map */