/*
Theme Name: Fukasawa Child
Theme URI: 
Template: fukasawa
Description: 
Author: KZ-LABO
Tags: 
Version: 2.1.3
*/

/* credtits 一行目のみ表示する */
.credits p {
	display: none;
}
.credits p:first-child {
	display: block;
}

#site-content {
	/*
	background-color: black;
	*/
}

/* main contents を全幅に */
/* sidebar 固定する */
.sidebar {
	/*
	position: absolute;
	*/
	
}
.content {
	/*
	width: 1200px;
	max-width: 86%;
	*/
	/*
	width: 100%;
	*/
	/*
	width: 1640px;
	*/
	width: 1920px;
	margin: 0 auto 0;
	/*
	max-width:98%;
	margin: 0 auto 0;
	background: aqua!important;
	*/
}

.content.thin { 
	width: 1920px;
	/*
	width: 973px;
	margin-top: 50px;
	*/
	/*
	width: 1700px;
	*/
	
/*
	margin-top: -600px!important;
	*/
	/*
	background: blueviolet!important;
	*/
	top: 0!important;
}

/* トップページでページ見出しを非表示にする */

body.home .post-inner header.post-header {

	display: none;

}

body.home .post-inner {
	/*
	margin-top: 0;
	*/
	/*
	display: none;
	*/
	background: pink;
	padding: 0 0 0 0;
}
body.home .post-content.entry-content {
	padding: 0 0 0 0;
	background: yellow;
}

body.home .content {
    margin-top: 0;
}