@charset "UTF-8";
@import url("../simplicity/style.css");

/*
Theme Name: Simplicity child
Template:   simplicity
Version:    20150920
*/

/* Simplicity子テーマ用のスタイルを書く */

/************************************
** 広告用　テーブル
************************************/
#noboder th{
  border:solid 0px !important;
　border-color:#ffffff !important;
  border-display:none !important;
}

#noboder td {
  border:solid 0px !important;
　border-color:#ffffff !important;
  border-display:none !important;
}

/* 基本フォント */

body {
font color: #777777 !important;
}

/* サイト説明 */

#site-description{
    text-indent: 0;
    border-bottom: 0px solid;
    border-left: 0px solid;
    padding: 0 0 0 0;
}

#site-description h1{
    display:none;
}



/* 続きを読む */

.entry-read a{
  color:#fff;
  font-size:14px;
  background-color:#a9cc51;
  border:1px solid #a9cc51;
  border-radius:2px;
  padding:3px 10px 3px 5px;
  text-decoration:none;
}

.entry-read a:hover{
  color:#fff;
  background-color:#dd9933;
  border:1px solid #dd9933;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}


/*カテゴリーページ見出し*/
#archive-title{
  width:100%;
  border-width:5px 0;
  border-color:#a9cc51;
  border-style:solid;
  background:#BEDC81;
  color:#ffffff;
  line-height:140%;
  height: 15px;
  font-weight:bold;
  text-align:center;
  padding:0 0 0 -50px !important;
}

h2{
  color: #a9cc51; /* テキストの色 */
  font-size:150%; /* フォントの大きさ */
  font-weight:bold; /* 太字 */
  line-height: 1.5em; /* 行間 */
  text-indent:10px;
  border-bottom:1px solid #a9cc51; /* 下線 */
  border-left:5px solid #a9cc51; /* 左側の線 */
  margin: 50px 0 10px 0; /* 上下の余白 */
  padding:5px 10px 1px 10px; /* テキストとボーダーの間の余白 */
}

/*カテゴリーページ画像の大きさ*/

.entry-thumb img {
    border: 0;
    width: 120px;
    height: 120px;
    margin-bottom: 40px;
}

/* ナビメニュー　フォントサイズ */
#navi ul li a{
 font-size:16px;
}

/* メニュー下の隙間 */
#main{
 margin:5px 0 0 0;
}

/* トップページのタイトル非表示 */
.post-72 .entry-title{
  display:none;
}
.post-72 .post-meta{
  display:none;
}

/************************************
** 見出し（H1-6）
************************************/
.entry-title{
  width:100%;
  border-width:5px 0;
  border-color:#a9cc51;
  border-style:solid;
  background:#BEDC81;
  color:#ffffff;
  line-height:140%;
  font-weight:bold;
  text-align:center;
  padding:0 0 0 -50px !important;
}

.article h2{
  color: #a9cc51; /* テキストの色 */
  font-size:150%; /* フォントの大きさ */
  font-weight:bold; /* 太字 */
  line-height: 1.5em; /* 行間 */
  text-indent:10px;
  border-bottom:1px solid #a9cc51; /* 下線 */
  border-left:5px solid #a9cc51; /* 左側の線 */
  margin: 50px 0 10px 0; /* 上下の余白 */
  padding:5px 10px 1px 10px; /* テキストとボーダーの間の余白 */
}

.entry-card-content .entry-title{
  color:#a9cc51;
  background:#ffffff;
  font-size:100%;
  text-indent:15px;
  border:hidden;
}

.article h3{
  border:hidden !important;
  color:#a9cc51;
  background:#ffffff !important;
  
  padding:3px 10px 1px 10px; /* テキストとボーダーの間の余白 */
}

.article h3:before {
  color:#a9cc51; //アイコンの色
  width:20px;
  height:20px;
  line-height:20px;
  text-align:center;
  margin-right:10px;
  font-family:"FontAwesome";
  content:"\f1b0"; //アイコンの種類
  font-weight:lighter;
  font-size:25px; //アイコンの大きさ
  position: relative;
  top:-3px;
  display:inline-block;
}

