
* {
	border: none;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-weight: 500;
	min-width: 1000px;
	-webkit-text-size-adjust: 100%;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

h1.subtitle,
h2.subtitle {
	font-size: 290%;
	font-weight: 400;
	padding-top: 50px;
}

div.body h2 {
	border-bottom: 5px solid #00afdd;
	font-size: 120%;
	margin: 20px 0px;
	padding: 5px 10px;
	text-align: center;
}

h3.img {
	padding: 15px 0px;
}

h3.img em {
	border-bottom: 3px solid #00afdd;
	font-size: 110%;
	font-style: normal;
	font-weight: 500;
	padding: 5px 40px;
}

p {
	margin: 10px 0px;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0px;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0px;
	text-align: center;
}

sup,
sub {
	font-size: 70%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: black;
	overflow: hidden;
}

a:hover,
input.submit:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	opacity: 0.6;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a.link-btn,
span.link-btn a,
div.body p a {
	background: #00afdd url(images/link_btn.png) no-repeat right 15px center;
	border-radius: 5px;
	color: white;
	font-size: 115%;
	font-style: normal;
	margin: 0px auto;
	-moz-border-radius: 5px;
	padding: 20px 75px;
	text-decoration: none;
	-webkit-border-radius: 5px;
}

div.body p a {
	padding: 10px 60px;
}

a.link-btn-prev,
span.link-btn-prev a {
	background: #00afdd url(images/link_btn_prev.png) no-repeat left 15px center;
	border-radius: 5px;
	color: white;
	font-size: 115%;
	font-style: normal;
	margin: 0px auto;
	-moz-border-radius: 5px;
	padding: 15px 65px;
	text-decoration: none;
	-webkit-border-radius: 5px;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.6em;
	width: 100%;
}

div.body table {
	margin: 10px auto;
}

div.body table th,
div.body table td {
	border: 1px solid gray;
	padding: 3px 5px;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.marker,
strong.marker {
	background: linear-gradient(transparent 50%, #faf09a 50%);
	padding: 0px 5px;
}

span.img-right {
	float: right;
	margin: 5px 0px 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0px;
}

div.body ul,
ul.list {
	border-top: 1px dotted #00afdd;
	line-height: 1.5em;
}

div.body ul li,
ul.list li {
	background: url(images/ul_list_li.png) no-repeat 10px 13px;
	border-bottom: 1px dotted #00afdd;
	display: block;
	padding: 7px 0px 7px 30px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0px 0px 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0px;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: 0.2em;
}

div.line {
	background: url(images/line.gif) repeat-x center center;
	clear: both;
	display: block;
	font-size: 5px;
	height: 20px;
	text-indent: -2000em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
div.mark {
	margin: 0px auto;
	position: relative;
	width: 50px;
	z-index: 2;
}

div.mark span {
	display: block;
	position: absolute;
	top: -20px;
}

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

ul.photos li {
	display: table-cell;
	padding: 0px 5px;
}

table.list-table {
	border-top: 1px dotted #00afdd;
}

table.list-table th {
	background-color: rgba(0,175,221,0.2);
	border-bottom: 1px dotted #00afdd;
	font-weight: normal;
	padding: 15px 30px;
	width: 30%;
}

table.list-table td {
	background-color: rgba(255,255,255,0.8);
	border-bottom: 1px dotted #00afdd;
	padding: 15px 30px;
}

/***********************************************************************/
table.form-table {
	border-top: 1px dotted #8ac66e;
	width: 100%;
}

table.form-table th {
	background-color: rgba(138,198,110,0.3);
	border-bottom: 1px dotted #8ac66e;
	padding: 23px 20px 15px 20px;
	text-align: right;
	vertical-align: top;
	width: 35%;
}

table.form-table td {
	border-bottom: 1px dotted #8ac66e;
	padding: 10px 25px;
}

table.form-table td.m {
	padding: 22px 0px 22px 20px;
	vertical-align: top;
	white-space: nowrap;
	width: 5%;
}

table.form-table td.m span {
	background-color: #8ac66e;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 70%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

table.form-table td table th {
	border: none;
	font-weight: normal;
	padding: 0px 10px 0px 0px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	width: 10%;
}

table.form-table td table td {
	border: none;
	padding: 0px;
}

table.form-table td span.comment {
	color: gray;
	margin-left: 5px;
}

table.form-table input,
table.form-table select,
table.form-table textarea {
	border: 3px solid #a4d28e;
	border-radius: 5px;
	font-size: 100%;
	margin: 1px 0px;
	-moz-border-radius: 5px;
	padding: 10px;
	-webkit-border-radius: 5px;
}

table.form-table td input {
	margin-right: 10px;
}

table.form-table textarea {
	font-family: inherit;
	font-size: 120%;
	width: 95%;
}

input.radio,
input.checkbox {
	background-color: transparent;
	border: none;
	padding: 0px;
}

input.submit {
	background: #8ac66e url(images/link_btn.png) no-repeat right 20px center;
	border-radius: 10px;
	color: white;
	cursor: pointer;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin: 0px auto;
	-moz-border-radius: 10px;
	padding: 20px 100px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 10px;
}

input.submit:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

body#form table.form-table th,
body#form table.form-table td {
	padding-bottom: 20px;
	padding-top: 20px;
}

body#form table.form-table td table th,
body#form table.form-table td table td {
	padding-bottom: 0px;
	padding-top: 0px;
}

/***********************************************************************/
ul.property-list {
	margin: 0px auto;
	width: 840px;
}

ul.property-list li {
	display: block;
	float: left;
	padding: 10px;
	width: 260px;
}

ul.property-list li a {
	background: white url(images/link_btn_down_blue.png) no-repeat center bottom 20px;
	border-radius: 5px;
	color: black;
	display: block;
	min-height: 380px;
	-moz-border-radius: 5px;
	padding: 20px 36px 0px 36px;
	text-decoration: none;
	-webkit-border-radius: 5px;
}

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

ul.property-list li a span.text span {
	display: block;
	font-size: 85%;
	line-height: 1.6em;
}

ul.property-list li a span.text span.price {
	padding: 15px 0px 5px 0px;
}

ul.property-list li a span.text span.price strong {
	font-size: 200%;
	margin-right: 5px;
}

ul.property-list li.small {
	font-size: 85%;
}

ul.property-list li a span.text span.category {
	color: white;
	display: inline;
	font-size: 90%;
	padding: 5px 0px;
	vertical-align: middle;
}

ul.property-list li a span.text span.category span {
	display: inline;
	font-size: 85%;
	padding: 5px 20px;
	text-align: center;
}

a span.category span.land,
.category span.land a {
	background-color: #caaa2a;
}

a span.category span.housing,
.category span.housing a {
	background-color: #0195dc;
}

a span.category span.mansion,
.category span.mansion a {
	background-color: #8cbf38;
}

a span.category span.other,
.category span.other a {
	background-color: #aead8d;
}

div.category span a {
	color: white;
	font-size: 100%;
	padding: 8px 10px;
	text-decoration: none;
	text-decoration: none;
}

div.page {
	padding: 20px 15px;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.next,
div.page a.prev {
	margin: 0px 10px;
}

div.page a.page-numbers {
	background-color: #00afdd;
	border-radius: 5px;
	color: white;
	font-style: normal;
	-moz-border-radius: 5px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 5px;
}

div.page a.next,
div.page a.prev {
	border: none;
	padding: 13px 80px 13px 70px;
}

div.page a.next {
	background: #00afdd url(images/link_btn.png) no-repeat right 15px center;
}

div.page a.prev {
	background: #00afdd url(images/link_btn_prev.png) no-repeat left 15px center;
}

div.page span.page-numbers {
	background-color: white;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	font-style: normal;
	-moz-border-radius: 5px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 5px;
}

/***********************************************************************/
#header-bg {
	background: #e3d7ba url(images/header_bg.jpg) no-repeat center top;
}

#header h1,
#header p {
	font-size: 75%;
	font-weight: 500;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

#header #header-tel {
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
	text-align: right;
	width: 900px;
}

#header #header-tel em,
#header #header-tel a {
	background: url(images/header-tel.png) no-repeat left 10px;
	color: #00afdd;
	font-size: 180%;
	font-style: normal;
	font-weight: bold;
	padding: 10px 35px;
	text-decoration: none;
}

#header #header-logo {
	display: block;
	padding: 20px 10px 150px 10px;
	text-align: center;
}

