/* フッター部 */
footer#footer{
background:#6495ed;
}

/* 見出しh2の調整 見出し風*/
.entry-content h2 {
color:#000000;/* 色の指定 */
font-size: 25px; /* 文字の大きさ */
line-height: 1.5 ; /* 見出しの高さ */
border-bottom:3px solid #FF9019; /* 下の線 */
}

/*フォントと文字の大きさ、色 */
body {
font-family:
"メイリオ", Meiryo,
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3",
"ＭＳ Ｐゴシック",
"Lucida Grande",
"Lucida Sans Unicode",
Arial,
Verdana,
sans-serif;
text-rendering:optimizeLegibility;
color: #808080; /* 文字色 */
font-size: 15px; /* 文字の大きさ */
}
body.custom-font-enabled {
font-family: "メイリオ", Meiryo,
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3",
"ＭＳ Ｐゴシック",
"Lucida Grande",
"Lucida Sans Unicode",
Arial, Verdana, sans-serif;
}

/*ページネーション部のPost navigationの表示を消す*/
.assistive-text{
display: none;
}

/*******************************
* 固定ページ記事タイトル非表示
********************************/
.type-page h1,
.type-page 
.post-meta{
  display:none;
}

/* 記事内のリンクの色 */
.entry-content a{
color:#808080;
font-weight: bold;
}