@charset "utf-8";

div#thanks {
	max-width: 940px;
	margin: 30px auto;
	padding: 30px 0;
	background: #ffffff;
    border: dotted 1px #888;
	font-size: 100%;
	line-height: 1.8;
}

div#thanks h1,
div#thanks h2 {
	width: 90%;
	margin: 0 auto;
	font-size: 155%;
	font-weight: bold;
	color: #555;
	border-bottom: 1px solid #888888;
}

div#thanks h2 {
	margin-top: 3em;
}

div#thanks p {
	font-size: 120%;
	width: 90%;
	margin: 0 auto;
	margin-top: 2em;
}

div#thanks dl {
	width: 90%;
	margin: 0 auto 3em;
}

div#thanks dl dt {
	margin-top: 2em;
}


/* -- responsive ----------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

	div#thanks {
		width: 90%;
		font-size: 100%;
	}

	div#thanks h1 {
		font-size: 135%;
	}

	div#thanks p {
		font-size: 110%;
	}

}
/* 1000pixel end */


