@charset "UTF-8";

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

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

/************************************
** コメント
************************************/

.comment-form-url,
 .comment-form-email {
 display: none;
 }



/************************************
** 基本設定（General Setting）
************************************/
html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #111;
  color: #eded00;
}

/************************************
** カテゴリ帯
************************************/

.category-description {
    background-color: #111;
  }

/************************************
** ページナビ
************************************/

.pagination a {
   color: inherit;
   background-color: initial;
}

.pagination li.current a {
    background-color: initial; /*本来これていけるが...*/
}

.pagination li:not([class*="current"]) a:hover {
    background-color: initial;
}

/************************************
** 見出し（H1-6）
************************************/
h1, h2, h3, h4, h5, h6{
  color:inherit;
}

/************************************
** エントリーカード色
************************************/

.entry h2 {
    margin-bottom: 5px;
    margin-top: 0;
    color:  #eded00;
}

.entry h2 a {
  color: inherit;
}

.entry-snippet {
  color: inherit;
}

.entry .post-meta a {
  color: inherit;
}

.entry-read a{
  color:#eded00;
  font-size:12px;
  background-color:inherit;
  border:1px solid inherit;
  border-radius:2px;
  padding:3px 10px 3px 5px;
  text-decoration:none;
  }
 
.entry-read a:hover{
  color:#dd3333 
  background-color inherit;
  border:1px solid inherit;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}
 
.entry-read a::before{
 margin-right:5px;
 font-family:"FontAwesome";
 content:"\f058";
}

/************************************
** アンカー
************************************/
a {
  color: inherit;
}

/************************************
** リスト（List）
************************************/

/************************************
** 引用（blockquote）
************************************/


blockquote:before {
  color: inherit;
  }

blockquote:after {
  color: inherit;
 }

/************************************
** レイアウト（Layout）
************************************/


#main {
    background-color:inherit;
 }

/************************************
** ヘッダー(header)
************************************/

#site-title a{
    color:inherit;
}

#site-description{
  color: inherit;
 }


/************************************
** グローバルナビメニュー（menu）
************************************/
#navi ul{
    background-color:inherit;
  }

#navi ul li a{
    color:inherit;
 }
#navi ul li a:hover{
  background-color:inherit;
}

/************************************
** フッターナビメニュー
************************************/

#footer-navi ul{
  text-align: center;
  padding-left: 0;
}

#footer-navi ul li {
  display: inline;
  list-style: outside none none;
}

#footer-navi ul li::before {
    content: "|";
    padding: 0 0.6em;
}

#footer-navi ul li:first-child::before{
  content: "";
  padding: 0;
}

#footer-navi ul .sub-menu{
  display: none;
}

/************************************
** サーチフォーム（Search Form）
************************************/


/************************************
** メインカラム（#main、記事、固定ページなど）
************************************/
#main .post,
#main .page{
  margin-bottom: 59px;
}

.post-meta{
  background-color:inherit;
  color:inherit;
  }


.footer-post-meta{
   color:inherit;
   background-color:inherit;
}


/************************************
** パンくずリスト（Breadcrumb）
************************************/
#breadcrumb{
   color:inherit;
 }

#breadcrumb a{
  text-decoration:none;
  color:inherit;
}


#breadcrumb ul li a{
  text-decoration:none;
  color:inherit;
}


/************************************
** 前の記事へ、次の記事へ
************************************/
.navigation a span{
  color:inherit;
  }
.navigation a:hover{
  background: inherit;
}

.navigation .alignright a:hover{
  border-left: 1px solid #ddd;
}

/************************************
** ページャー、ページナビゲーション
************************************/

a.page-numbers,
.pager .current{
  background-color: inherit;
  border: solid 1px inherit;
  }

.pager .current{
  background-color: inherit;
  border: solid 1px inherit;
  color: inherit;
}

.pager a{
  background: inherit;
  color: inherit;
  }

.pager a:hover{
  border: solid 1px inherit;
  background-color: inherit;
}

/************************************
** 記事分割時のページナビゲーション
************************************/
.page-link span,
.comment-page-link span,
.comment-page-link a{
  border: 1px solid inherit;
  background: inherit;
}
.page-link a span,
.comment-page-link a{
  background: inherit;
  color:inherit;
}

.page-link a{
   color: inherit;
  }

.page-link a span:hover,
.comment-page-link a:hover{
  background: inherit;
  color: inherit;
}

/************************************
** 関連記事（Relation）
************************************/
.related-entry-title a{
    color:inherit;
}

.related-entry-snippet{
  color:inherit;
}

/************************************
** 関連記事サムネイル（Relation）
************************************/


/************************************
** コメントエリア（Comments Area）
************************************/


/************************************
** 入力フォーム（Form）
************************************/

/************************************
** サイドバー（Sidebar）・ウィジェットなど
************************************/
/************************************
** 新着記事・人気記事（new, pupular）
************************************/

/************************************
** 新着記事・人気記事（拡張）
************************************/


/************************************
** フッター(footer)
************************************/
#footer {
  background-color: inherit;
  color: inherit;
 }

#footer-widget {
  color: inherit;
}


#footer a {
  color: inherit;
}

#footer h3{
  color:inherit;
  }

#copyright a{
    color:inherit;
}




/************************************
** モバイルメニュー
************************************/
#mobile-menu{
  display:none;
}

#mobile-menu a{
  color:#333;
  padding: 4px 8px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  line-height:100%;
  border-radius: 3px;
  position:absolute;
  right: 7px;
  font-size: 15px;
  margin-top: 3px;
}

#mobile-menu a:hover,
#page-top a:hover{
  opacity: 0.7;
}

/************************************
** サムネイルつきポストナビ
************************************/

/************************************
** ブログカードのスタイル
************************************/


.blog-card-title a{
    color: inherit;
}

.blog-card-excerpt{
  color: inherit;
  }

.blog-card-footer{
   color:inherit;
  }




.blog-card-site a{
  color:inherit;
  }



/***********************************
 ブログカード（幅が狭い場合）
 ***********************************/


