@charset "utf-8";

/* サロンのご案内 /salon/ */
body.page div#contents div#salon {
  padding-top: 47px;
  background-image: url("../img/main/bg-green.gif");
}

body.page div#contents div#salon h2 {
  margin: 0 0 15px 20px;
}

body.page div#contents div#salon p.lead {
  margin-left: 22px;
}

body.page div#contents div#salon div.section {
  margin: 0 19px 0 22px;
  padding-top: 13px;
  height: 259px;
  position: relative;
  background: transparent url("../img/main/salon/bg_section.png") 0 0 no-repeat; 
}

body.page div#contents div#salon div.section h3 {
  margin-bottom: 10px;
}

body.page div#contents div#salon div.section p img {
  vertical-align: top;
}

body.page div#contents div#salon div.section p.address {
  margin-left: 20px;
}

body.page div#contents div#salon div.section p.address img {
  position: absolute;
  top: 16px;
  left: 430px;
}

body.page div#contents div#salon div.section p.phoneNumber {
  position: absolute;
  top: 117px;
  left: 24px;
}

body.page div#contents div#salon div.section p.open {
  position: absolute;
  top: 147px;
  left: 26px;
  font-size: 85%;
}

body.page div#contents div#salon div.section p.open span {
  color: #58873d;
}

body.page div#contents div#salon div.section p.toSalonDetail {
  position: absolute;
  top: 176px;
  left: 193px;
}

