@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/*---------------------------------
ナビメニュー
--------------------------------*/
#navi ul li {
  font-size: 19px;
  font-weight:bold;
  vertical-align: middle;
}
#navi ul li a {
  font-size: inherit;
  color: inherit;
}

/*タグクラウドのデザイン*/
.tagcloud a {
 font-size: 11px !important; /* 文字のサイズ */
 line-height: 1em;
 background: #2098a8; /* 背景色 */
 color: #fff; /* 文字色 */
 display: inline-block;
 white-space: nowrap;
 padding: 8px 8px; /* 文字周りの余白 */
 margin-top: 8px; /* タグ同士の余白 */
 border-radius: 4px; /* 角を少し丸く */
 text-decoration: none;
}
.tagcloud a:hover {
 background: #f9d635; /* マウスホバー時の背景色 */
 color: #2098a8; /* マウスホバー時の文字色*/
}

.tagcloud a:before {
 font-family: "FontAwesome";
 content: "\f02b"; /* 絵文字のコード */
 padding-right: 4px;
}


/*　↓　見出しのデザイン変更 */
/* h2見出し */
.entry-content h2{
    font-size: 1.8em;/* 文字の大きさ */
    font-weight: bold;/* 文字の太さ */
    color: #808080!important;
    background: #faebd7!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 #faebd7, 0 2px 3px 5px rgba(0,0,0,0.5)!important;
    -moz-box-shadow: 0 0 0 5px #faebd7, 0 2px 3px 5px rgba(0,0,0,0.5)!important;
    -webkit-box-shadow: 0 0 0 5px #faebd7, 0 2px 3px 5px rgba(0,0,0,0.5)!important;
}

/* h3見出しのデザイン変更 */
.entry-content h3{
font-size: 1.5em;/* 文字の大きさ */
font-weight: bold;/* 文字の太さ */
color: #808080!important;/* 文字の色 */
border-left: 7px solid #faebd7!important;/* 文字左の点線の太さ・種類・カラー */
border-bottom: 2px solid #faebd7!important;/* 文字下の点線の太さ・種類・カラー */
margin: 0 0 1.5em;
padding: 0.2em 0.8em;
}

/*　↑　見出しのデザイン変更 */
