@charset "UTF-8";
/******************************

* style
*
* 1. Layout（共通要素）

******************************/
/* gNav */
#gNav {
  float: left;
  line-height: calc(17/14);
}

#gNav > ul {
  display: flex;
  align-items: center;
  height: 51px;
}

.columnDetail--02.officeSearch--02 .columnDetail__item {
  max-width: 329px;
  flex: 0 0 329px;
}

.columnDetail--02.officeSearch--02 .priceSearch {
  width: 100%;
}

.columnDetail--02.officeSearch--02 .priceSearch .selectBox:first-child {
  width: 110px;
}

.columnDetail--02.officeSearch--02 .modSearch {
  margin: 0;
}

#index .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail:first-child .columnDetail__item:last-child {
  max-width: none !important;
  flex: initial !important;
}
