@media (max-width: 768px) {
  .maeda_chiikimei .search .searchForm .btn input {
    width: auto !important;
    margin-top: 23px;
  }
}
.basicTable td,
.basicTable th {
  vertical-align: middle;
}
/*# sourceMappingURL=style.css.map */

.areaSelectPart {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.areaName {
  width: 18%;
  padding-right: 2%;
  display: table-cell;
  vertical-align: middle;
}
.areaNameSelect {
  width: 48%;
  padding-right: 2%;
  display: table-cell;
  vertical-align: middle;
}
.areaNameSelect select {
  width: 90%;
  padding: 1%;
}
.btn {
  width: 50%;
  display: table-cell;
  text-align: center;
}
.btn input[type='button'] {
  width: 90%;
  border: none !important;
  background: url(/content/dam/au-com/mobile/area/mountain/images/mb_mountain_ico_01_c905b01e5fd61028.png)
    no-repeat 5% center;
  background-color: #ed5914;
  background-size: auto 25px;
  padding: 2% 60px;
  color: white;
  border-radius: 0;
  white-space: normal;
}

@media (max-width: 767px) {
  .areaSelectPart {
    display: block;
    text-align: center;
    padding: 0;
  }
  .areaName {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
  }
  .areaNameSelect {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }
  .btn {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.disabledLink {
  color: #333 !important;
  pointer-events: none !important;
}
