@charset "utf-8";

/* 不動産無料査定フォーム　スマホ用 */

/* common */
img {
	width: 100%;
}
.spbr { display: inline; }


/* header */



/* main */
#main {
	width: 95%;
	margin: auto;
}

#form1 table,
#form1 table tbody,
#form1 table tr,
#form1 table th,
#form1 table td {
	display: block;
	width: 100%;
	border: solid 1px #ccc;
	box-sizing: border-box;
}
input[name="zip"] {
	margin-bottom: 0.5em;
}
input[name="address"],
input[name="email"] {
	width: 97%;
}
textarea[name="message"] {
	width: 97%;
}

#form1 table td div.tab_box {
	width: calc(100% - 12px);
}
#form1 table td div.tab_box label {
	float: none;
	display: block;
	width: 100%;
}
#form1 table.in,
#form1 table.in tbody,
#form1 table.in tr,
#form1 table.in th,
#form1 table.in td {
	display: block;
	width: 100%;
	max-width: unset;
}
#form1 table.in td textarea {
	width: 97%;
}


/* footer */
#main #footer #namebox {
	width: 100%;
}
#main #footer #namebox img {
	height: auto;
}
#footer {
	padding-bottom: 20px;
}
#footer .right,
#footer .left {
	float: none;
	width: 100%;
}