@charset "UTF-8";
#wrapper {
	background: #eeebd9;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
森崎 博之のGREENエッセイ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content > header {
	height: 0;
	background: #fff;
	padding-top: 200px;
}
#content .inner {
	max-width: 1000px;
	margin: 0 auto;
}
#content figure {
	background: #fff;
}
#content figure div {
	margin: 0 auto;
	max-width: 910px;
	position: relative;
}
#content figure div:after {
	z-index: 0;
	left: -50vw;
	bottom: 0;
	z-index: 0;
	content: "";
	width: 200vw;
	height: 160px;
	display: block;
	position: absolute;
	background:linear-gradient(top, #fff, #eeebd9);
	background:-ms-linear-gradient(top, #fff, #eeebd9);
	background:-moz-linear-gradient(top, #fff, #eeebd9);
	background:-webkit-linear-gradient(top, #fff, #eeebd9);
}
#content figure img {
	z-index: 1;
	max-width: 100%;
	position: relative;
	vertical-align: top;
}
#content > header .inner {
	height: 0;
	z-index: 5;
	padding: 0;
	position: relative;
}
#content > header .inner > div > * {
	font-weight: bold;
}
#content > header .inner > div,
#content #mainText {
	z-index: 5;
	background: #fff;
	position: relative;
}
#content > header .inner > div {
	top: 0;
	left: 0;
	color: #000;
	text-align: left;
	position: absolute;
}
#content #mainText p {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #d7d7c3;
}

.ranking .titleBox {
	color: #003399;
}
@media screen and (min-width:751px) {
	#content > header .inner > div {
		padding: 25px 20px 15px 30px;
	}
	#content > header h1 {
		font-size: 22px;
	}
	#content > header h2 {
		font-size: 42px;
	}
	#content figure {
		padding-top: 95px;
	}
	#content figure div {
		padding-right: 50px;
	}
	#content #mainText {
		font-size: 16px;
		line-height: 50px;
		margin: -50px 0 100px 50px;
		padding: 50px 50px 60px;
	}
	#content #mainText p {
		background-image: repeating-linear-gradient(0deg, transparent, transparent 49px, #d7d7c3 49px, #d7d7c3 50px );
	}
}
@media screen and (max-width:750px) {
	#content > header {
		padding-top: 150px;
	}
	#content > header:after {
		content: none;
	}
	#content figure {
		padding-top: 50px;
	}
	#content > header .inner > div {
		padding: 12px 10px 10px 15px;
	}
	#content > header h1 {
		font-size: 11px;
	}
	#content > header h2 {
		font-size: 21px;
	}
	#content .inner {
		padding: 70px 0 0;
	}
	#content #mainText {
		font-size: 16px;
		line-height: 48px;
		padding: 28px 28px 32px;
	}
	#content #mainText p {
		background-image: repeating-linear-gradient(0deg, transparent, transparent 47px, #d7d7c3 47px, #d7d7c3 48px );
	}
}