/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*☆-----共通設定↓---------------------------*/
*{
	margin:0;
	padding:0;
	color:#292929;
	text-decoration:none;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
    font-weight: normal;
    font-style: normal;
	list-style-type:none;
	}
div.pasta img {
	border:none;
    border-style:none;
}
div.pasta a img {
	border:none;
	border-style:none;
	text-decoration:none;
	}
div.pasta a:visited { 
	border-style:none;
    border:none;
	text-decoration:none;
	 }
div.pasta a:focus { 
	/*outline: thin dotted;*/
	text-decoration:none; 
 }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
div.pasta a:hover, a:active { 
	outline: 0;
 	text-decoration:none;
 }
div.pasta a {
	text-decoration:none;
	}
	
div.pasta nav ul{ 
	list-style: none; 
	list-style-image: none; 
	margin: 0; 
	padding: 0; 
}


div.pasta .img {
	display:block;
	margin:0 auto;
	height:auto;	
}
/*☆-----fade設定ここから---------------------------*/
div.pasta .fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
div.pasta .fade:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}   
/*☆-----fade設定ここまで---------------------------*/

/*☆-----clearfix設定ここから---------------------------*/
div.pasta .clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
div.pasta .clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* div.pasta html .clearfix { height: 1%; }  
div.pasta .clearfix { display: block; }  
/* End hide from IE-mac */  
/*☆-----clearfix設定ここまで---------------------------*/


/*☆-----共通設定ここまで---------------------------*/

/*☆--------------------大枠設定↓--------------------☆*/

div.pasta body{
	background-color:#fcefbc;
	height:100%;
	}

div.pasta div.wrapper_thanks {
	margin:0 auto;
	background-color:#fcefbc;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
	}

/*☆--------------------大枠設定ここまで--------------------☆*/
div.pasta .header {
	display:block;
	height:auto;
	margin:0 auto;
	text-align:left;
	padding:20px 10px;
	background-color:#ff6600;
	}
div.pasta h1 {
	display:block;
	width:700px;
	min-height:100px;
	height:auto;
	margin:0 auto;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	line-height:1.5em;
	padding-left:260px;
	background-image:url(../img/pasta_logo.png);
	background-repeat:no-repeat;
	background-position:left center;
	}

/*h3 {
	display:block;
	text-align:center;
	padding:5px 0;
	background-color:#ff6600;
	color:#ffffff;
	font-weight:bold;
	}*/
div.pasta .form_wrap {
	width:700px;
	height:auto;
	padding:20px 20px 0px 20px;
	margin:30px auto 30px auto;
	border:solid #ff6600 2px;
	border-radius:10px;
	background-color:#ffffff;
	}
div.pasta .item {
	margin-bottom:15px;
	}
div.pasta .title {
	font-size:18px;
	font-weight:bold;
	color:#ff6600;
	}
div.pasta .hissu {
	display:inline-block;
	margin-left:10px;
	padding:1px 6px 0px 4px;
	background-color:#ff3939;
	font-size:12px;
	font-weight:800;
	color:#ffffff;
	line-height:2em;
	vertical-align:middle;
	}
div.pasta .attention {
	display:inline-block;
	margin-left:20px;
	font-size:12px;
	font-weight:800;
	color:#ff3939;
	vertical-align:middle;
	}
div.pasta .j_logo {
	display:block;
	width:250px;
	margin:0 auto;
	}
div.pasta .footer {
	background-image:url(../img/footer.png);
	background-repeat:repeat-x;
	background-position:bottom;
	}
div.pasta .content2 {
	width:662px; 
	height: 160px;
	overflow-y: scroll;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:18px;
	padding-right:18px; 
	border:solid 2px #ff6600; 
	font-size:12px; 
	line-height:20px;
	}
div.pasta .agreement_btn {
	display:block;
	padding-left:10px;
	}
.submit_btn {
	display:block;
	margin:0 auto;
	width:71px;
	height:74px;
	}
	
div.pasta .item_btn {
	display:block;
	margin:0 auto;
	width:71px;
	height:74px;
	margin-bottom:15px;
}
 
div.pasta .submit_btn:hover {
   /* opacity: 0.0;*/
 
    /* IE */
    /*filter: alpha(opacity=0);*/
}
/*☆--------------------thanksページ↓--------------------☆*/
div.pasta .box {
	margin:0 auto;
	width:50%;
	height:100%;
	padding:5%;
	text-align:center;
	}
div.pasta .footer_thanks {
	height:250px;
    bottom:0;
	
	}

/*☆--------------------thanksページここまで--------------------☆*/