@charset "utf-8";
/* -------------------------------
style
------------------------------- */
/* constructionBox */
.l-content .constructionBox {
  letter-spacing: -0.4em;
  margin-top: 20px;
}
.l-content .constructionBox li {
  border: 1px solid #d9d9d9;
  margin: 0 0 0 10px;
  display: -moz-inline-box;
  display: inline-block;
 /display: inline;
 /zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
  width: 468px;
}
.l-content .constructionBox li:first-child {
  margin: 0;
}
.l-content .constructionBox li dl .ttl {
  background: #efefef;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #444444;
  padding: 10px 0;
}
.l-content .constructionBox li dl .pic {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 30px;
}


