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

body { background-color:#FFF;}

#header { border-bottom:1px solid #CCC; padding-bottom:1em;}

#iframe_main { width:980px; margin:0 auto;}
iframe { border:none; margin:0; padding:0; overflow:auto; }
iframe { height:800px;}

/* -------------------
		完了画面
-------------------　*/
.thanks { width:800px; margin:0 auto; line-height:1.5em; }
.thanks h2 { text-align:center;}
.thanks p { margin-bottom:1em;}
.thanks h3 { font-weight:bold; margin:3em 0 0.5em 0; font-size:inherit;}


@media screen and (max-width:767px) {
#iframe_main { width:100%;}
iframe { height:1000px;}
/* -------------------
		完了画面
-------------------　*/
.thanks { width:80%; margin:0 auto;}
.thanks h2 { text-align:center;}

}
