body {
	background: #fdfdfd;
	color: #444444;
	font-size: 16px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.42857;
	margin: 0;
}

a:link {
	color: #999;
}

a:hover {
	color: #999;
}

a:visited {
	color: #999;
}

.header { /*ヘッダー全体の構成*/
	z-index: 100;
	padding: 24px 0;
	width: 100%;
}

.header-title { /*サイト名*/
	font-family: 'Abril Fatface', cursive;
	color: #444;
	font-weight: bold;
	font-size: 2.4em;
	border-bottom: #ccd1d9 solid 1px;
	text-align: center;
	position: relative;
	margin: 0 auto 30px;
	padding: 0 0 20px;
}

	.header-title:after { /*サイト名下の線の設定*/
		position: absolute;
		bottom: -2px;
		left: 0;
		right: 0;
		margin: auto;
		border-bottom: 3px solid #444;
		content: "";
		width: 120px;
	}


.header-subtitle {
	margin: 0 auto 50px;
	text-align: center;
}

.content-counter {
	margin: 0 auto 50px;
	text-align: center;
}

/*ページ全体の構成*/
.content {
	max-width: 960px;
	margin: 0 auto 50px;
	text-align: center;
}

.top {
	margin: 0 auto 30px;
	text-align: center;
}

.adBox {
	margin: 0 auto 0;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.adCell {
	width: 300px;
}

.dlsite {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.footer {
	border-top: 1px solid #ccc;
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
}

.gohoubiBox {
	width: 600px;
	display: block; 
	margin: 0 auto 30px;
}

.gohoubi {
	width: 600px;
}
