@charset "utf-8";


div#thanks {
	width: 960px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
}

div#thanks h1{
	width: 90%;
	height:60px;
	margin: auto;
	font-size: 135%;
	font-weight: bold;
	border-bottom: 0.5px solid #666;
	color:#008000;
	text-align: center;
	
}

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

div#thanks dl {
	width: 90%;
	margin: 0 auto 3em;
	text-align: center;
	margin-top: 2em;
}

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








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

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

div#thanks {
	width: 95%;
}

}
/* 1000pixel end */
