@charset "utf-8";
/* CSS Document */

body {
	overflow-x: hidden;
}

article {
	letter-spacing: 0.1em;
	color: #3B4018;
}

.box950 {
	width: 950px;
	margin: 0 auto;
}



article {
	width: 950px;
	margin: 0 auto;
}
article h1 {
	font-size: 16px;
	padding-top: 50px;
}
article h1 a {
	text-decoration: none;
}
article h1 a:hover {
	opacity: 0.5;
}
.mini {
	font-size: 12px;
}
article h2 {
	margin-top: 50px;
}


#story {
	
	letter-spacing: 0.1em;
	line-height: 190%;
}
#story p {
	font-size: 14px;
	margin: 20px 0;
	line-height: 200%;
}
#story h2 {
	font-size: 16px;
}

#number {
	width: 280px;
	text-align: center;
	margin: 100px auto 0;
}
#number a {
	text-decoration: none;
}
#number a:hover {
	opacity: 0.5;
}

#gFooter {
	margin-top: 0;
}



.day {
	font-weight: normal;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	#story {
		width: 90%;
	}
}
/* -------------------------------------------
clearfix
---------------------------------------------- */
.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}