@charset "utf-8";
/* CSS Document */

/*-----------------
message
-----------------*/
.message {
  margin-bottom: 30px;
}
.message .inner {
  padding: 0 15px;
  background: url(../img/bg01.png) no-repeat right top;
  background-size: 258.5px auto;
}
.message h3 {
  padding: 6px 0 15px;
}
.message h3 img {
  width: 276px;
  height: auto;
}
.message p {
  font-size: 13px;
  line-height: 1.8;
}
/*-----------------
works
-----------------*/
.works {
  margin-bottom: 40px;
}
.works .inner {
}
.works dl {
  margin: 0 0 20px;
  padding: 25px 15px 0;
  background: url(../img/bg02.png) no-repeat;
  background-size: 100% auto;
}
.works dt {
  margin-bottom: 15px;
  line-height: 1.2;
}
.works dt strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: normal;
}
.works dt span {
  display: block;
  margin-bottom: 6px;
  color: #929292;
  font-size: 15px;
}
.works dt small {
  display: block;
  font-size: 12px;
}
.works dd {
}
.works dd img {
  width: 100%;
}
