@charset "UTF-8";

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

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

/*続きを読むのカスタマイズ*/
.entry-read a{
 color:#fff;
 font-size:14px;
 background-color:#e06bcc;
 border:1px solid #e06bcc;
 border-radius:2px;
 padding:3px 10px 3px 5px;
 text-decoration:none;
 }
 
.entry-read a:hover{
 color:#fff;
 background-color:#e06bcc;
 border:1px solid #e06bcc;
}

/*続きを読むを右寄せ*/
.entry-read {
  text-align: right;
  margin-right: 10px; /* ここはお好みで */
}


/* 関連記事の見出しの装飾 */
#related-entries h3{
  font-size:20px;
  border-bottom:5px solid #e06bcc;
  padding:10px 0;
}

#sidebar h3  {
	position: relative;
	padding: .5em .75em;
	background-color: #e06bcc;
	color: #fff;
	border-radius: 6px;
	border-bottom:none;
}
#sidebar h3::after{
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #e06bcc;
}
#sidebar h3:first-letter {
	margin-right: .1em;
	font-size: 1.5em;
	border-bottom:0px;
}

/*******************************
* トップページメインウィジェット追加
********************************/

.top_main_widget {
  background-color:#ffff;
  padding:10px;
  margin-bottom:10px;
}

