@charset "UTF-8";
/**
 * common/css/styles.css
 * scss: ../scss/styles.scss
 */
@media (max-width: 601px) {
  br:not(.sp) {
    display: none;
  }
}
@media (min-width: 600px) {
  br.pc-nobr {
    display: none;
  }
}

.link a {
  font-size: 12px;
}

.cap {
  font-size: 87.5%;
  color: #acbfec;
}

.big {
  font-size: 125%;
}

.big2 {
  font-size: 150%;
}

.big3 {
  font-size: 175%;
}

.red {
  color: #d33;
}

.mincho {
  font-family: "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.moon {
  margin: 1em auto;
}

.emoji {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #fff;
  background: #000;
}
body#pre {
  background-image: none;
}

/* 
 * link style
 */
a {
  text-decoration: none;
  color: #ba0000;
  outline: none 0 !important;
}
a:link {
  text-decoration: none;
  color: #ba0000;
}
a:visited {
  text-decoration: none;
  color: #ba0000;
}
a:hover {
  text-decoration: underline;
  color: #700000;
}
a:active {
  text-decoration: underline;
  color: #700000;
}
a:hover img.hover {
  opacity: 0.6;
}
a.btn {
  line-height: 1;
  display: inline-block;
  padding: 16px 24px;
  border: 1px solid #ba0000;
  border-radius: 4px;
}
a.btn:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #ba0000;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-size: contain;
}
#bg::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity 0.5s 0.5s;
  opacity: 0;
  background-size: contain;
}
#bg.open::after {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  #bg {
    background-size: 150%;
  }
  #bg::after {
    background-size: 150%;
  }
}

/*
 * wrapper
 */
#wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto;
}

.archive #header {
  background: url(../images/ph_main_archive.png) no-repeat 75px 10px;
}
.archive #header .link {
  margin-top: 60px;
}
.archive #navi {
  margin-top: 0;
}
.archive .conv {
  margin-bottom: 0;
}

/*
 * 	header
 */
#header {
  width: 800px;
  margin: 0 auto;
  padding-top: 15px;
}
#header .logo {
  font-size: 120%;
  margin-bottom: 17px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows #header .logo {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

#header .hobo {
  text-align: center;
}
#header h1 {
  margin: 40px auto 0;
  padding: 0;
  transition: opacity 2s 0.5s;
  text-align: center;
  opacity: 0;
  color: #ba0000;
  font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows #header h1 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

#header h1 img {
  width: 100%;
}
#header h2 {
  font-size: 240%;
  line-height: 1.2em;
  margin-top: 0;
  text-align: center;
  font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows #header h2 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

#header a:hover, #header a:active {
  text-decoration: none;
}
#header #yodogawa {
  width: 500px;
  height: 417px;
  margin: 0 auto;
  margin-top: -437px;
  text-align: center;
}
#header .photo {
  width: 700px;
  margin: 20px auto;
}
body.article #header {
  overflow: hidden;
}
body.article #header h1 {
  max-width: 314px;
  margin-top: 0;
  margin-bottom: 5px;
}

