@charset "utf-8";


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

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

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

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

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

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

p.infomation {
    border-top: dotted 2px ;
    border-bottom: dotted 2px ;
    padding: 5px 0 5px 0;
}

.form_btn img {
    margin: 0px;
    padding: 0px;
    width: 400px;
}


.thanks_toppage a {
    text-decoration: underline;
}

.thanks_toppage a:hover {
  text-decoration: none;
}


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

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

div#thanks {
	width: 95%;
}
    
.form_btn img {
    width: 90%;
}

}

/* 1000pixel end */


@media (min-width: 1000px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

