#blogContainer, #worksContainer {
  padding-top: var(--headerHeight);
  padding-bottom: var(--headerHeight);
  text-align: center;
}
#blogContainer .clearfix, #worksContainer .clearfix {
  margin-top: var(--headerHeight);
}
#blogContainer h6.ttl01, #worksContainer h6.ttl01 {
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 300;
  font-size: 0.66667rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-top: 60px;
}
#blogContainer h6.ttl01 strong, #worksContainer h6.ttl01 strong {
  font-weight: 600;
}
#blogContainer h2.ttl02, #worksContainer h2.ttl02 {
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  font-size: 1.77778rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
#blogContainer h2.ttl02 + hr, #worksContainer h2.ttl02 + hr {
  border: none;
  border-top: solid 1px var(--corpColor1);
  width: 50px;
  margin: 20px 0;
}
#blogContainer h5.ttl03, #worksContainer h5.ttl03 {
  font-size: 0.88889rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
#blogContainer h5.ttl03:before, #worksContainer h5.ttl03:before {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  background-color: var(--corpColor1);
  margin: 20px auto;
}
#blogContainer h5.ttl03 + p, #worksContainer h5.ttl03 + p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 2em;
}
#blogContainer h5.ttl03 strong, #worksContainer h5.ttl03 strong {
  font-size: 1.2em;
}
#blogContainer h6, #blogContainer h2, #blogContainer h5, #worksContainer h6, #worksContainer h2, #worksContainer h5 {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#blogContainer .selector, #worksContainer .selector {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  margin: auto;
  vertical-align: middle;
  border: solid 2px var(--corpColor1);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  max-width: 480px;
  overflow: hidden;
}
#blogContainer .selector strong, #worksContainer .selector strong {
  display: inline-block;
  background-color: var(--corpColor1);
  color: #fff;
  padding: 0 .5em;
  width: 100px;
  line-height: 46px;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#blogContainer .selector select, #worksContainer .selector select {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  -moz-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
  padding: .5em;
  width: calc(100% - 120px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main {
  width: calc(100% - 300px);
  float: left;
  text-align: left;
}
.main ul.list {
  border-top: solid 1px #ccc;
}
.main ul.list li {
  *zoom: 1;
  padding: 30px 0;
  border-bottom: solid 1px #ccc;
}
.main ul.list li:after {
  content: "";
  display: table;
  clear: both;
}
.main ul.list li a {
  display: block;
  position: relative;
  min-height: 120px;
  padding: 0 60px 0 210px;
}
.main ul.list li a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main ul.list li a figure {
  width: 180px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
}
.main ul.list li a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.main ul.list li a h5 {
  margin-bottom: 20px;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
}
.main ul.list li a h5 time {
  display: inline-block;
  width: 120px;
}
.main ul.list li a h5 span {
  font-weight: 600;
  font-size: 0.61111rem;
  color: var(--corpColor1);
}
.main ul.list li a h4 {
  font-size: 0.88889rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-weight: 700;
}
.main ul.worksList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main ul.worksList li {
  flex-basis: 30%;
  margin-bottom: 5%;
}
.main ul.worksList li i {
  position: absolute;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  background-color: var(--corpColor1);
  color: #fff;
  text-align: center;
}
.main ul.worksList li .thumb {
  position: relative;
  cursor: pointer;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.main ul.worksList li .thumb figure {
  width: 100%;
  aspect-ratio: 4 / 3;
}
.main ul.worksList li .thumb figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main ul.worksList li .thumb:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.main ul.worksList li .thumb i {
  font-size: 0.88889rem;
  line-height: 1;
  letter-spacing: 0em;
  width: 36px;
  padding: 10px 0;
  top: -6px;
  left: -6px;
}
.main ul.worksList li .thumb p {
  font-size: 0.88889rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-top: .5em;
}
.main ul.worksList li:first-child .modal .btn_prev {
  display: none;
}
.main ul.worksList li:last-child .modal .btn_next {
  display: none;
}
.main .post_title {
  margin-bottom: 80px;
}
.main .post_title h5 {
  margin-bottom: 20px;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
}
.main .post_title h5 time {
  display: inline-block;
  width: 120px;
}
.main .post_title h5 a {
  font-weight: 600;
  font-size: 0.61111rem;
  color: var(--corpColor1);
}
.main .post_title h4 {
  font-size: 1.16667rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-weight: 700;
}
.main .post_title figure {
  margin: 80px 0;
  line-height: 0;
}
.main article {
  font-size: 0.77778rem;
  line-height: 2;
  letter-spacing: 0.15em;
  padding-bottom: var(--headerHeight);
  /* Begin bidirectionality settings (do not change) */
}
.main article li {
  display: list-item;
}
.main article head {
  display: none;
}
.main article table {
  display: table;
}
.main article tr {
  display: table-row;
}
.main article thead {
  display: table-header-group;
}
.main article tbody {
  display: table-row-group;
}
.main article tfoot {
  display: table-footer-group;
}
.main article col {
  display: table-column;
}
.main article colgroup {
  display: table-column-group;
}
.main article td, .main article th {
  display: table-cell;
}
.main article caption {
  display: table-caption;
}
.main article th {
  font-weight: bolder;
  text-align: center;
}
.main article caption {
  text-align: center;
}
.main article body {
  margin: 8px;
}
.main article h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.main article h2 {
  font-size: 2em;
  margin: 0.75em 0;
}
.main article h3 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.main article h4, .main article p,
.main article blockquote, .main article ul,
.main article fieldset, .main article form,
.main article ol, .main article dl, .main article dir,
.main article menu {
  font-size: 1.17em;
  margin: 1.12em 0;
}
.main article h5 {
  font-size: .83em;
  margin: 1.5em 0;
}
.main article h6 {
  font-size: .75em;
  margin: 1.67em 0;
}
.main article h1, .main article h2, .main article h3, .main article h4,
.main article h5, .main article h6, .main article b,
.main article strong {
  font-weight: bolder;
}
.main article blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
.main article i, .main article cite, .main article em,
.main article var, .main article address {
  font-style: italic;
}
.main article pre, .main article tt, .main article code,
.main article kbd, .main article samp {
  font-family: monospace;
}
.main article pre {
  white-space: pre;
}
.main article button, .main article textarea,
.main article input, .main article select {
  display: inline-block;
}
.main article big {
  font-size: 1.17em;
}
.main article small, .main article sub, .main article sup {
  font-size: 0.83em;
}
.main article sub {
  vertical-align: sub;
}
.main article sup {
  vertical-align: super;
}
.main article table {
  border-spacing: 2px;
}
.main article thead, .main article tbody,
.main article tfoot {
  vertical-align: middle;
}
.main article td, .main article th, .main article tr {
  vertical-align: inherit;
}
.main article s, .main article strike, .main article del {
  text-decoration: line-through;
}
.main article hr {
  border: 1px inset;
}
.main article ol, .main article ul, .main article dir,
.main article menu, .main article dd {
  margin-left: 40px;
}
.main article ol {
  list-style-type: decimal;
}
.main article ol ul, .main article ul ol,
.main article ul ul, .main article ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.main article u, .main article ins {
  text-decoration: underline;
}
.main article br:before {
  content: "\A";
  white-space: pre-line;
}
.main article center {
  text-align: center;
}
.main article :link, .main article :visited {
  text-decoration: underline;
}
.main article :focus {
  outline: thin dotted invert;
}
.main article BDO[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.main article BDO[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.main article *[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: embed;
}
.main article *[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}
.main .worksDetail h6 {
  color: #666;
  font-size: 0.66667rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.main .worksDetail h2 {
  color: var(--corpColor1);
  font-size: 1.16667rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 2em;
  padding-bottom: .5em;
  border-bottom: solid 1px #ccc;
}
.main .worksDetail .slide {
  line-height: 0;
  position: relative;
}
.main .worksDetail .slide .stage {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.main .worksDetail .slide .stage li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.6s ease 0s;
}
.main .worksDetail .slide .stage li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main .worksDetail .slide .stage li:not(.active) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
}
.main .worksDetail .slide .thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .worksDetail .slide .thumb li {
  flex-basis: 20%;
  aspect-ratio: 4 / 3;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
.main .worksDetail .slide .thumb li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .worksDetail .slide .thumb li:not(.active) {
  filter: grayscale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  cursor: pointer;
}
.main .worksDetail .slide .thumb li:not(.active):hover {
  filter: grayscale(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.main .worksDetail .slide .thumb li.spacer {
  cursor: default;
  height: 0;
}
.main .worksDetail .comment p {
  font-size: 0.88889rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 3em auto;
  color: #666;
  text-align: justify;
}
.main .worksDetail .spec h3 {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin-bottom: 1em;
}
.main .worksDetail .spec table {
  width: 100%;
  font-size: 0.83333rem;
  line-height: 2;
  letter-spacing: 0em;
}
.main .worksDetail .spec table th, .main .worksDetail .spec table td {
  border: solid 1px #ccc;
  padding: 1em 2em;
  vertical-align: top;
}
.main .worksDetail .spec table th {
  font-weight: 700;
  width: 4em;
  background: var(--corpColor3);
  text-align: justify;
  text-align-last: justify;
}

.side {
  width: 200px;
  float: right;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  text-align: left;
}
.side h4 {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
}
.side ul {
  font-size: 0.83333rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.side ul li {
  margin-top: 20px;
}
.side section {
  padding: 0;
}
.side section.dff {
  font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.side section + section {
  margin-top: 100px;
}

div.pager {
  margin: 40px auto 120px;
  padding-top: 40px;
  display: flex;
  text-align: center;
  justify-content: center;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  color: #ccc;
}
div.pager .page-numbers {
  display: block;
  flex-basis: calc((100% - 100px) / 9);
  max-width: 50px;
  margin: 5px;
  line-height: 50px;
}
div.pager .current {
  font-weight: 600;
  color: #fff;
  background-color: var(--corpColor1);
}
div.pager a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #ccc;
}
div.pager a.prev, div.pager a.next {
  border-color: transparent;
}
div.pager a:hover {
  background-color: #ccc;
  color: #fff;
}

.postnav {
  width: 100%;
  margin: 90px auto;
  font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  font-weight: 600;
  font-size: 0.83333rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.postnav td {
  width: 33%;
  padding: 40px 20px 0;
}
.postnav td.prev {
  text-align: left;
}
.postnav td.prev a:before {
  content: "";
  width: 5px;
  height: 5px;
  vertical-align: .15em;
  display: inline-block;
  margin-right: 5px;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.postnav td.back {
  text-align: center;
}
.postnav td.next {
  text-align: right;
}
.postnav td.next a:after {
  content: "";
  width: 5px;
  height: 5px;
  vertical-align: .15em;
  display: inline-block;
  margin-left: 5px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767.98px) {
  #blogContainer h6.ttl01, #worksContainer h6.ttl01 {
    margin-top: 0;
  }
  #blogContainer .selector, #worksContainer .selector {
    font-size: 1.16667rem;
    line-height: 1.5;
  }
  #blogContainer .selector strong, #worksContainer .selector strong {
    width: 100px;
  }
  #blogContainer .selector select, #worksContainer .selector select {
    font-size: 1.16667rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    width: calc(100% - 100px);
  }

  .main {
    width: 100%;
    float: none;
    text-align: left;
  }
  .main ul.list li {
    padding: 20px 0;
  }
  .main ul.list li a {
    min-height: 60px;
    padding: 0 20px 0 110px;
  }
  .main ul.list li a:after {
    width: 10px;
    height: 10px;
    right: 0;
  }
  .main ul.list li a figure {
    width: 90px;
    height: 60px;
  }
  .main ul.list li a h5 {
    margin-bottom: 10px;
    font-family: 'Poppins', Arial, Helvetica, "sans-serif";
    line-height: 1.2;
  }
  .main ul.list li a h5 time {
    display: inline-block;
    width: 80px;
  }
  .main ul.list li a h5 span {
    font-weight: 600;
    font-size: 0.77778rem;
    color: var(--corpColor1);
  }
  .main ul.list li a h4 {
    font-size: 0.88889rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .main ul.worksList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main ul.worksList li {
    flex-basis: 48%;
    margin-bottom: 8%;
  }
  .main ul.worksList li i {
    position: absolute;
    font-family: 'Poppins', Arial, Helvetica, "sans-serif";
    font-weight: 600;
    background-color: var(--corpColor1);
    color: #fff;
    text-align: center;
  }
  .main ul.worksList li .thumb {
    position: relative;
    cursor: pointer;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.4s ease 0s;
  }
  .main ul.worksList li .thumb figure {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .main ul.worksList li .thumb figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main ul.worksList li .thumb:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .main ul.worksList li .thumb i {
    font-size: 0.88889rem;
    line-height: 1;
    letter-spacing: 0em;
    width: 36px;
    padding: 10px 0;
    top: -6px;
    left: -6px;
  }
  .main ul.worksList li .thumb p {
    font-size: 1.16667rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-top: .5em;
  }
  .main ul.worksList li:first-child .modal .btn_prev {
    display: none;
  }
  .main ul.worksList li:last-child .modal .btn_next {
    display: none;
  }
  .main .post_title {
    margin-bottom: 60px;
  }
  .main .post_title h5 {
    margin-bottom: 0;
    font-family: 'Poppins', Arial, Helvetica, "sans-serif";
  }
  .main .post_title h5 time {
    display: inline-block;
    width: 80px;
  }
  .main .post_title h5 a {
    font-weight: 600;
    font-size: 0.72222rem;
    color: var(--corpColor1);
  }
  .main .post_title h4 {
    font-size: 1.33333rem;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }
  .main .post_title figure {
    margin: 40px 0 0;
    line-height: 0;
  }
  .main article {
    font-size: 0.88889rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
  .main .worksDetail h6 {
    font-size: 0.77778rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .main .worksDetail h2 {
    font-size: 1.55556rem;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }
  .main .worksDetail .comment p {
    font-size: 1.16667rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin: 2em auto;
  }
  .main .worksDetail .spec h3 {
    font-size: 1.33333rem;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }
  .main .worksDetail .spec table {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0em;
  }
  .main .worksDetail .spec table th, .main .worksDetail .spec table td {
    padding: 1em 1.5em;
  }

  .side {
    width: 100%;
    float: none;
    font-family: 'Poppins', Arial, Helvetica, "sans-serif";
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 40px;
    padding: var(--headerHeight) 0;
    border-top: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;
  }
  .side h4 {
    font-size: 1.16667rem;
    line-height: 1.4;
    font-weight: 600;
  }
  .side ul {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: #666;
  }
  .side ul li {
    margin-top: 20px;
  }
  .side section {
    flex-basis: 48%;
    text-align: center;
  }
  .side section.dff {
    font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  }
  .side section + section {
    margin-top: 0;
  }

  div.pager {
    margin: 0 auto var(--headerHeight);
    padding-top: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    font-family: 'Poppins', Arial, Helvetica, "sans-serif";
    color: #ccc;
  }
  div.pager .page-numbers {
    display: block;
    flex-basis: calc((100% - 40px) / 9);
    max-width: 50px;
    margin: 2px;
    line-height: 30px;
  }
  div.pager .current {
    font-weight: 600;
    color: #fff;
    background-color: var(--corpColor1);
  }
  div.pager a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #ccc;
  }
  div.pager a.prev, div.pager a.next {
    border-color: transparent;
  }
  div.pager a:hover {
    background-color: #ccc;
    color: #fff;
  }

  .postnav {
    width: 100%;
    margin: 40px auto var(--headerHeight);
    font-family: 'Poppins', Arial, Helvetica, "sans-serif";
    font-weight: 600;
    font-size: 0.83333rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .postnav td {
    width: 33%;
    padding: 0 20px;
  }
  .postnav td.prev {
    text-align: left;
  }
  .postnav td.prev a:before {
    content: "";
    width: 5px;
    height: 5px;
    vertical-align: .15em;
    display: inline-block;
    margin-right: 5px;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .postnav td.back {
    text-align: center;
  }
  .postnav td.next {
    text-align: right;
  }
  .postnav td.next a:after {
    content: "";
    width: 5px;
    height: 5px;
    vertical-align: .15em;
    display: inline-block;
    margin-left: 5px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