.info {
  position: relative;
  max-width: 560px;
  margin: 20px auto;
  padding: 3em;
  border: 1px solid rgba(186, 0, 0, 0.5);
}
.info::before, .info::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
}
.info::before {
  top: -5px;
  left: 5px;
  width: 39px;
  height: 15px;
  background-image: url(../images/b1.svg);
  background-size: contain;
}
.info::after {
  right: 10px;
  bottom: -25px;
  width: 40px;
  height: 28px;
  background-image: url(../images/b2.svg);
}
.info > h2 {
  font-size: 200%;
  line-height: 1.5;
  text-align: left;
  color: #ba0000;
  font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows .info > h2 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.info > p {
  font-size: 160%;
  line-height: 1.5;
  text-align: left;
  color: #ba0000;
}
.info ul:nth-of-type(1) {
  margin-bottom: 2em;
  padding: 0 0 0 100px;
  background: url(/img/resize/140x999/fear/2019/images/book-240.png) no-repeat left top;
  background-size: 70px auto;
}
.info ul:nth-of-type(2) {
  padding: 0 158px 0 0;
  background: url(/img/resize/256x999/fear/2019/images/tobichi.png) no-repeat right top;
  background-size: 128px auto;
}
.info ul,
.info ul li {
  margin: 0;
  list-style: none;
}
.info ul li {
  margin-bottom: 1em;
}
.info ul li p {
  line-height: 1.5;
  margin: 0;
  font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows .info ul li p {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.info ul li p:nth-of-type(1) {
  font-size: 180%;
  color: #acbfec;
}
.info ul li p:nth-of-type(2) {
  font-size: 160%;
  color: #ba0000;
}
.info ul li p a {
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  transition: all 0.25s;
  color: rgba(255, 255, 255, 0.75);
}
.info ul li p a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 98%;
  content: "";
  transition: all 0.25s;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.info ul li p a:hover {
  text-decoration: none;
  color: white;
}
.info ul li p a:hover::after {
  width: 110%;
  border-color: white;
}
.info ul li p a i {
  font-size: 75%;
  display: inline-block;
  vertical-align: top;
}
.info.special h2 {
  text-align: left;
}
.info.special > p:first-of-type {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.info.special > p:first-of-type::before {
  display: block;
  width: 50%;
  height: 1px;
  content: "";
  background-color: #ba0000;
}
.info.special > p:first-of-type::after {
  display: block;
  width: 50%;
  height: 1px;
  content: "";
  background-color: #ba0000;
}
.info.special > p:first-of-type strong {
  font-size: 150%;
  width: 4em;
  text-align: center;
  font-family: "Hiragino Gyosyo W8 JIS2004", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows .info.special > p:first-of-type strong {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.info.special ul:nth-last-of-type(1) {
  padding: 0;
  background: none;
}
.info.special ul li p {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
.info.special ul li p, .info.special ul li p:nth-last-of-type(1) {
  font-size: 160%;
}

/*
 * contents
 */
.contents {
  position: relative;
  width: 600px;
  margin: 0 auto 50px;
  padding: 5px 0;
}
.contents h2 {
  margin: 0;
  text-align: center;
}
.contents .article {
  position: relative;
  width: 560px;
  margin: 40px auto;
  text-align: center;
  color: #acbfec;
}
.contents .article .info {
  margin: 100px auto;
  text-align: center;
}
.contents .article h2 {
  font-weight: normal;
  margin-bottom: 25px;
  color: #d6d6d9;
}
.contents .article h3 {
  font-size: 240%;
}
.contents .article p {
  font-size: 160%;
  line-height: 1.75em;
}
.contents .mailColumn {
  margin: 50px 0;
  padding-top: 40px;
  background: url(../images/icon_mail.png) no-repeat center top;
}
.contents .mailColumn .article {
  margin-top: 0;
  color: #acbfec;
}
.contents .send {
  margin: 50px auto 0;
}
.contents .date {
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-size: 140%;
  margin: 40px 0;
  text-align: center;
  text-transform: uppercase;
  color: #d6d6d9;
}
.contents .photo {
  margin: 40px auto;
}
.contents .btn-ranking {
  font-family: "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 180%;
}
.contents .book__img {
  text-align: center;
}

#fearList {
  width: 560px;
  margin: 50px auto;
}
#fearList .new {
  font-size: 55.5555555556%;
  line-height: 1;
  margin-right: 0.25em;
  padding: 4px;
  vertical-align: middle;
  letter-spacing: 0;
  color: black;
  border-radius: 4px;
  background: #ba0000;
}
#fearList ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#fearList li {
  margin: 1em;
  padding: 0;
}
#fearList li a {
  font-size: 180%;
  font-weight: bold;
  line-height: 1.25;
  display: block;
}

#ranking {
  margin: 50px auto;
  text-align: center;
}
#ranking ul {
  width: 400px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
#ranking ul li {
  font-size: 140%;
  text-align: left;
}
#ranking li {
  margin: 0;
  padding: 0;
}
#ranking ol {
  width: 400px;
  margin: 0 auto;
  padding: 0;
  list-style-position: inside;
}
#ranking ol li {
  font-size: 160%;
  margin: 5px 0;
  padding: 5px 0;
  text-align: left;
  border-bottom: 1px solid #adadb2;
}
#ranking ol li a {
  display: inline-block;
  margin: 1em 0.5em 1em -1.5em;
  padding-left: 2em;
}

