@charset "UTF-8";
.post-footer-tag .post-tag:after {
	content: "";
}

.post-tag span {
  font-family: "ゴシックMB101 R","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Sans-Serif;
  color: #003366;
  font-size: 1.4rem;
  line-height: 2;
  text-decoration: none;
}
/*.post-tag span:hover {
  color: #fff;
  background-color: #003366;
}*/


.postBlock--horoscope .post-tag {
  width: 100%;
  position: absolute;
  top: 18px;
}


.recentArticle .post-tag span,
.previousArticle .post-tag span {
  font-size: 1.1rem;
  position: relative;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  margin: 10px 0 10px 10px;
  padding: 0 10px 0 10px;
  border: 1px solid #003366;
  border-radius: 12px;
}
.recentArticle .post-tag span:first-child,
.previousArticle .post-tag span:first-child {
  margin: 10px 0 10px 0;
}
.recentArticle .post-tag span:after,
.previousArticle .post-tag span:after {
  content: "";
  display: inline-block;
  line-height: 12px;
  width: 0;
  height: 0;
  margin: 0 0 0 8px;
  border: 4px solid transparent;
  border-left: 4px solid #003366;
}
/*.recentArticle .post-tag span:hover:after,
.previousArticle .post-tag span:hover:after {
  border-left: 4px solid #ffffff;
}*/



.post--article .post-content .post-image .post-tag span {
  display: block;
}


.post-footer-tag span {
  position: relative;
  display: inline-block;
  line-height: 12px;
  vertical-align: middle;
  margin: 10px 0 10px 10px;
  padding: 5px 25px 5px 10px;
  border: 1px solid #003366;
  border-radius: 12px;
}
.post-footer-tag span:first-child {
  margin: 10px 0 10px 0;
}
.post-footer-tag span:after {
  content: "";
  position: absolute;
  display: inline-block;
  line-height: 13px;
  vertical-align: middle;
  width: 0;
  height: 0;
  top: 7px;
  right: 7px;
  margin: 0 0 0 8px;
  border: 4px solid transparent;
  border-left: 4px solid #003366;
}
/*.post-footer-tag span:hover:after {
  border-left: 4px solid #ffffff;
}*/

