@charset "UTF-8";
#main {
  margin-top: 40px;
}

/**
新着詳細
*/
.single-basic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 0px;
  position: relative;
}

.single-detail {
  width: 800px;
}
.single-detail .thumbnail {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 730px;
}
.single-detail .thumbnail img {
  max-width: 100%;
  max-height: 100vw;
}
.single-detail > .title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  background-color: #009000;
  color: #fff;
  padding: 10px 10px;
}
.single-detail .post_detail {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 115px;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  word-wrap: break-word;
  word-break: break-all;
}
.single-detail .post_detail .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
.single-detail .post_detail p {
  clear: both;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.single-detail .post_detail p img.alignright {
  text-align: right;
}
.single-detail .post_detail pre {
  margin: 20px 0;
  overflow-x: auto;
  line-height: 1.5;
}
.single-detail .post_detail .wp-caption {
  max-width: 100%;
}
.single-detail .post_detail .alignleft {
  float: left;
}
.single-detail .post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-detail .post_detail .alignright {
  float: right;
}
.single-detail .post_detail img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 5px;
}
.single-detail .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-detail .post_detail img.alignright {
  margin: 5px;
  display: inline;
}
.single-detail .post_detail img.alignleft {
  margin: 5px;
  display: inline;
}
.single-detail .post_detail ul {
  margin: 1.2em;
}
.single-detail .post_detail ul:first-of-type {
  margin-top: 0.65em;
}
.single-detail .post_detail ul li {
  list-style: disc outside;
}
.single-detail .post_detail ol {
  margin: 1.2em;
}
.single-detail .post_detail ol:first-of-type {
  margin-top: 0.65em;
}
.single-detail .post_detail ol li {
  list-style: decimal outside;
}
.single-detail .post_detail li {
  line-height: 1.65;
}
.single-detail .post_detail h1 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  background-color: #009000;
  color: #fff;
  padding: 10px 10px;
}
.single-detail .post_detail h2 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  border-left: 6px solid #009000;
  border-bottom: 1px solid #b0a9a8;
  padding: 10px 10px;
}
.single-detail .post_detail h3 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  position: relative;
  border-bottom: 1px solid #b0a9a8;
  padding: 0 0 10px;
}
.single-detail .post_detail h4 {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  border-left: 3px solid #009000;
  padding: 4px 8px;
}
.single-detail .post_detail h5 {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 18px;
}
.single-detail .post_detail h5:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #009000;
  display: block;
  top: 0.25em;
  left: 0;
}
.single-detail .post_detail h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 20px;
}
.single-detail .post_detail table {
  margin: 35px auto;
}
.single-detail .post_detail table th,
.single-detail .post_detail table td {
  padding: 15px 10px;
  font-size: 1.5rem;
  line-height: 1.6;
  border: 1px solid #cccccc;
}
.single-detail .post_detail table th {
  background-color: #eeeeee;
  text-align: center;
  vertical-align: middle;
  color: #333333;
  font-weight: bold;
}
.single-detail .post_detail table th a {
  color: #333333;
}
.single-detail .post_detail table td {
  color: #333333;
  background: #fff;
}
.single-detail .info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.single-detail .info .date {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  text-align: left;
  color: #666;
}
.single-detail .info .categories {
  margin-left: 5px;
  display: flex;
  flex-wrap: wrap;
}
.single-detail .info .categories .category {
  display: flex;
  align-items: center;
  height: 20px;
  background-color: #f16518;
  padding: 0 10px;
}
.single-detail .info .categories .category + .category {
  margin-left: 5px;
}
.single-detail .info .categories .category a {
  font-size: 1.2rem;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

/**
新着情報 一覧
*/
.archive-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
.archive-list h3 {
  font-weight: bold;
  margin-top: 30px;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  background-color: #009000;
  color: #fff;
  padding: 10px 10px;
}
.archive-list h3:first-of-type {
  margin-top: 0;
}
.archive-list .note {
  text-align: center;
  width: 100%;
}
.archive-list .boxes {
  width: 100%;
}
.archive-list .boxes ul {
  display: flex;
  flex-wrap: wrap;
}
.archive-list .boxes ul li {
  width: 270px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
}
.archive-list .boxes ul li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.archive-list .boxes ul li:nth-of-type(n + 4) {
  margin-top: 30px;
}
.archive-list .boxes ul li .img {
  width: 270px;
  height: 203px;
}
.archive-list .boxes ul li .date {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
  margin-top: 5px;
}
.archive-list .boxes ul li .title {
  margin-top: 5px;
}
.archive-list .boxes ul li .title a {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  text-decoration: none;
}
.archive-list .boxes ul li .taxonomies {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.archive-list .boxes ul li .taxonomies .term {
  margin: 2.5px;
  display: block;
}
.archive-list .list {
  width: 800px;
}
.archive-list .list ul li {
  display: flex;
  flex-wrap: wrap;
  background: url(../img/common/border01.png) center bottom no-repeat;
  padding-top: 26px;
  padding-bottom: 32px;
}
.archive-list .list ul li .date {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  text-align: left;
  color: #666;
}
.archive-list .list ul li .categories {
  margin-left: 5px;
  display: flex;
  flex-wrap: wrap;
}
.archive-list .list ul li .categories .category {
  display: flex;
  align-items: center;
  height: 20px;
  background-color: #f16518;
  padding: 0 10px;
}
.archive-list .list ul li .categories .category + .category {
  margin-left: 5px;
}
.archive-list .list ul li .categories .category a {
  font-size: 1.2rem;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.archive-list .list ul li .title {
  width: 100%;
  text-align: left;
  margin-top: 4px;
}
.archive-list .list ul li .title a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.63;
  color: #333;
  text-decoration: underline;
}
.archive-list .paged {
  width: 100%;
  margin-top: 20px;
}
.archive-list .paged .tablenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  clear: both;
}
.archive-list .paged .tablenav a {
  text-decoration: none;
}
.archive-list .paged .tablenav .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #aaa;
  color: #333;
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 10px;
}
.archive-list .paged .tablenav .page-numbers.current {
  border: 1px solid #aaaaaa;
  background-color: #009000;
  color: #fff;
}
.archive-list .paged .tablenav .page-numbers.dots {
  border: 0;
}
.archive-list .paged .tablenav .page-numbers.prev, .archive-list .paged .tablenav .page-numbers.next {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
#archive-works #works_categories {
  margin-top: 25px;
}
#archive-works #works_categories h4 {
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#archive-works #works_categories .taxonomies {
  margin-top: 15px;
  background: url(../img/common/border01.png) center top no-repeat;
}
#archive-works #works_categories .taxonomies .taxonomy {
  background: url(../img/common/border01.png) center bottom no-repeat;
  padding-top: 26px;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
}
#archive-works #works_categories .taxonomies .taxonomy h5 {
  width: 182px;
  text-align: center;
}
#archive-works #works_categories .taxonomies .taxonomy ul {
  width: 640px;
  display: flex;
  flex-wrap: wrap;
}
#archive-works #works_categories .taxonomies .taxonomy ul li {
  margin: 5px;
}
#archive-works #works_categories .taxonomies .taxonomy.area h5 {
  color: #00908b;
}
#archive-works #works_categories .taxonomies .taxonomy.color h5 {
  color: #f18e00;
}
#archive-works #works_categories .taxonomies .taxonomy.details h5 {
  color: #005800;
}
#archive-works .taxonomies a.term {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: #999;
  border-radius: 3px;
  text-decoration: none;
  padding: 2px 8px;
}
#archive-works .taxonomies a.term.area {
  background-color: #00908b;
}
#archive-works .taxonomies a.term.color {
  background-color: #f18e00;
}
#archive-works .taxonomies a.term.details {
  background-color: #005800;
}
#archive-works .boxes {
  margin-top: 40px;
}
/**
製品情報 一覧
*/
/*

/*+-+-+-+-+-+-+-+-+-+-前の記事/次の記事+-+-+-+-+-+-+-+-+-+-+-+-*/
#single_otherpost {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
#single_otherpost .link {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#single_otherpost .list,
#single_otherpost .prev,
#single_otherpost .next {
  margin-right: 10px;
}
#single_otherpost .prev,
#single_otherpost .next {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
#single_otherpost .list {
  width: 200px;
  display: none;
}
#single_otherpost .list a {
  width: 200px;
  text-decoration: none;
}
#single_otherpost a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #aaa;
  color: #031433;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px auto;
}
#single_otherpost a.current {
  border: 1px solid #aaa;
  background-color: #333;
  color: #fff;
}
#single_otherpost a:hover {
  opacity: 0.65;
}

