@charset "utf-8";

.rightData > span {
  margin-left: 8px;
}
span.selected_shop {
  margin-left: 0;
}
span.caution {
  display: inline-block;
  margin: 5px 0 0 0;
  font-weight: bold;
}
.searchButton {
  display: flex;
  justify-content: center;
}
.searchButton input {
  display: block;
  border-radius: 50px;
  background: #91bd1d;
  color: #fff;
  font-weight: bold;
}
/*  EDKDS001-03_del */

@media screen and (max-width:768px) {
  #searchForm {
    margin: 30px 0 40px;
  }
  #searchForm {
    max-width: 100%;
  }
  .leftTitle {
    display: block;
    width: 100%;
    padding-right: 0;
    font-size: 16px;
  }
  .rightData {
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .detailSearchAreaSearchWord {
    width: 100%;
    margin-bottom: 8px;
  }
  .searchCommodityCode {
    width: 230px;
  }
  .price {
    width: 110px;
  }
  span.caution {
    font-size: 14px;
  }
  .searchButton {
    margin-top: 24px;
  }
  .searchButton input {
    padding: 8px 32px;
  }
}

@media screen and (min-width:769px) {
  #searchForm {
    width: 1180px;
    margin: 80px auto;
  }
  #searchMethod {
    margin-left: 8px;
  }

  .searchButton {
    margin-top: 40px;
  }
  .searchButton input[type="button"].btn-black {
    width: 380px;
    padding: 15px 0 17px;
  }
}