#tonton {
  margin: 50px auto;
  text-align: center;
}

#fearButton {
  text-align: center;
}
#fearButton .btn {
  cursor: pointer;
}
#fearButton img {
  display: block;
  width: 104px;
  height: 27px;
  margin: 0 auto;
}

#navi {
  width: 600px;
  margin: 50px auto;
}
#navi ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  letter-spacing: -0.4em;
}
#navi ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding: 0 20px;
  text-align: left;
  letter-spacing: normal;
}
#navi ul li.hidden {
  visibility: hidden;
}

#contribute {
  height: auto;
  margin: 50px auto;
  border: 1px solid #333;
}
#contribute h2 {
  font-size: 240%;
  line-height: 1.2em;
  margin: 10px 0;
  text-align: center;
  color: #ba0000;
  font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows #contribute h2 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

#books {
  height: auto;
  margin: 50px auto;
  border: 1px solid #333;
}
#books h2 {
  font-size: 240%;
  line-height: 1.2em;
  margin: 10px 0;
  text-align: center;
  color: #ba0000;
  font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows #books h2 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

#books h3 {
  font-size: 240%;
  line-height: 1.2em;
  margin: 40px 0 10px;
  text-align: center;
  color: #ba0000;
  font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows #books h3 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

#books .photos {
  display: flex;
  justify-content: space-around;
  margin: 40px auto;
}
#books .photos a.photo {
  width: 40%;
  margin: 0;
  display: block;
  transition: all 0.3s;
  color: #acbfec;
}
#books .photos a.photo:hover {
  color: #acbfec;
  text-decoration: none;
  opacity: 0.6;
}
#books .photos a.photo figure img {
  transition: all 0.3s;
  width: 100%;
}
#books .photos a.photo figcaption {
  font-weight: bold;
  font-size: 1rem;
}

/*
 * archive
 */
#archive {
  width: 600px;
  height: auto;
  margin: 50px auto;
}
#archive h2 {
  font-size: 240%;
  line-height: 1.2em;
  margin: 10px 0;
  text-align: center;
  color: #ba0000;
  font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows #archive h2 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

#archive ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#archive ul.past {
  margin-bottom: 20px;
}
#archive ul.past li a {
  font-family: "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 180%;
  line-height: 1.25;
}
#archive li {
  margin-bottom: 5px;
}
#archive li a {
  font-size: 160%;
  line-height: 1.75em;
  display: block;
  padding: 3px 0;
  text-align: center;
}
#archive li span {
  display: inline-block;
}
#archive li span.title {
  font-size: 160%;
  line-height: 1.25em;
  margin-top: 5px;
}
#archive li span.date {
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-size: 120%;
  line-height: 1.5em;
  float: right;
  margin-top: 5px;
  text-transform: uppercase;
  color: #999;
}
#archive li.current {
  cursor: default;
}
#archive li.current a {
  cursor: default;
  color: #fff;
}
#archive li.current a:hover {
  color: #fff;
}
#archive li.current span.title {
  font-weight: bold;
  color: #666;
}
#archive li.current span.date {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: bold;
  color: #00a43c;
}
#archive .prologue h3 {
  font-size: 160%;
  line-height: 1.5;
  text-align: center;
  color: #ccc;
  font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows #archive .prologue h3 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

#archive .prologue ul {
  font-size: 0;
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
  letter-spacing: 0;
}
#archive .prologue ul li {
  display: inline-block;
  box-sizing: border-box;
  width: 20%;
  padding: 0 5px;
  vertical-align: top;
}
#archive .prologue ul li a:hover img {
  opacity: 0.5;
}
#archive .prologue ul li a img {
  display: block;
  width: 100%;
}
#archive .prologue ul li a p {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: left;
}

#top {
  display: flex;
  justify-content: center;
}
#top a {
  font-size: 160%;
}

#footer ul li.share .count:after, #footer ul li.share .count:before {
  position: absolute;
  left: 50%;
  display: block;
  margin-top: 0;
  content: "";
}

