@charset "UTF-8";

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

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

/*---------------------------------
グローバルナビの上下に線の装飾
--------------------------------*/
#navi {
 border-top:5px solid #197359;
 border-bottom:2px solid #197359;
}


/*---------------------------------
グローバルナビのホバー時の線と文字の色を変更
--------------------------------*/
#navi ul li a:hover{
    color: #23A07B !important;
　　　　　　　　background-color:white;
}
#navi ul li a:before{
   background:#197359 !important;
}
#navi ul,#navi{
 background-color:white;
}

/*******************************
* post-xx の指定固定ページ記事タイトル非表示
********************************/

#post-2 
.entry-title {
  display:none;
}

.entry-content h2{
font-size:1.3em;
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #f4f4f4;/*背景色*/
border-left: solid 5px #197359;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/
}


.entry-content h3 {
font-size:1.0em;
border-bottom: solid 2px #197359;
position: relative;
}

	
