/*スペック表示表*/

table {
    text-align: left;
    border: solid 1px #afafaf;
    background-color: #f3f3f3;
  }
  
  td {
    text-align: left;
    border: none;
    border-bottom: solid 1px #afafaf;
  }
  
  td:nth-child(1) {
    width: 30%;
  }
  
  #content.page-wrap {
    padding: 0px;
    margin: 0px;
  }
  
  #breadcrumbs {
    margin-bottom: 0px;
  }
  .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image .lsow-image-info .lsow-post-title a:hover {
      border-bottom: none;
  }
  .lsow-portfolio-wrap .lsow-portfolio .lsow-portfolio-item .lsow-project-image:hover img {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  }
  h3.entry-title {
    font-size : 18px !important;
    font-weight : 300 !important;
  }
  h2.title-post {
      font-size : 18px !important;
  }
  
  /* 製品一覧小見出し左寄せ */
  
  div.entry-summary {
      text-align: left;
  }

  h1, h2, h3, h4, h5, h6 {
      margin: 32px 0 14px;
  }