@charset "UTF-8";

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

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


/* ウィジェットタイトル部分 #87cefa*/
#sidebar h3{
text-align:center;
line-height: 24px;
font-size: 18px;
color: #ffffff;
background-color: #6495ed;
border-radius: 10px;
padding: 2px 10px;

}


/*タグクラウドのデザイン　開始*/
.tagcloud a {
 font-size: 16px !important; /* 文字のサイズ */
 line-height: 1em;
 background: #fff; /* 背景色 */
 color: #000000; /* 文字色 */
 display: inline-block;
 white-space: nowrap;
 padding: 8px 8px; /* 文字周りの余白 */
 margin-top: 3px; /* タグ同士の余白 */
 border-radius: 4px; /* 角を少し丸く */
 text-decoration: none;
}
.tagcloud a:hover {
 background:#bfff7f; /* マウスホバー時の背景色 */
 color: #000000; /* マウスホバー時の文字色*/
}

.tagcloud a:before {
 font-family: "FontAwesome";
 content: ""; /* 絵文字のコード　　\f02b */
 padding-right: 4px;
}
/*タグクラウドのデザイン　終了*/




/* あわせて読みたい　リンクのCSS 開始*/
.entry-content .emphasize-link {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #df8182;
  background-color: #fffbf5;
}
.entry-content .emphasize-link p:last-child {
  margin-bottom: 0;
}
.entry-content .emphasize-link::before {
  position: absolute;
  bottom: 100%;
  left: -2px;
  padding: 2px 6px;
  content: "あわせて読みたい";
  background-color: #df8182;
  color: #fff;
  font-weight: bold;
}
/* あわせて読みたい　リンクのCSS 終了*/







