@charset "utf-8";
/* inquiry css - (c) BLOCKBUSTER Co. Ltd. */

/* 7. eachPageStyle
--------------------------------------------------*/
/* 契約照会 */
	
	#inquiry_content {
		width: 740px;
		margin: 0 auto;
	}
	
	/* 契約ご注意 */
	.inquiry_attention {
		width: 650px;
		margin: 10px 0 10px;
		padding: 15px 30px 15px 60px;
		background: #FCE391 url(../../image/contract/attention_bg.gif) no-repeat left top;
	}
	
	.inquiry_attention .cap { color:#333333; font-size:10px; line-height:16px; }
	
	
	
	/* 契約ボタン */
	#contract_btn01 { text-align:right; margin-bottom:30px; }
	
	#contract_btn01 ul { line-height:0; }
	
	#contract_btn01 ul li { display:inline; }
	
	#contract_btn01 ul li img { margin-left:76px; }
	
	#contract_btn02 { text-align:center; margin-bottom:30px; }
	
	#contract_btn02 ul { line-height:0; }
	
	#contract_btn02 ul li { display:inline; }
	
	#contract_btn02 ul li img {  }
	
	
		
	/* 契約内容　*/
	#contract_contents { margin-top:20px; margin-bottom:30px; text-align:center; }
	
	#contract_contents td { border-bottom:#FFF solid 1px; }
	
	#contract_contents .heading { width:149px; background-color:#FCE391; border-right:#FFF solid 1px; font-weight:bold; }
	
	/* C002用 */
	#contract_contents .heading_over { width:149px; background-color:#DDD; border-right:#FFF solid 1px; font-weight:bold; }	

	#contract_contents .text01 { width:89px; background-color:#EBEBEB; border-right:#FFF solid 1px; }
	
	#contract_contents .text02 { width:149px; background-color:#DDD; border-right:#FFF solid 1px; }
	
	#contract_contents .text03 { width:89px; background-color:#EBEBEB; border-right:#FFF solid 1px; }
	
	#contract_contents .text04 { width:99px; background-color:#DDD; border-right:#FFF solid 1px; }
	
	#contract_contents .text05 { width:100px; background-color:#EBEBEB; }
	
	
	/* C003用 */
	#contract_contents02 { margin-bottom:15px; }
	
	#contract_contents02 td { border-bottom:#FFF solid 1px; }
	
	#contract_contents02 .heading { width:170px; background-color:#FCE391; border-right:#FFF solid 1px; font-weight:bold; text-indent:5px; }

	#contract_contents02 .heading02 { width:170px; background-color:#FCD278; border-right:#FFF solid 1px; font-weight:bold; text-indent:5px; }
	
	#contract_contents02 .heading03 { width:170px; background-color:#FCD278; border-right:#FFF solid 1px; font-weight:bold; text-indent:5px; }
	
	
	
	/* A008用 */
	#contract_contents02 .heading04 { width:170px; background-color:#CCC; border-right:#FFF solid 1px; font-weight:bold; text-indent:5px; }

	#contract_contents02 .text { width:549px; background-color:#EBEBEB; text-indent:5px; }
	
	#contract_contents02 .text02 { width:178px; background-color:#EBEBEB; border-right:#FFF solid 1px; text-indent:5px; }
	
	#contract_contents02 .text03 { width:179px; background-color:#EBEBEB; text-indent:5px; }
	
	#contract_contents02 .heading span { color:#FF0000; padding-left:5px; }
	
	#contract_contents02 .text div { padding-left:5px; }
	
		
	/* 削除完了 */
	#inquiry_complete {
		width: 740px;
		margin-bottom: 20px;
		padding: 15px 0 ;
		background-color: #FCE391;
		color: #DF0032;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
	}
	
	/* パスワード変更ステップ */
	.password_step {	width: 790px;	height: 50px;	margin-bottom: 35px; }
	
	.password_step ul li {	display: inline; }
	
	/* 変更完了(C007用) */
	#change_complete {
		width: 740px;
		margin-bottom: 20px;
		padding: 25px 0 ;
		background-color: #FCE391;
		text-align: center;
	}
	
	#change_complete div {
		color: #DF0032;
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
	}
	
	