@charset "UTF-8";

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

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

/* シンプリシティー2　H2表記 */
.article h2 {
position: relative;
padding: .7em .75em;
background-color: #5297e5;
color: #fff;
border-radius: 6px;
border-bottom: 0px
}
.article h2::after {
position: absolute;
top: 100%;
left: 30px;
content: '';
width: 0;
height: 0;
border: 10px solid transparent;
border-top: 15px solid #5297e5;
border-bottom: 0px
}
/* シンプリシティー2　H3表記 */
.article h3,
#comment-area h3,
#related-entries h3{
font-size:23px;
border-bottom: 3px solid #5297e5;
}
/* シンプリシティー2　H4表記 */
.article h4 {
border-left: 15px solid #5297e5;
border-bottom: 0px;
padding: 5px 0 5px 10px;
margin-bottom: 30px;
}
/* サイドバー見出し */
#sidebar h3{
border-left: 8px solid #5297e5;
border-bottom: 0px;
padding: 5px 0 5px 10px;
margin-bottom: 30px;
}
	
/* シンプリシティー2　記事区切り */
#main .entry {
border-bottom: 3px dotted #ddd;
padding-bottom: 15px;
}