@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/*---------------------------------
見出し
--------------------------------*/
.article h2 {
	position: relative;
	padding: .5em .75em;
	background-color: #ffcccc;
	color: #fff;
	border-radius: 6px;
	border-left:none;
}
.article h2::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #ffcccc;
}
 
.article h3,
#comment-area h3,
#related-entries h3{
	font-size:23px;
	border-bottom: 3px solid #cc0000;
}
 
.article h4 {
	border-left: 15px solid #ff99cc;
	border-bottom: 0px;
	padding: 5px 0 5px 10px;
	margin-bottom: 30px;
}

/* mainとsidebarの枠線を消す */
#main,#sidebar{
 border:none !important;
}

/* フォントを灰色にする */

body{
　color:#222222 !important;
}

.article {
    font-size: 20px;
    line-height: 200%;
}