.article h4 {
  position: relative;
  color: #a9cc51;
  background: #ffffff;
  font-size: 20px;
  text-indent:10px;
  line-height: 1;
  border :2px solid #a9cc51;
  left: 10px;
  right: 20px;
  margin: 30px -10px 10px -10px;
  padding: 15px 5px 12px 10px;
  border-radius: 3px;
  width: 25%;
}

.article h4:after,h4:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
}
.article h4:after {
  left: 33px;
  border: 11px solid transparent;
  border-top: 11px solid #ffffff;
}
.article h4:before {
  left: 30px;
  border: 14px solid transparent;
  border-top: 14px solid #a9cc51;
}


.article h5 {
  position: relative;
  color: #777777;
  background: #ffffff;
  font-size: 20px;
  text-indent:10px;
  line-height: 1;
  border :1px solid #777777;
  left: 10px;
  right: 20px;
  margin: 30px -10px 10px -10px;
  padding: 15px 5px 12px 10px;
  border-radius: 3px;
  width: 15%;
}

.article h5:after,h5:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
}
.article h5:after {
  left: 33px;
  border: 11px solid transparent;
  border-top: 11px solid #ffffff;
}
.article h5:before {
  left: 30px;
  border: 14px solid transparent;
  border-top: 14px solid #777777;
}

.article h5:after {
  left: 33px;
  border: 11px solid transparent;
  border-top: 11px solid #ffffff;
}
.article h6:{
  font-size:10px;
}

.su-post-title {
  border-bottom:0px !important;
  border-left:0px !important;
}

/************************************
** サイドバー（Sidebar）・ウィジェットなど
************************************/
#sidebar{
  padding:10px 0 0 10px;
}

#sidebar h4{
  margin-bottom: 10px;
  font-size:18px;
  color:#a9cc51 !important;
}

#sidebar new-entry-content new-entry-title{
  color:#a9cc51;
}



/* メニュー下の隙間*/
#sidebar{
 margin:-15px 0 0 0;
}

/* 最近の投稿　画像との隙間*/

#new-entries ul li img, #popular-entries ul li img {
    margin-left: 15px;
    margin-right: 20px;
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
}
/************************************
** table of contents 用
************************************/


#toc_container {
  margin-left: auto;
  margin-right: auto;
}

#toc_container {
  display: block;
}

#new-entries a{
  color:#777777 !important;
}

/* カレンダー中央寄せ・色 */

#wp-calendar{
  margin: 0 auto;
  color:#a9cc51;
}

カテゴリー説明の見出し
element.style {
}
h3{
    line-height: 130%;
    color: #a9cc51;
}

h3{
  color:#a9cc51 !important;
  border:hidden !important;
  padding:3px 10px 1px 10px; /* テキストとボーダーの間の余白 */
}
.su-post-content h3:before {
  color:#a9cc51; //アイコンの色
  width:20px;
  height:20px;
  line-height:20px;
  text-align:center;
  margin-right:10px;
  font-family:"FontAwesome";
  content:"\f1b0"; //アイコンの種類
  font-weight:lighter;
  font-size:25px; //アイコンの大きさ
  position: relative;
  top:-3px;
  display:inline-block;
}
 .su-post-meta{
  display:none;
}
 .su-post-title{
  display:none;
}



/************************************
** ブログカードのスタイル
************************************/
.blog-card{
  padding:12px;
  margin:10px 0;
  background-color:#ffffff;
  border:1px solid #a9cc51 !important;
  word-wrap:break-word;
  max-width:100%;
  width:474px;
  border-radius:5px;
}
 

/************************************
** スポイラーのスタイル
************************************/
.su-accordion{
 color:#a9cc51 !important;
}

.su-box-content su-clearfix{
 width:300 !important;
 height:225 !important;
}

.su-box-title .style{
 width:300 !important;
 height:225 !important;
}