#searchform {
  position: relative;
  padding: 15px 20px 20px;
  background-color: #e1eff6;
  display: flex;
  flex-wrap: wrap;
  width: 1020px;
  margin: 0 auto;
}
#searchform .title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
#searchform .title strong {
  display: block;
  font-weight: bold;
  position: relative;
  font-size: 1.6rem;
}
#searchform .title strong::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: #031433;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
#searchform .title .message {
  font-size: 1.6rem;
  margin-left: 30px;
}
#searchform input,
#searchform select {
  border: 1px solid #cccccc;
  padding-left: 15px;
}
#searchform select {
  width: 340px;
}
#searchform input {
  width: 500px;
  margin-left: 10px;
}
#searchform button {
  margin-left: 10px;
  width: 120px;
  height: 40px;
  padding: 10px 30px;
  background-color: #357ca2;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#searchform button:before {
  content: "";
  display: block;
  background: url(../img/common/icon-search.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#searchform + .boxes {
  margin-top: 70px;
}

.archive-list #searchform {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
}
.archive-list #searchform + .note {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translate(-50%);
}

.single-basic #searchform {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
}
.single-basic #searchform + .note {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translate(-50%);
}

#single-works {
  width: 830px;
}
#single-works .thumbnail {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 730px;
}
#single-works .thumbnail img {
  max-width: 100%;
  max-height: 100vw;
}
#single-works > .title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  background-color: #009000;
  color: #fff;
  padding: 10px 10px;
}
#single-works .info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
#single-works .info .date {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.4rem;
  text-align: right;
  color: #666;
}
#single-works .before_after {
  display: flex;
  justify-content: center;
  position: relative;
}
#single-works .before_after .before,
#single-works .before_after .after {
  position: relative;
}
#single-works .before_after .before:before,
#single-works .before_after .after:before {
  content: "";
  width: 118px;
  height: 32px;
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding-bottom: 2px;
}
#single-works .before_after .before:before {
  background-color: #ebcd00;
}
#single-works .before_after .after:before {
  background-color: #e45326;
}
#single-works .before_after.type01 {
  margin-top: 65px;
}
#single-works .before_after.type01:before {
  content: "";
  display: block;
  background: url(../img/works/arrorw01.png) center center no-repeat;
  background-size: contain;
  width: 146px;
  height: 77px;
  position: absolute;
  left: 174px;
  bottom: 48px;
}
#single-works .before_after.type01 .before {
  width: 300px;
  height: 224.6px;
}
#single-works .before_after.type01 .before:before {
  content: "BEFORE";
  font-size: 2.2rem;
}
#single-works .before_after.type01 .after {
  margin-left: 30px;
  width: 480px;
  height: 360px;
}
#single-works .before_after.type01 .after:before {
  content: "AFTER";
  font-size: 2.2rem;
}
#single-works .before_after.type02 {
  margin-top: 83px;
}
#single-works .before_after.type02:before {
  content: "";
  display: block;
  background: url(../img/works/arrorw02.png) center center no-repeat;
  background-size: contain;
  width: 80px;
  height: 31px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#single-works .before_after.type02 .before {
  width: 330px;
  height: 247px;
}
#single-works .before_after.type02 .before:before {
  content: "施工前";
  font-size: 1.8rem;
}
#single-works .before_after.type02 .after {
  margin-left: 120px;
  width: 330px;
  height: 247px;
}
#single-works .before_after.type02 .after:before {
  content: "施工後";
  font-size: 1.8rem;
}
#single-works .detail h4 {
  margin-top: 25px;
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#single-works .detail table {
  margin-top: 25px;
}
#single-works .detail table tbody tr th,
#single-works .detail table tbody tr td {
  font-size: 1.6rem;
  border: 1px solid #ccc;
}
#single-works .detail table tbody tr th {
  padding: 12px 0;
  background-color: #e0e0e0;
  width: 220px;
  text-align: center;
  vertical-align: middle;
  color: #333333;
  font-weight: bold;
}
#single-works .detail table tbody tr th a {
  color: #333333;
}
#single-works .detail table tbody tr td {
  padding: 20px 18px;
  color: #333333;
  background: #fff;
}
#single-works .detail table tbody tr td .taxonomies {
  display: flex;
  flex-wrap: wrap;
}
#single-works .detail table tbody tr td .taxonomies a {
  margin: 2.5px;
  display: block;
}
#single-works .detail table tbody tr td .taxonomies a.term {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: #999;
  border-radius: 3px;
  text-decoration: none;
  padding: 2px 8px;
}
#single-works .detail table tbody tr td .taxonomies a.term.area {
  background-color: #00908b;
}
#single-works .detail table tbody tr td .taxonomies a.term.color {
  background-color: #f18e00;
}
#single-works .detail table tbody tr td .taxonomies a.term.details {
  background-color: #005800;
}
#single-works .detail table tbody tr td .material h5 {
  display: inline-block;
  width: auto;
  min-width: 118px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  border: solid 1px #c5c5c5;
  background-color: #e7eddd;
  padding: 0 8px;
}
#single-works .detail table tbody tr td .material p {
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#single-works .detail table tbody tr td .material p + h5 {
  margin-top: 15px;
}
#single-works .contact {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#single-works .contact a {
  width: 480px;
  height: 64px;
  border-radius: 32px;
  background-color: #009000;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#single-works .contact a::before {
  right: 20px;
  border-left: 14px solid #ffd800;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
