@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_hide {
    display: none;
  }
}
a {
  text-decoration: none;
}

table.section {
  border: 2px solid #a79372;
  margin: 0 auto 30px;
  width: 850px;
  min-height: 140px;
}
@media screen and (max-width: 767px) {
  table.section {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  table.section tr {
    display: block;
  }
}
table.section tr td.imgbox {
  border-right: 1px solid #a79372;
  text-align: center;
  height: auto;
  padding-top: 5px;
  width: 180px;
}
table.section tr td.imgbox div {
  position: relative;
  height: 100%;
  width: 100%;
}
table.section tr td.imgbox div img {
  width: 160px;
  height: 120px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  table.section tr td.imgbox {
    border-right: 0;
    padding-top: 0;
    width: 100%;
  }
  table.section tr td.imgbox div img {
    height: auto;
    min-width: 100%;
    width: 100%;
  }
}
table.section tr td.text {
  color: #333;
  font-size: 14px;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  table.section tr td.text {
    padding: 10px 5px;
  }
}
table.section tr td.detail {
  width: 140px;
}
table.section tr td.detail div {
  height: 100%;
  width: 100%;
}
table.section tr td.detail div div.detail {
  color: #fff;
  background: #a79372;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  text-align: center;
  width: 120px;
}
table.section tr td.detail div div.detail a {
  color: #fff;
  display: block;
  text-decoration: none;
}
table.section tr td.detail div div.detail a:hover {
  color: #f00;
}
@media screen and (max-width: 767px) {
  table.section tr td.detail {
    width: 100%;
  }
  table.section tr td.detail div div.detail {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  table.section tr td {
    display: block;
  }
}
table.section tr th.title {
  border-bottom: 1px solid #a79372;
  color: #795e33;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  table.section tr th.title {
    display: block;
    height: auto;
    line-height: 1.5;
    padding: 0 5px 5px;
  }
}

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