#footer-custom {
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #f5f5f5;
  padding: 20px 0;
}
#footer-custom a {
  color: #0077cc;
  text-decoration: none;
  margin: 0 8px;
}
body {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #ffffff;
  color: #222222;
}

a {
  color: #d4af37;
}
/* 通常（PC）用のスタイル */
.entry-content {
  font-size: 16px;
  padding: 20px;
}

/* スマホ（768px以下）用のスタイル */
@media screen and (max-width: 768px) {
  .entry-content {
    font-size: 15px;
    padding: 10px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
/* サイドバー全体のスタイル */
.sidebar {
  width: 300px;
  float: right;
  padding: 20px;
  background-color: #f9f9f9;
}

/* サイドバー内のモジュール */
.hatena-module {
  margin-bottom: 20px;
}