#footer {
  position: relative;
  padding-bottom: 150px;
}
#footer ul {
  margin: 40px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  letter-spacing: -0.4em;
}
#footer ul li {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  vertical-align: top;
  letter-spacing: 0.075em;
}
#footer ul li p {
  font-size: 160%;
  font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows #footer ul li p {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

#footer ul li.share a:hover {
  text-decoration: none;
}
#footer ul li.share a:hover .count {
  color: #ba0000;
}
#footer ul li.share .count {
  font-size: 120%;
  font-weight: bold;
  line-height: 1em;
  position: relative;
  display: block;
  width: 4em;
  margin: 10px auto 0;
  padding: 5px;
  cursor: default;
  user-select: none;
  letter-spacing: 0;
  border: 1px solid #ba0000;
  border-radius: 4px;
  background-color: #000;
}
#footer ul li.share .count:before {
  top: -13px;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom: 8px solid #ba0000;
}
#footer ul li.share .count:after {
  top: -11px;
  margin-left: -4px;
  border: 4px solid transparent;
  border-bottom: 7px solid #000;
}
#footer ul li.line {
  display: none;
}
#footer ul li.mailto {
  display: inline-block;
  padding: 20px;
  border: 1px solid #333;
}
#footer ul li.mailto p {
  margin-top: 0;
  color: #666;
}
#footer ul li.header {
  display: block;
}
#footer ul li.header p {
  color: #666;
}
#footer .fblike {
  margin: 20px;
  text-align: center;
}
#footer .copyright {
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #d6d6d9;
}

.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

@media only screen and (max-width: 600px) {
  #wrapper {
    overflow: hidden;
    width: 100%;
  }
  #header {
    width: 100%;
    background-size: cover;
  }
  #header h1 {
    width: 95%;
  }
  #header h1 img {
    width: 100%;
  }
  #header #yodogawa {
    width: 100%;
  }
  #header .photo {
    width: 100%;
  }
  .info {
    margin: 0 8px;
    padding: 1.5em;
  }
  .contents .info {
    margin: 0;
  }
  .info ul:nth-of-type(1) {
    padding-top: 130px;
    padding-left: 0;
    background-position: center top;
  }
  .info ul:nth-of-type(2) {
    padding-top: 130px;
    padding-right: 0;
    background-position: center top;
  }
  .info ul:nth-of-type(2) li:last-child {
    margin-bottom: 0;
  }
  .contents {
    width: auto;
    padding: 8px;
  }
  .contents .article {
    width: 100%;
    text-align: left;
  }
  .contents .article h2,
  .contents .article h3 {
    text-align: left;
  }
  .contents .article > img {
    width: 100%;
  }
  .contents .article .moon {
    display: block;
  }
  .contents .column {
    width: auto;
    padding: 0 8px;
  }
  .contents .column:after {
    width: 100%;
  }
  .contents .column:before {
    width: 100%;
  }
  .contents .column h2 {
    text-align: left;
  }
  #fearList {
    width: 100%;
  }
  #ranking ol,
  #ranking ul {
    width: 100%;
  }
  #navi {
    width: 100%;
  }
  #navi ul li {
    margin: 10px auto;
  }
  #contribute {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }
  #contribute .article {
    margin: 0;
  }
  #contribute .article .btn {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
  #books {
    padding: 20px;
  }
  #books .article {
    margin: 0;
  }
  #archive {
    width: 100%;
  }
  #footer ul li.share .count:after, #footer ul li.share .count:before {
    position: absolute;
    top: 50%;
    display: block;
    margin-left: 0;
    content: "";
  }
  #footer ul li {
    margin: 5px auto;
  }
  #footer ul li.share img {
    vertical-align: middle;
  }
  #footer ul li.share .count {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
  }
  #footer ul li.share .count:before {
    left: -13px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right: 8px solid #ba0000;
  }
  #footer ul li.share .count:after {
    left: -11px;
    margin-top: -4px;
    border: 4px solid transparent;
    border-right: 7px solid #000;
  }
}

/*# sourceMappingURL=styles.css.map */
