@charset "utf-8";
#pagetitle{
	padding:12px 10px 11px;
	background:#df93a9;
	border-bottom:2px solid #d9718e;
	margin-bottom:16px;
}
#pagetitle h1{
	color:#fff;
	font-weight:bold;
	font-size:129%;
}
/*基本レイアウト*/
.base-l .title{
	border-top: 3px solid #df93a9;
	border-bottom: 1px solid #c8c8c8;
	padding: 12px 10px 14px;
}
.detail .base-l h2 {
	font-size: 115%;
	line-height:1.3;
}
.item h3{
	display:none;
}
.item:last-child{
	border-bottom:1px solid #dcdcdc;
}
.message-wrap{
	margin:20px 0 10px;
	padding:0 10px;
}
#form{
	margin-bottom:20px;
}
#error{
	color: #c35570;
	margin-bottom: 10px;
}
/*テーブル*/
table{
	width:100%;
}
th,td{
	display:block;
}
th{
	text-align:left;
}
form input, form textarea{
	font-size:14px;
}
.ti{
	border-radius:3px;
	background: #f0ece1;
	color:#5a4747;
	font-weight:bold;
	padding:8px 10px 9px;
}
.ti .must{
	color: #c35570;
	font-size:86%;
}
.input{
	padding:10px;
}
.description{
	font-size:86%;
	color:#7f7f7f;
	margin-bottom:3px;
	
}
input[type="text"]{
	width:90%;
}
textarea{
	width:90%;
	min-height:8em;
}
input[name="re-mail"]{
	display:none;
}
#form label{
	display:block;
	padding:9px;
	border-bottom:1px solid #dcdcdc;
}
.next_Confirm #form td label:last-child{
	border-bottom:none;
}
#form div label:last-child{
	border-bottom:none;
}
/*名前*/
.input_name input[name="name"],.input_name_kana input[name="name_kana"]{
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.input_name input.name_code_1,.input_name input.name_code_2,.input_name_kana input.kana_code_1,.input_name_kana input.kana_code_2{
	display:inline-block;
	width:8em;
	margin-right:1em;
}
@media screen and (max-width:320px){
	.input_name input.name_code_1,.input_name input.name_code_2,.input_name_kana input.kana_code_1,.input_name_kana input.kana_code_2{
		width:7em;
	}
}
td .ad{
	min-width:25px;
	display:inline-block;
	margin-right:5px;
}

/*郵便番号*/
.input_zip input[type="text"]{
	width:35%;
	display:inline-block;
	margin-right:6px;
}
.input_zip input[type="button"]{
	background:#dcdcdc;
	padding:8px;
	border-radius:3px;
	vertical-align:middle;
}
/*賃料など*/
.input_price1 input,.input_area1 input,.input_day input{
	width:50%;
	display:inline-block;
	margin-right:3px;
}
/*内覧希望日・詳しい内容*/
.input_comment textarea{
	margin-top:5px;
}
/*内覧希望日*/
.input_visit_time input{
	width:4em;
	display:inline-block;
	vertical-align:middle;
	margin-right:2px;
}
.input_visit_time .description{
	margin-bottom:5px;
}
/*チェックボックスのエリア*/
.next_Confirm .input_contact,.next_Confirm .input_layout,.next_Confirm .input_kodawari{
	padding:0;
}
	
	/*送信確認*/
#form .btn{
	margin:10px 10px 0;
}
#form .btn input[type="submit"]{
	text-align: center;
	color: #fff;
	display: block;
	background: #7ebfbf;
	border-radius: 6px;
	padding: 14px 0;
	margin:0 auto;
	width: 100%;
	display: block;
}
/*確認画面*/
.next_Send .input-wrap{
	display:none;
}
.next_Send #form #correctsubmit{
	display:block;
	background:url(/sp/img/common/arrow_back.png) 5% center no-repeat #dcdcdc;
	margin-top:12px;
	border:1px solid #c8c8c8;
	color:#333;
	width: 85%;
	background-size: 8px auto;
	padding:9px 0;
}