@charset "UTF-8";
@import url("../simplicity/style.css");

/*
Theme Name: Simplicity child
Template:   simplicity
Version:    20150920
*/

/* Simplicity子テーマ用のスタイルを書く */

body{background:#FFF;}
#sidebar h4{  
    font-family: Znikomit;
    background-color: #281a14;
    border-left: 0 none;
    color: #fff;
    padding: 5px 2px;
    margin: 5px 0px;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
#site-title {
   font-family: Znikomit;
}
#animatedModal a {
  color:#17184b;
}
#animatedModal ul li a{
  color:#281a14;
}
#animatedModal ul li {
  border: 1px solid #000;
  border-radius: 0px;
}
#animatedModal{
  background-color: rgba(255,255,255,0.75) !important;
}
.entry-read a{
 display: none;
}
.related-entry-read a{
 display: none;
}
.entry-snippet{
 display: none;
}
.related-entry-snippet{
 display: none;
}
.entry-thumb {
	float: left;
	margin-right:2%;
	margin-top:0;
	line-height:0;
}
.entry-thumb img {
    border: 0 none;
    height: 150px;
    margin-bottom:0;
    width: 150px;
}
.entry-card-content {
	padding-right:2%;
}
.article h2 {
    background-color: #17184b;
    border-left: 0 none;
    color: #fff;
    padding: 10px 25px;
}
.article h3,
#comment-area h3,
#related-entries h3{
  font-size:23px;
  border-bottom:2px solid #17184b;
  padding:5px 0;
}
.artcle h4 {
margin: 40px -29px 20px;
padding:5px 10px;
margin-left:3px;
border-left:3px solid #a22041;
font-size: 18px;
}
.entry .category {
    color: #fff;
    font-size: 12px;
    background-color: #a22041;
    border: 1px solid #a22041;
    border-radius: 1px;
    margin: 1px 1px 1px 100px;
    text-decoration: none;
}
.entry .post-meta a {
    color: #fff;
    text-decoration: none;
}
#list .post-meta{
    background-color: #fff;
}

.post .post-date{
	display:inline-block;
	margin:0;
	float:left;
}
.post .category {
	display:inline-block;
	color: #fff;
	font-size: 12px;
	background-color: #a22041;
	border: 1px solid #a22041;
	border-radius: 1px;
	/*margin: 1px 1px 1px 85px;*/
	margin:0;
	float:right;
	text-decoration: none;
}
.post .post-meta a {
    color: #fff;
    text-decoration: none;
}
.post .post-meta{
    background-color: #fff;
		font-size:14px;
}
.type-page h1,
.type-page .post-meta{
   display: none;
}
.type-page #before-main{
    display: none;
}
 .entry {
	background: #fff;
	border-bottom: 1px dotted #ccc;
	padding:2%;
}


/************ article
*/
.entry-content {
    clear:both;
}


@media screen and (max-width: 639px) {
.entry-card .post-meta {
    clear: right !important;
}
}