@charset utf-8;

/* --------------------------------------------------------------------------------
html { font-size:62.5%; = 10px }
body { font-size:1.6rem; = 16px }
font-family: Arial, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
-------------------------------------------------------------------------------- */

#header {
  padding-bottom: 530px;
  background: url(../images/head.jpg) no-repeat center bottom;
}

.projectBox {
  margin-bottom: 50px;
  width: 1040px;
  position: relative;
  overflow: hidden;
}

.projectBox h2 {
  margin: 0 auto 25px;
  padding: 0;
  text-align: center;
  width: 510px;
  float: left;
}

.projectBox p {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.75;
  text-justify: auto;
  text-align: justify;
}

.projectBox:first-child>img {
  float: right;
  width: auto;
}

.projectBox:first-child p {
  float: left;
  width: 500px;
}

#content>h3 {
  margin-bottom: 50px;
}

h3+.projectBox img {
  float: left;
  width: auto;
}

h3+.projectBox p {
  float: right;
  width: 550px;
}

.projectBox+.projectBox {
  margin-top: -140px;
}

.projectBox+.projectBox img {
  float: right;
  width: auto;
}

.projectBox+.projectBox p {
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.projectBox+p {
  margin-bottom: 50px;
  text-align: center;
}

.projectBox+p a {
  display: inline-block;
  border: 1px solid #3E2400;
  background: #3E2400;
}

.projectBox+p a:hover {
  opacity: 0.7
}

.worksBox {
  width: 1040px;
  overflow: hidden;
}

.worksBox dl {
  margin: 0 40px 60px 0;
  width: 320px;
  float: left;
}

.worksBox dl:nth-child(3n+3) {
  margin-right: 0;
}

.worksBox dl dd {
  margin: 5px 0 0;
  font-size: 1.5rem;
  line-height: 1.75;
}