@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

contact.css
		
					最終更新日　14.01.20

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/



/*
 * 入力・確認・完了
 * 共通大枠
 */
   
#tbBody{
	width:70%;
}


/*dl----------*/
#tbBody dl{
	margin-top: 24px;
}
#tbBody dl dt{
	font-size: 110%;
	color: #171e62;
}
#tbBody dl dd{
	margin-top: 8px;
	margin-bottom: 30px;
}
#tbBody dl dd:last-child{
	margin-bottom: 0;
}
#tbBody dl dd p{
	padding:10px 0 0 0;
}

/*dl　h3----------*/
#tbBody dl dd h3{
	margin-top: 12px;
	font-size:100%;
	font-weight: bold;
}

/*input----------*/
#tbBody label{
}
#tbBody .text{
	width:100%;
	padding:6px;
	border:1px solid #cfcfcf;
	
	/*radius----------*/
    border-radius: 4px; 
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */	
}
#tbBody .text-short{
	width:90%;
	margin:0 10px 0 0;
	padding:6px;
	border:1px solid #cfcfcf;
	
	/*radius----------*/
    border-radius: 4px; 
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */	
}
#tbBody .text-short-short{
	width:30%;
	margin:0 10px 0 0;
	padding:6px;
	border:1px solid #cfcfcf;
	
	/*radius----------*/
    border-radius: 4px; 
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */	
}
#tbBody .text-space{
	padding-bottom:20px;
}
#tbBody .textarea{
	width:100%;
	padding:6px;
	border:1px solid #cfcfcf;
	
	/*radius----------*/
    border-radius: 4px; 
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
}
#tbBody select{
	width:100%;
	padding:6px;
	border:1px solid #cfcfcf;
	
	/*radius----------*/
    border-radius: 4px; 
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */	
}


/*required----------*/
#tbBody .required{
	color: #C72323;
}


/*att----------*/
#tbBody .att{
	padding: 10px 0;
	color: #C72323;
}
#tbBody .att .caution{
	width:150px;
	background:#ffebeb;
}

/*elementTb----------*/
#tbBody .elementTb{
	width:100%;
}
#tbBody .elementTb td{
	padding-right:20px;
}
#tbBody .elementTb td:last-child{
	padding-right: 0;
}


/*submit----------*/
#mainBody .submit {
	width:70%;
	padding:50px 0 0 0;
}
#mainBody .submit .att{
	padding: 10px 0;
	color: #C72323;

}
#mainBody .submit input {
	cursor: pointer;
}
#mainBody .check input{
	width:49%;
}
#mainBody .thanks a{
	width:100%;
	text-align:center;
}



/*
 * 完了画面
 * コメント
 */
.thanksComment p{
	padding:20px 0!important;
	
}
.thanksComment strong{
	color: #C72323;
}
	.thanksComment a:link,
	.thanksComment a:visited,
	.thanksComment a:active{
		color:#C72323;
		text-decoration:none;
		outline:none;
	}
	.thanksComment a:hover{
		color:#C72323;
		text-decoration:none;
		outline:none;
	}

   





/* 居抜き物件 売却募集
   ====================================================== */
.inuki{
	padding:0 0 50px 0;
}
.inuki .selectTime select{
	width:30%!important;
	padding:6px;
	border:1px solid #cfcfcf;
	
	/*radius----------*/
    border-radius: 4px; 
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */	
}



/* 売却・買取のご相談
   ====================================================== */
.sale label{
	display:block;
	padding:5px 0;
}
.sale .labelInline label{
	display:inline;
}