#header a#header-logo {
	padding-bottom: 30px;
}

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

div.main {
	margin: 0px auto;
	width: 800px;
}

div.bg-white {
	background-color: rgba(255,255,255,0.8);
}

div.bg-lightblue {
	background-color: rgba(222,245,251,0.8);
}

div.bg-blue {
	background-color: rgba(51,204,255,0.7);
}

div.footercontact {
	margin: 0px auto;
	width: 650px;
}

div.footercontact a {
	background: url(images/menu_contact.jpg) no-repeat center bottom -70px;
	border-radius: 10px;
	color: white;
	display: block;
	font-size: 33px;
	font-weight: 300;
	-moz-border-radius: 10px;
	padding: 30px 0px 50px 0px;
	text-decoration: none;
	-webkit-border-radius: 10px;
}

div.footercontact a span {
	font-size: 18px;
	font-weight: bold;
}

#footer {
	background: #39afe1 url(images/footer_img.jpg) no-repeat center top;
	color: white;
	position: relative;
	text-align: center;
}

#footer h4 {
	padding-top: 70px;
}

#footer p#footer-copy {
	font-size: 65%;
	padding-bottom: 20px;
	text-align: center;
}

#footer #footer-address div {
	margin-bottom: 5px;
}

#footer #footer-address address {
	display: inline;
	font-size: 80%;
	font-style: normal;
}

#footer #footer-address address a {
	color: white;
}

#footer #footer-address p {
	font-size: 80%;
	text-align: center;
}

#footernav {
	padding: 40px 0px 50px 0px;
}

#footernav ul {
	margin: 0px;
	text-align: center;
}

#footernav ul li {
	border-left: 1px solid #8dd7ef;
	display: inline;
	text-align: center;
}

#footernav ul li:last-child {
	border-right: 1px solid #8dd7ef;
}

#footernav ul li a {
	color: white;
	line-height: 1em;
	padding: 0px 25px;
	text-decoration: none;
}

#footernav ul li a:hover {
	text-decoration: underline;
}

#pagetop {
	position: fixed;
	right: 25px;
}

#pagetop a {
	display: block;
	text-align: center;
}

