/* 全体 */
body {
  background: #ffffff;
  color: #333333;
  font-size: 15px;
  line-height: 1.8;
}

/* レイアウト（崩れ防止） */
#main {
  float: left;
  width: 68%;
}

#box2 {
  float: right;
  width: 28%;
}

#main:after,
#box2:after {
  content: "";
  display: block;
  clear: both;
}

/* 本文 */
.entry-content {
  font-size: 15px;
  line-height: 1.9;
}

/* 記事間の余白 */
.entry {
  margin-bottom: 35px;
}

/* タイトル（サイズ修正済み） */
.entry-title a {
  color: #222222;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.entry-title a:hover {
  color: #2b6cb0;
  text-decoration: underline;
}

/* 通常リンク */
a {
  color: #2b6cb0;
}

a:hover {
  text-decoration: underline;
}

/* 日付 */
.entry-date {
  color: #888888;
  font-size: 12px;
}

/* 見出し */
.entry-content h2 {
  color: #2b6cb0;
  border-left: 5px solid #2b6cb0;
  padding-left: 10px;
  margin: 2em 0 1em;
  font-size: 20px;
}

.entry-content h3 {
  color: #2b6cb0;
  border-bottom: 1px solid #d7e3f4;
  padding-bottom: 5px;
  margin: 1.5em 0 0.8em;
  font-size: 17px;
}

/* 囲み */
.section-box {
  background: #f7f7f7;
  padding: 18px;
  margin: 20px 0;
  border-radius: 5px;
}

/* ボタン */
.cta-button {
  display: inline-block;
  background: #2b6cb0;
  color: #ffffff !important;
  padding: 10px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin: 10px 0;
}

.cta-button:hover {
  opacity: 0.9;
}

/* サイドバー */
#box2 {
  font-size: 14px;
  line-height: 1.7;
}

/* サイドバータイトル */
.hatena-module-title {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  #main,
  #box2 {
    float: none;
    width: 100%;
  }

  .entry-title a {
    font-size: 20px;
  }
}
/* 全体を中央に収める */
#container {
  max-width: 1100px;
  margin: 0 auto;
}
body {
  background: #f5f7fa;
}
#container {
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px 40px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
#blog-title {
  background: transparent;
  box-shadow: none;
}
#blog-title {
  margin-bottom: 30px;
}