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

* {
	padding: 0;
	margin: 0;
	border-style: none;
	text-decoration: none;	
}

/*=================wrapper=================*/
#wrapper {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*=================header=================*/
header {
	margin: 120px auto 60px auto;
}
header h1 {
	margin: 0 auto;
}
header h1 img {
	width: 100%;
	height: auto;
}


/*=================contents_area=================*/
article#contents_area {
	margin: 0 auto 25px auto;
	border-bottom: 1px solid #CCC;
}

section.text_area {
	width: 100%;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 40px 0;
}
section.text_area p {
	margin: 0 auto;
}

section.text_area p {
	font-size: 90%;
	line-height: 1.4em;
	text-align: justify;
	color: #331d07;
}

div#group_area {
}

section#qwd_area img {
	width: 100%;
	height: auto;
}

section#epub_area img {
	width: 100%;
	height: auto;
}

/*=================footer=================*/
footer {
	width: 100%;
	margin: 0 auto 20px auto;
	text-align: center;
}
footer small {
	margin: 0 auto;
	text-align: center;
	font-size: 75%;
	line-height: 1.2em;
}



/*=================floatclear=================*/
.floatclear {
	clear: both;
	height: 0;
}