/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt5/mt-static/themes-base/blog.css);
@import url(/mt5/mt-static/themes/minimalist-red/screen.css);
/* end StyleCatcher imports */
/* 既存テーマのスタイルをリセット */
ol, ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h2, #content {
  margin: 0;
  padding: 0;  
}

/* ブログ記事タイトル */
.entry-title {
  padding: 4px 8px;
  border-left: solid 10px #00cc00;
  border-bottom: solid 1px #333333;
}

/* ブログ記事 カスタム画像表示 */
.entry-thumbnail-asset-large {
  float: left;
  width: 240px;
  padding: 0 10px 10px 0;
  overflow: hidden;
}

/* ブログ記事 「続き」ブロック */
.entry-asset .asset-more {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ブログ記事リスト カスタム画像サムネイル表示 */
.entry-thumbnail-asset {
  float: left;
  width: 100px;
  padding: 0 10px 10px 0;
  overflow: hidden;
}

/* ブログ記事リスト ページングナビ */
#pagenation {
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#pagenation a {
  padding: 4px 8px;
  border: solid 1px #003377;
}
#pagenation span.current_page {
  padding: 4px 8px;
  border: solid 1px #003377;
  color: #ffffff;
  background: #003377;
}

/*ソーシャルボタンテーブル*/
.social-button-table {
  margin: 0 0 .75em auto;
  padding: 0;
  border: none;
}
.social-button-table td {
  padding: 1px;
  border: none;
}



