
body {
	font-size: 90%;
	max-width: 480px;
	min-width: 250px;
	-webkit-text-size-adjust: 100%;
}

.df {
	display: none;
}

.sp {
	display: inline;
}

h1.subtitle,
h2.subtitle {
	font-size: 180%;
}

h2.img {
	font-size: 23px;
}

p.spjustify {
	text-align: justify;
}

span.link-btn a,
span.link-btn-prev a,
span.link-btn-next a,
div.page a.next,
div.page a.prev,
div.body a.link-btn,
a.link-btn,
a.link-btn-prev {
	background-size: 5px;
	display: block;
	margin: 15px 0px;
	padding: 10px 20px;
	width: auto;
	text-align: center;
}

div.body p a {
	display: block;
	text-align: center;
}

/***********************************************************************/
ul.property-list {
	border-spacing: 10px;
	display: block;
	width: auto;
}

ul.property-list li {
	display: block;
	padding: 10px 0px;
	width: 100%;
}

ul.property-list li a {
	color: black;
	display: block;
	-moz-border-radius: 5px;
	padding: 5px 10px 40px 10px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	width: auto;
	min-height: 100px;
}

ul.property-list li a span.img {
	display: table-cell;
	padding-top: 10px;
	width: 50%;
}

ul.property-list li a span.img img {
	height: auto;
	width: 100%;
}

ul.property-list li a span.text {
	display: table-cell;
	padding-left: 3%;
	vertical-align: top;
	width: 57%;
}

ul.property-list li a span.text span.price {
	padding-top: 10px;
}

ul.property-list li a span.text span.price strong {
	font-size: 150%;
}

table.list-table th {
	font-size: 85%;
	padding: 10px;
	white-space: nowrap;
	width: auto;
}

table.list-table td {
	padding: 10px;
}

ul.photos {
	margin: 0px auto;
	width: 100%;
}

ul.photos li img {
	height: auto;
	width: 100%;
}

/***********************************************************************/
table.form-table {
	border-top: 1px dotted #c5c5c5;
}

table.form-table tr {
	display: block;
	position: relative;
}

table.form-table th {
	border: none;
	border-top: 1px dotted #c5c5c5;
	display: block;
	float: left;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 0px 10px 5%;
	text-align: left;
	width: 95%;
}

table.form-table td {
	border: none;
	clear: both;
	display: block;
	line-height: 1.5em;
	padding: 10px 2% 20px 5%;
	width: 90%;
}

table.form-table td.m {
	border: none;
	float: right;
	height: 30px;
	padding: 0px;
	position: absolute;
	right: 10px;
	top: 11px;
	width: 30px;
}

table.form-table select {
	width: 89%;
}

table.form-table td input,
table.form-table td span.spwideform input {
	width: 89%;
}

table.form-table td span.spwideform textarea {
	width: 89%;
}

table.form-table td span.comment {
	line-height: 2em;
}

input.submit {
	display: block;
	padding: 18px 5%;
	width: 90%;
}

body#form p.error {
	padding: 30px 20px;
}

body#form table.form-table th {
	padding: 10px 0px 10px 5%;
}

body#form table.form-table td {
	padding: 10px 2% 20px 5%;
}

/***********************************************************************/
#header #header-tel {
	margin: 0px auto;
	padding: 20px 0px 30px 20px;
	text-align: center;
	width: auto;
}

#header #header-logo {
	padding-bottom: 80px;
}

#header #header-logo img {
	height: auto;
	max-width: 200px;
	width: 100%;
}

div.spmain,
div.main {
	padding: 0px 15px;
	width: auto;
}

div.footercontact {
	width: 100%;
}

#footer {
	padding-bottom: 0px;
}

#footer a {
	color: white;
}

#footernav {
	display: block;
	padding: 20px 0px 0px 0px;
}

#footernav ul {
	margin: 0px;
	padding: 0px;
}

#footernav ul li {
	display: block;
	padding-bottom: 1px;
}

#footernav ul li:last-child {
	border-right: none;
}

#footernav ul li a {
	background: rgba(255,255,255,0.6) url(images/link_btn_blue.png) no-repeat right 10px center;
	border: none;
	color: black;
	display: block;
	font-size: 100%;
	padding: 15px 20px;
	text-decoration: none;
}

#footer p#footer-copy {
	padding: 0px 0px 10px 0px;
}

#pagetop {
	position: static;
}

#pagetop a {
	background-color: rgba(255,255,255,0.2);
	color: white;
	display: block;
	padding: 20px 0px;
	text-decoration: none;
}

