@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/* header */
#header .alignleft { margin-left: 0;}
#site-description { color: #222;}

/* navi */
#navi {
	background: #FECC37;
	border-top: 2px solid #D4D4D4;
	border-bottom: 2px solid #D4D4D4;
}

#navi ul {
	background-color: #FECC37;
}

#navi ul li a {
	color: #222;
}

#navi ul li a:hover{
	color: #CB2E00 !important;
	background-color:white;
}
#navi ul li a:before{
	background:#CB2E00 !important;
}

/* Entry */
.article h2 {
	border-left: 6px solid #FECC37;
}

.article h3 {
	border-bottom: 5px solid #fee8a8;
}

.article h4 {
	border-bottom: 5px dashed #fee8a8;
}
.post-meta {
	background-color: #fdf5e6;
}

#under-entry-body h2 {
	border-bottom: 2px solid #CCC;
}

/* side */
#sidebar {}

#sidebar h3 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #fee8a8;
}

#sidebar h3::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #FECC37;
}
#sidebar h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
}

/* footer */
#footer {
	background-color: #660000;
}