/*catch-flames-child CSS Document */

/*
    Theme Name:Catch Flames Child

    Template:catch-flames

*/

@import url('../catch-flames/style.css'); /*親テーマのstyle.cssを読み込む*/

/* 変更したスタイルのみを上書きする */

#site-description h2 {
}
#site-title {
	display:none;
}
#site-description{
	margin-top:30px;
}
#header-top  { background-color: #000000; }

#header-content { background-color: #000000; }

.mobile-menu  { background-color: #ffffff; }

#searchform {display:none;}


.wrapper {
	padding-top: 1em;
}

#header-extra #header-social-toggle {display:none;}	

#site-title {
	font-size: x-large;
}

#site-title a:hover{
	color: #090;
}

#site-description {color: #090;}

/*お知らせ*/

.entry-title {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


.entry-title {
  position: relative;
  padding: 0.25em 0;
}
.entry-title:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(143, 188, 143), transparent);
  background: linear-gradient(to right, rgb(143, 188, 143), transparent);
}


.entry-title a {
	color: #396239;
}
.entry-title a:hover{
	color: #090;}
	
.whatsnew h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	/*	color: #360;*/
color: #599559;
}

#secondary h3 {
	color: #999;
}	

/*フッターリスト*/	

#pages-4 li {
	padding:0.5em;
	list-style-type:none;
}
#pages-4 li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
#pages-4 li::before {
	position: absolute;
	content: '';
	display: block;
	top: 0.5em;
	left: 0;
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

/*footer*/

.theme-name {display:none;}
.theme-author {display:none;}
.wrapper copyright {
	text-align: center;
}

#site-generator {
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}

/*copyright*/ 
#colophon #site-generator .copyright{
	text-align: center;
	width: 100%;
}

/*カラムを広げる*/

.content-sidebar-wrap #primary {
	width: 73%;
}
.content-sidebar-wrap #secondary {
	width: 25%;
}
#main .wrapper {
	width: 95%;
}

.breadcrumbs {
	margin-left: 34px ;
	margin-top: -22px ;
	margin-bottom: 20px ;
}

/*** 「次の投稿」「前の投稿」を非表示 ***/

.nav-previous {
	display: none;
}
.entry-meta {
	display: none;
}	
