/* CSS Document */
/*--------------------------------------------------------------------
  property-wanted
--------------------------------------------------------------------*/
.property-wanted .topPartLinks {
  max-width: 840px;
  margin: 40px auto 30px;
}
@media screen and (max-width: 768px) {
  .property-wanted .topPartLinks {
    margin: 20px auto 10px;
  }
}
.property-wanted .topPartLinks li {
  width: 48%;
  margin: 0 1%;
  float: left;
}
@media screen and (max-width: 768px) {
  .property-wanted .topPartLinks li {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
}
.property-wanted .landUse ul {
  max-width: 840px;
}
.property-wanted .landUse ul li {
  float: left;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .property-wanted .landUse ul li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.property-wanted .landUse ul li:nth-child(2) {
  margin: 0 2%;
}
@media screen and (max-width: 768px) {
  .property-wanted .landUse ul li:nth-child(2) {
    margin: 0;
    margin-bottom: 10px;
  }
}
.property-wanted .landUse ul li dl {
  min-height: 340px;
  border: 3px solid #addef8;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .property-wanted .landUse ul li dl {
    min-height: auto;
  }
}
.property-wanted .landUse ul li dl dt {
  color: #003894;
  font-weight: bold;
  font-size: 22px;
  background: #addef8;
  text-align: center;
  padding: 20px 0;
}
.property-wanted .landUse ul li dl dd {
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.property-wanted .landUse ul li dl dd span {
  display: block;
  font-size: 14px;
}
.property-wanted .landUseWide ul {
  max-width: 840px;
}
.property-wanted .landUseWide ul li {
  float: left;
  width: 49.5%;
}
@media screen and (max-width: 768px) {
  .property-wanted .landUseWide ul li {
    width: 100%;
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.property-wanted .landUseWide ul li:nth-child(2) {
  float: right;
  padding-left: 1%;
}
@media screen and (max-width: 768px) {
  .property-wanted .landUseWide ul li:nth-child(2) {
    float: none;
    padding-left: 0;
  }
}
.property-wanted .landUseWide ul li dl {
  min-height: 190px;
  border: 3px solid #addef8;
  border-radius: 6px;
}
.property-wanted .landUseWide ul li dl dt {
  color: #003894;
  font-weight: bold;
  font-size: 22px;
  background: #addef8;
  text-align: center;
  padding: 20px 0;
}
.property-wanted .landUseWide ul li dl dd {
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.property-wanted .landUseWide ul li dl dd span {
  display: block;
  font-size: 14px;
}
.property-wanted .landUse table {
  border: 1px solid #aaa;
  border-collapse: collapse;
  line-height: 1.4;
  width: 70%;
  float: none;
}
@media screen and (max-width: 768px) {
  .property-wanted .landUse table:nth-of-type(1) {
    width: 100%;
  }
}
.property-wanted .landUse table:nth-of-type(2) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .property-wanted .landUse table:nth-of-type(2) {
    width: 100%;
  }
}
.property-wanted .landUse table th {
  width: 22%;
  text-align: left;
  vertical-align: middle;
  background: #fff9cb;
  font-size: 16px;
  font-weight: bold;
  color: #003894;
  padding: 20px;
  border: 1px solid #aaa;
}
.property-wanted .landUse table td {
  padding: 20px;
  vertical-align: middle;
  font-size: 16px;
  color: #393939;
  border: 1px solid #aaa;
}
.property-wanted .landUse table td:last-child {
  width: 56%;
}
.property-wanted .Consultation {
  text-align: center;
  margin: 40px 0 0;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .property-wanted .Consultation {
    padding: 20px;
  }
}
.property-wanted .information table {
  width: 100%;
  border: 1px solid #aaa;
  border-collapse: collapse;
  line-height: 1.4;
}
.property-wanted .information table th {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  background: #fff9cb;
  font-size: 16px;
  font-weight: bold;
  color: #003894;
  padding: 20px;
  border: 1px solid #aaa;
}
.property-wanted .information table td {
  padding: 20px;
  vertical-align: middle;
  font-size: 16px;
  color: #393939;
  border-bottom: 1px solid #aaa;
}

/*# sourceMappingURL=property-wanted.css.map */
