@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/*---------------------------------
ナビメニュー
--------------------------------*/
#navi ul li {
  font-size: 17px;
  font-weight:bold;
  vertical-align: middle;
}
#navi ul li a {
  font-size: inherit;
  color: inherit;
}


/*　↓　見出しのデザイン変更 */
/* h2見出し */
.entry-content h2{
    font-size: 1.8em;/* 文字の大きさ */
    font-weight: bold;/* 文字の太さ */
    color: #fff!important;
    background: #deb887!important;
    padding: 12px;
    margin: 2.0em 0 1.5em;
    border: 2px dashed rgba(255,255,255,0.5);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 0 0 5px #deb887, 0 2px 3px 5px rgba(0,0,0,0.5)!important;
    -moz-box-shadow: 0 0 0 5px #deb887, 0 2px 3px 5px rgba(0,0,0,0.5)!important;
    -webkit-box-shadow: 0 0 0 5px #deb887, 0 2px 3px 5px rgba(0,0,0,0.5)!important;
}

/* h3見出しのデザイン変更 */
.entry-content h3{
font-size: 1.5em;/* 文字の大きさ */
font-weight: bold;/* 文字の太さ */
color: #5C4747!important;/* 文字の色 */
border-left: 7px solid #deb887!important;/* 文字左の点線の太さ・種類・カラー */
border-bottom: 2px solid #deb887!important;/* 文字下の点線の太さ・種類・カラー */
margin: 0 0 1.5em;
padding: 0.2em 0.8em;
}

/*　↑　見出しのデザイン変更 */
