@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/* フォントをメイリオに変更 */
body {
    font-family: "メイリオ", "Meiryo";
	color:#444444;
	font-size:1em;
	line-height:2.0em;
	letter-spacing:0.8pt;
}

/* キャッチフレーズを消す */
#site-description{
    display:none;
}

/* 枠なしに設定 */
#main {
	border:none;
}
#sidebar {
	border:none;
}
#navi {
	border:none;
}

/* トップの固定ページのタイトルと日付を消す */
#post-10 .entry-title {
 display:none;
}
#post-10 .post-meta {
 display: none;
}
#post-15 .entry-title {
 display:none;
}
#post-15 .post-meta {
 display: none;
}
#post-18 .entry-title {
 display:none;
}
#post-18 .post-meta {
 display: none;
}
#post-521 .entry-title {
 display:none;
}
#post-521 .post-meta {
 display: none;
}
#post-539 .entry-title {
 display:none;
}
#post-539 .post-meta {
 display: none;
}
#post-546 .entry-title {
 display:none;
}
#post-546 .post-meta {
 display: none;
}
#post-559 .entry-title {
 display:none;
}
#post-559 .post-meta {
 display: none;
}
#post-567 .entry-title {
 display:none;
}
#post-567 .post-meta {
 display: none;
}
#post-577 .entry-title {
 display:none;
}
#post-577 .post-meta {
 display: none;
}
#post-585 .entry-title {
 display:none;
}
#post-585 .post-meta {
 display: none;
}
#post-587 .entry-title {
 display:none;
}
#post-587 .post-meta {
 display: none;
}
#post-589 .entry-title {
 display:none;
}
#post-589 .post-meta {
 display: none;
}
#post-591 .entry-title {
 display:none;
}
#post-591 .post-meta {
 display: none;
}
#post-605 .entry-title {
 display:none;
}
#post-605 .post-meta {
 display: none;
}
#post-608 .entry-title {
 display:none;
}
#post-608 .post-meta {
 display: none;
}
#post-615 .entry-title {
 display:none;
}
#post-615 .post-meta {
 display: none;
}
#post-621 .entry-title {
 display:none;
}
#post-621 .post-meta {
 display: none;
}
#post-28 .entry-title {
 display:none;
}
#post-28 .post-meta {
 display: none;
}
#post-35 .entry-title {
 display:none;
}
#post-35 .post-meta {
 display: none;
}
#post-38 .entry-title {
 display:none;
}
#post-38 .post-meta {
 display: none;
}
#post-744 .entry-title {
 display:none;
}
#post-744 .post-meta {
 display: none;
}
#post-757 .entry-title {
 display:none;
}
#post-757 .post-meta {
 display: none;
}
#post-785 .entry-title {
 display:none;
}
#post-785 .post-meta {
 display: none;
}
#post-801 .entry-title {
 display:none;
}
#post-801 .post-meta {
 display: none;
}
#post-804 .entry-title {
 display:none;
}
#post-804 .post-meta {
 display: none;
}
#post-808 .entry-title {
 display:none;
}
#post-808 .post-meta {
 display: none;
}
#post-811 .entry-title {
 display:none;
}
#post-811 .post-meta {
 display: none;
}
#post-1139 .entry-title {
 display:none;
}
#post-1139 .post-meta {
 display: none;
}
#post-1240 .entry-title {
 display:none;
}
#post-1240 .post-meta {
 display: none;
}
#post-1232 .entry-title {
 display:none;
}
#post-1232 .post-meta {
 display: none;
}
#post-1244 .entry-title {
 display:none;
}
#post-1244 .post-meta {
 display: none;
}
#post-1238 .entry-title {
 display:none;
}
#post-1238 .post-meta {
 display: none;
}
#post-1235 .entry-title {
 display:none;
}
#post-1235 .post-meta {
 display: none;
}
#post-1239 .entry-title {
 display:none;
}
#post-1239 .post-meta {
 display: none;
}
#post-1248 .entry-title {
 display:none;
}
#post-1248 .post-meta {
 display: none;
}
#post-3166 .entry-title {
 display:none;
}
#post-3166 .post-meta {
 display: none;
}
#post-3819 .entry-title {
 display:none;
}
#post-3819 .post-meta {
 display: none;
}
#post-3934 .entry-title {
 display:none;
}
#post-3934 .post-meta {
 display: none;
}

/*ナビ部分の背景色、ボーダーの調整*/
#navi {
	background-color: #F4F5F7;
	border-bottom:5px solid #D1151B;
}

/* ナビボタンの幅指定 */
#navi ul li {
	font-size: 20;
	width: 20%;
	text-align: center;
	margin-bottom : 3px
}

/* ナビボタンの通常時の文字色 */
#navi ul li a{
	color: #D1151B;
	background-color: #F4F5F7;
}

/* ナビボタンのhoverの文字色・背景色 */
#navi ul li a:hover{
	color: #F4F5F7;
	background-color: #D1151B;
}

/* ナビボタンのクリックの文字色・背景色 */
#navi ul li a:active{
	color: #F4F5F7;
	background-color: #D1151B;
}

/* 見出しの設定 */
.article h1 {
	font-size : 24px;
	line-height : 1.5;
	color: #D1151B;
	text-align: left;
	margin-bottom : 10px
}

.article h2 {
	border-left: none;
	font-size : 20px;
	line-height : 1.5;
	background-color: #E07B7F;
	color: #F4F5F7;
	margin-bottom : 20px
}

.article h3 {
	font-size : 20px;
    line-height : 1;
	border-bottom: 5px solid #E07B7F;
    margin-bottom : 20px
}

.article h4{
    font-size : 20px;
    line-height : 1.5;
    margin-bottom : 20px
}
.article h5{
    font-size : 16px;
    line-height : 1.5;
    margin-bottom : 20px
}
.article h6{
    font-size : 16px;
    line-height : 1.5;
    margin-bottom : 20px
}

/* ヘッダーの高さの設定 */
#h-top {
  min-height: 55px;
}
/* ヘッダーの背景色の設定 */
#header {
	background-color: #F4F5F7;
} 

/* サイドバーの背景色の設定 */
#sidebar {
	background: #F4F5F7;
}

/* フッターの上ボーダーの設定 */
#footer {
	clear: both;
	background-color: #F4F5F7;
	color: #D1151B;
	border-top: 5px solid #D1151B;
}

/* フッターの文字色の設定 */
#footer a{
  color: #D1151B;
}

/* サイドバーのタイトルの設定 */
#sidebar h3{
	font-size: 18px;
	line-height: 42px;
	background-color:  #E07B7F;
	color: #F4F5F7;
	padding: 12px 10px;
	margin-bottom : 20px
}

#main {
    background-color: #F4F5F7;
}

 /*投稿者非表示 */
.post-author.vcard.author{
display:none;
}

/* 見出しを中央に揃える設定 */
#toc_container {
  margin-left: auto;
  margin-right: auto;
}