/* CSS Document */
/*--------------------------------------------------------------------
  wanted-store
--------------------------------------------------------------------*/
.wanted-store .telBox {
  display: inline-block;
  background: url(../img/wanted-store/wanted-store_tmb01.png) no-repeat 0 center;
  font-size: 16px;
  text-align: left;
  padding-left: 50px;
  margin: 10px auto 20px;
}
@media screen and (max-width: 768px) {
  .wanted-store .telBox {
    background-size: 22px;
    padding-left: 30px;
  }
}
.wanted-store .telBox span {
  display: block;
  font-size: 35px;
}
.wanted-store .areaList {
  max-width: 830px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .wanted-store .areaList {
    margin: 20px auto 0;
  }
}
.wanted-store .areaList li {
  width: 18%;
  float: left;
  margin: 0 1% 10px;
}
@media screen and (max-width: 768px) {
  .wanted-store .areaList li {
    width: 48%;
  }
  .wanted-store .areaList li:nth-of-type(odd) {
	clear: both;
  }
}
.wanted-store .areaList li a {
  display: inline-block;
  width: 100%;
  line-height: 1.3;
  text-align: center;
  padding: 7px 10px 5px 0;
  margin-bottom: 10px;
  background: url(../img/wanted-store/wanted-store_arrow.png) #7e9eed 90% center no-repeat;
  border-radius: 20px;
  font-weight: bold;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .wanted-store .areaList li a {
    padding: 15px 0 15px 0;
  }
}
.wanted-store .areaList li a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
.wanted-store .areaList li span {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: 7px 10px 5px 0;
  background: url(../img/wanted-store/wanted-store_arrow.png) #003894 80% center no-repeat;
  border-radius: 20px;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .wanted-store .areaList li span {
    padding: 15px 0 15px 0;
  }
}
.wanted-store .propertyListWrapper .projectList {
  margin-top: 20px;
  border: 1px solid #003894;
  position: relative;
}
.wanted-store .propertyListWrapper .projectList .projectName {
  padding: 10px 15px 10px 20px;
  background: #fff9cb;
  color: #003894;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .wanted-store .propertyListWrapper .projectList .projectName {
    padding: 10px;
    font-size: 16px;
  }
}
.wanted-store .propertyListWrapper .projectList .projectDetail {
  padding: 10px 20px 10px 20px;
}
@media screen and (max-width: 768px) {
  .wanted-store .propertyListWrapper .projectList .projectDetail {
    padding: 10px;
  }
}
.wanted-store .propertyListWrapper .projectList .projectMap dl dt {
  padding: 5px 20px 5px 40px;
  border-top: 1px solid #003894;
  background: url(../img/wanted-store/i_swich_red.png) 2% -52px no-repeat;
  background-size: 11px;
}
.wanted-store .propertyListWrapper .projectList .projectMap dl dt:hover {
  cursor: pointer;
}
.wanted-store .propertyListWrapper .projectList .projectMap dl dt.active {
  background: url(../img/wanted-store/i_swich_red.png) 2% 12px no-repeat;
  background-size: 11px;
}
@media screen and (max-width: 768px) {
  .wanted-store .propertyListWrapper .projectList .projectMap dl dt {
    padding: 5px 10px 5px 25px;
  }
}
.wanted-store .propertyListWrapper .projectList .projectMap dl dd {
  display: none;
  border-top: 1px solid #003894;
}
.wanted-store .propertyListWrapper .projectList .projectMap dl dd iframe {
  width: 100%;
  min-height: 390px;
  vertical-align: bottom;
  border: 0;
}
@media screen and (max-width: 768px) {
  .wanted-store .propertyListWrapper .projectList .projectMap dl dd iframe {
    min-height: 170px;
  }
}

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