.pageHeader {
  background-image: url("../img/works/bg-header.jpg");
}

h2.secHeader {
  color: #604C3F;
}

.intro .col .textBox {
  margin-bottom: 2rem;
}
.intro .col .textBox strong {
  color: #7F4F21;
}
.intro .col .imgBox {
  margin-bottom: 2rem;
}
.intro .col .imgBox img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
.intro .col .imgBox figcaption {
  text-align: center;
}
.intro .col:nth-child(2) .imgBox img {
  width: 100%;
  margin: 0;
}

#history {
  background-color: #F7F4E3;
}
#history table {
  width: calc(768px - 4rem);
}
#history tr {
  border-bottom: solid 1px #E6D9A3;
  background-color: #FFF;
}
#history tr td:nth-child(-n+2) {
  white-space: nowrap;
}
#history tr td:nth-child(2) {
  text-align: center;
}
#history td {
  font-size: 1.3rem;
  padding: 1em;
  vertical-align: top;
}

#works {
  background-image: url("../img/works/bg-works.jpg");
  background-position: center top;
  background-size: cover;
}
#works ul li {
  margin-bottom: -2rem;
  transform: scale(0.8);
}
#works ul li:nth-child(odd) {
  transform-origin: left top;
}
#works ul li:nth-child(even) {
  transform-origin: right top;
}
#works ul li:nth-child(10) {
  margin-bottom: 0;
}

@media print, screen and (min-width: 600px) {
  .intro .inner-box {
    padding-left: 10rem;
  }
  .intro .col {
    max-width: 800px;
    margin-bottom: 3rem;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .intro .col .imgBox {
    width: 22.5%;
    margin-bottom: 0;
    padding-top: 1rem;
  }
  .intro .col .imgBox img {
    width: 100%;
    margin: 0;
  }
  .intro .col .imgBox figcaption {
    text-align: left;
  }
  .intro .col .textBox {
    width: 72%;
    margin-bottom: 0;
    padding-right: 13%;
  }
  .intro .col:first-child {
    -webkit-align-items: center;
    align-items: center;
  }
  .intro .col:nth-child(2) {
    max-width: 900px;
    margin-bottom: -4rem;
    flex-direction: row-reverse;
  }
  .intro .col:nth-child(2) .imgBox {
    width: 41%;
  }
  .intro .col:nth-child(2) .textBox {
    width: 56%;
    padding-right: 0;
  }
  .intro .col:last-child {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  #history table {
    width: 100%;
  }
  #history tr td:first-child {
    padding-left: 2em;
  }
  #history tr td:nth-child(2) {
    text-align: center;
    padding-right: 2em;
  }
  #history td {
    font-size: 1.8rem;
  }

  #works ul {
    padding-bottom: 3rem;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #works ul li {
    margin-bottom: 4rem;
    position: relative;
    transform: scale(1);
  }
  #works ul li img {
    width: auto;
    height: 17.6rem;
  }
  #works ul li:nth-child(1) {
    left: 8rem;
    top: 0;
  }
  #works ul li:nth-child(1) img {
    height: 19.6rem;
  }
  #works ul li:nth-child(2) {
    right: 4.8rem;
    top: 5rem;
  }
  #works ul li:nth-child(3) {
    left: 15.7rem;
    top: 0;
  }
  #works ul li:nth-child(3) img {
    height: 19.6rem;
  }
  #works ul li:nth-child(4) {
    right: 7.4rem;
    top: 6.3rem;
  }
  #works ul li:nth-child(5) {
    left: 8.6rem;
    top: 0;
  }
  #works ul li:nth-child(6) {
    right: 9.7rem;
    top: 6.3rem;
  }
  #works ul li:nth-child(6) img {
    height: 19.6rem;
  }
  #works ul li:nth-child(7) {
    left: 4.6rem;
    top: 0;
  }
  #works ul li:nth-child(8) {
    right: 13.3rem;
    top: 8.3rem;
  }
  #works ul li:nth-child(9) {
    left: 6.4rem;
    top: 0;
  }
  #works ul li:nth-child(10) {
    text-align: center;
    width: 100%;
  }
}

/*# sourceMappingURL=works.css.map */