#single-works .post_detail {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 80px;
  margin-bottom: 115px;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  word-wrap: break-word;
  word-break: break-all;
}
#single-works .post_detail .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
#single-works .post_detail p {
  clear: both;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
#single-works .post_detail p img.alignright {
  text-align: right;
}
#single-works .post_detail pre {
  margin: 20px 0;
  overflow-x: auto;
  line-height: 1.5;
}
#single-works .post_detail .wp-caption {
  max-width: 100%;
}
#single-works .post_detail .alignleft {
  float: left;
}
#single-works .post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single-works .post_detail .alignright {
  float: right;
}
#single-works .post_detail img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 5px;
}
#single-works .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single-works .post_detail img.alignright {
  margin: 5px;
  display: inline;
}
#single-works .post_detail img.alignleft {
  margin: 5px;
  display: inline;
}
#single-works .post_detail ul {
  margin: 1.2em;
}
#single-works .post_detail ul:first-of-type {
  margin-top: 0.65em;
}
#single-works .post_detail ul li {
  list-style: disc outside;
}
#single-works .post_detail ol {
  margin: 1.2em;
}
#single-works .post_detail ol:first-of-type {
  margin-top: 0.65em;
}
#single-works .post_detail ol li {
  list-style: decimal outside;
}
#single-works .post_detail li {
  line-height: 1.65;
}
#single-works .post_detail h1 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  background-color: #009000;
  color: #fff;
  padding: 10px 10px;
}
#single-works .post_detail h2 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  border-left: 6px solid #009000;
  border-bottom: 1px solid #b0a9a8;
  padding: 10px 10px;
}
#single-works .post_detail h3 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  position: relative;
  border-bottom: 1px solid #b0a9a8;
  padding: 0 0 10px;
}
#single-works .post_detail h4 {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  border-left: 3px solid #009000;
  padding: 4px 8px;
}
#single-works .post_detail h5 {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 18px;
}
#single-works .post_detail h5:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #009000;
  display: block;
  top: 0.25em;
  left: 0;
}
#single-works .post_detail h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 20px;
}
#single-works .post_detail table {
  margin: 35px auto;
}
#single-works .post_detail table th,
#single-works .post_detail table td {
  padding: 15px 10px;
  font-size: 1.5rem;
  line-height: 1.6;
  border: 1px solid #cccccc;
}
#single-works .post_detail table th {
  background-color: #eeeeee;
  text-align: center;
  vertical-align: middle;
  color: #333333;
  font-weight: bold;
}
#single-works .post_detail table th a {
  color: #333333;
}
#single-works .post_detail table td {
  color: #333333;
  background: #fff;
}