@charset "utf-8";

/*!　お問合せ
 * ---------------------------------------------------------- */

#propertyContact div.categoryTit {
	line-height: 1;

	display: flex;
	justify-content: flex-start;
	
	margin-bottom: 10px;
}
#propertyContact div.categoryTit h1 {
	font-size:1.5rem;
	line-height: 1.5;
	font-weight: bold;
	margin-left: 15px;
}
#propertyContact div.categoryTit p {
	display:block;
	height:1.875rem;
	color:#FFF;
	padding-right: 10px;
	padding-left: 10px;
	white-space:nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
}
#propertyContact div.categoryTit p.category {
	font-size:0.813rem;
	background-color: #333;
	width:100px;
	text-align:center;
}
#propertyContact div.categoryTit p.new {
	font-size:0.75rem;
	background-color: #E83217;
}
/*==================================================================================================================*/
/*!　お問合せフォーム
 * ---------------------------------------------------------- */

#php_form td > dl.number {
	margin: 0;
	padding: 0;
}
#php_form td > dl.number dt {
	float: left;
	font-size: 0px;
	line-height: 0;
}
#php_form td > dl.number dt img {
	max-width:80px;
	height:auto;
}
#php_form td > dl.number dd {
	text-indent:1em;
}

#php_form > .inner {
	padding: 0;
}
#php_form h2.tit {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.25rem;
}
input[type=submit],input[type=button]{
	font-family: FontAwesome;
}
p.bot {
	text-align: center;
	margin: 30px auto;
	width:600px
}
p.bot input {
	margin-right: auto;
	margin-left: auto;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);

	width: 420px;
	padding: 8px;
	text-decoration: none;
	display:block;
	text-align:center;
	position: relative;
	color: #FFF;
	
	-webkit-border-radius: 6px;
	-moz-border-radius:  6px;
	-ms-border-radius: 6px;
	-o-border-radius:  6px;
	border-radius:  6px;
	
	font-weight: bold;
	border: 2px solid #FFF;
}
p.bot input:hover {
	transition: background-color 0.5s;
	
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
p.bg01 input {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,333333+50 */
background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top, #cccccc 0%, #333333 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #cccccc 0%,#333333 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #cccccc 0%,#333333 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
p.bg02 input {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00cc00+0,009900+50,009900+50 */
background: #00cc00; /* Old browsers */
background: -moz-linear-gradient(top, #00cc00 0%, #009900 50%, #009900 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #00cc00 0%,#009900 50%,#009900 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #00cc00 0%,#009900 50%,#009900 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cc00', endColorstr='#009900',GradientType=0 ); /* IE6-9 */
}

#php_form {
	width: 100%;
}
#php_form table {
	width: 100%;
	margin-bottom: 50px;
	border-top: 1px dotted #BEC2BB;
	border-collapse: separate;
}
#php_form p {
}
#php_form em {
	color: #FFF;
	font-style: normal;
	font-size: 	0.75rem;
	background-color: #E83217;
	margin: 0px 0px 0px 5px;
	padding: 2px 5px 1px 5px;
	line-height: normal;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#php_form th {
	text-align: left;
	padding:20px;
	width: 240px;
	vertical-align: top;

	background-color: #EEF2EA;
	border-bottom: 1px dotted #BEC2BB;
}
#php_form td {
	padding:20px;
	background-color: #FFF;
	border-bottom: 1px dotted #BEC2BB;
}
#php_form textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #CCC;
}
#php_form input[type=text],
#php_form input[type=tel] {
	border: 1px solid #CCC;
}
#php_form input.itext:focus, textarea:focus {
	color: #000000;
	background: #FFFFFF;
}
#php_form input.itext:focus, textarea:focus {
	color: #000000;
	background: #FFFFcc;
}
#php_form input.itext:focus, textarea:focus {
	color: #000000;
	background: #FFFFcc;
	border:1px solid #cccccc;
}

@media print, screen and  (max-width:640px) {
#php_form > .inner {
	padding: 10px;
}
#php_form input,#php_form textarea {
  font-size: 1.6em;
}
#php_form select {
  font-size: 1.6em;
  width:100%;
}
#php_form, #php_form thead, #php_form tbody, #php_form tr, #php_form th, #php_form td {
	width: 100%;
	display: block;
}
#php_form {
	width: 100%;
}
#php_form table {
	border-top:1px solid #CCC;
}
#php_form th,#php_form td {
	width:auto;
	display: block;
}
#php_form th {
	padding:10px 20px;
}
#php_form td {
	padding:10px 20px;
}
p.bot {
	width: 80%;
}
p.bot input {
	width: 100%;
}
input.itext {
 width: 100%;
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -ms-box-sizing: border-box;
 -o-box-sizing: border-box;
}
input.code {
 width: 8em;
}
}
