/*
Theme Name: Child24
Template: twentyfourteen
*/

@import url('../twentyfourteen/style.css');

/*
左側のウィジッドエリアに関する記述。widthで横幅を規定→0にする
*/

.site:before {
		background-color: #000;
		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 0px;
		z-index: 2;
	}

/*
右側のウィジッドエリアに関する記述。widthで横幅を規定→0にする
*/

.secondary-navigation {
		font-size: 11px;
		margin: 0 -0px 0px;
		width: 0px;
	}

.secondary-navigation ul ul {
		background-color: #24890d;
		position: absolute;
		top: 0;
		left: 0em;
		width: 0px;
		z-index: 99999;
	}

/*
コメントエリアに関する記述。max-widthで横幅を規定
*/

.site-content {
		margin-right: 0px;
		margin-left: 0px;
	}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 1100px;
}

/*
コメントエリアに関する記述。max-widthで横幅を規定
*/

.comments-area {
	margin: 48px auto;
	max-width: 1000px;
	padding: 0 10px;
}
