/******************************************************************
Theme Name: albatros Child
Template: albatros
Version: 1.0.1
******************************************************************/

/* SNSボタン中央寄せ */
.sns ul {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap;
  padding: 0;
  gap: 80px;
}
.sns li {
  float: none !important;
  width: 190px !important;
  margin: 0 0 8px;
}
.share.short .sns li {
  float: none !important;
  width: 190px !important;
  margin: 0;
}

/* カテゴリリンク（バイライン） */
.byline .byline-cat-link{
  display: inline-block;
  padding: 0.2em 0.4em;
  margin-left: 0.9em;
  font-size: 0.7em;
  text-decoration: none;
  border-radius: 2px;
}
