/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
  font-family: sans-serif;
  font-size: 15px;
  color: #333;
  -webkit-text-size-adjust: none;
}

a {
  color: #245bad;
}

p {
  line-height: 1.6;
}

#container {
  background: #eee;
  width: 100%;
}

#header {
  background: url(../img/bg_header.png) repeat-x 0 0;
  /* -webkit-background-size: 5px; */
  position: relative;
  height: 100px;
}

@media all and (orientation:landscape) {
}

#header h1 {
  width: 100%;
  height: 100px;
  background: url(../img/bg_header6.png) no-repeat center bottom;
  -webkit-background-size: 300px 60px;
}

#header h1 a {
  position: absolute;
  display: block;
  width: 189px;
  top: 10px;
  left: 10px;
}

#header button {
  position: absolute;
  width: 81px;
  top: 12px;
  right: 10px;
  background: transparent;
  border: none;
  padding: 0;
}


.block {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.block .block {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


.round-box {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.inner {
  padding: 10px;
  margin-top: 0 !important;
}

.inner p {
  margin-bottom: 1em;
}

.row {
}

.col {
  float: left;
}

.pull {
  float: right !important;
}

.row:after, .col:after, .clr:after, .group:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


h2 {
  color: #faa61a;
  font-weight: bold;
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, 1px 1px 0px #fff;
  text-align: center;
  line-height: 1.6;
  font-size: 17px;
}

h3 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
}

h4 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
}

h5 {
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 10px;
}

.inner ul, .inner ol {
  margin: 10px 0;
  padding-left: 15px;
}

.inner ul li {
  list-style: disc;
  margin-bottom: 5px;
  line-height: 1.3;
}

.inner ol li {
  list-style: decimal;
  margin-bottom: 5px;
  line-height: 1.3;
}

.table {
  width: 100%;
}

.table tr {
  border-bottom: 1px solid #eee;
}

.table th {
  padding: 5px;
  width: 35%;
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
}

.table td {
  padding: 5px;
  line-height: 1.2;
}

.round-box h3 {
  margin: 10px;
}

.underline {
  border-bottom: 1px dotted #faa61a;
}

.aligncenter {
  text-align: center;
}

#block-contact .round-box {
  padding: 5px;
}

#block-nav .round-box {
  padding-left: 1.5%;
  border: 1px solid #fdd38d;
}

#block-nav .col {
  width: 49%;
}

#block-nav a {
  display: block;
  padding: 15px 10px;
  color: #333;
  text-decoration: none;
  background: url(../img/icon_arrow_right_circle.png) no-repeat 95% 50%;
  -webkit-background-size: 20px;
}

#block-bottom-nav .col {
  width: 49%;
}

#block-bottom-nav .round-box {
  border-radius: 15px;
  border: 1px solid #fdd38d;
}

#block-bottom-nav a {
  color: #333;
  text-decoration: none;
  -webkit-background-size: 18px;
  padding: 10px;
  display: block;
  font-size: 13px;
}

#bottom-nav-top {
  background: url(../img/icon_home.png) no-repeat 10px 50%;
  text-align: center;
  padding-left: 20px;
}

#bottom-nav-pagetop {
  background: url(../img/icon_pagetop.png) no-repeat 95% 50%;
  text-align: center;
  padding-right: 20px;
}

#copyright {
  text-align: center;
  font-size: 13px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #5b5b5b 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom,  #5b5b5b 0%,#000000 100%); /* W3C */
  color: #fff;
  border-top: 2px solid #faa61a;
  padding: 5px 0;

}

/* form */
form dl {
  padding: 10px;
}

form dt {
  font-weight: bold;
  margin-bottom: 5px;
}

form dd {
  margin-bottom: 20px;
}

input[type="text"], textarea {
  padding: 5px;
  width: 80%;
}

input[name="age"] {
  width: 20%;
}

textarea {
  width: 95%;
}

.form_row {
  overflow: hidden;
  margin-bottom: 20px;
}

.form_row .label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3;
}

.required {
  color: #fff;
  font-weight: normal !important;
  background: #c33;
  border-radius: 5px;
  padding: 3px;
  margin-left: 5px;
  white-space: nowrap;
  font-size: 12px;
}

.actions {
  text-align: center;
  padding: 10px;
}

.actions button, .actions input {
  padding: 5px 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffba54), color-stop(100%,#ff9c00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffba54 0%,#ff9c00 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom,  #ffba54 0%,#ff9c00 100%); /* W3C */
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px #ccc;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
}

.apply {
  margin: 0 10px;
}

.btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fafafa 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom,  #fafafa 0%,#cccccc 100%); /* W3C */
  padding: 7px 10px;
  position: relative;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  border: 1px solid #bbb;
  box-shadow: 0 1px 2px #999;
  font-size: 13px;
  display: inline-block;
}

.btn-primary {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb6553), color-stop(100%,#d3311a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eb6553 0%,#d3311a 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom,  #eb6553 0%,#d3311a 100%); /* W3C */
  padding: 7px 20px 7px 10px;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 0 2px 1px #ccc;
  font-size: 13px;
  display: inline-block;
}

.btn-primary:after {
  content: "";
  width: 16px;
  height: 22px;
  background: url(../img/icon_arrow_right.png) no-repeat 0 0;
  position: absolute;
  top: 8px;
  right: 0px;
  -webkit-background-size: 50%;
}

button.btn {
  padding-top: 3px;
  padding-bottom: 3px;
}

form .btn-group {
  overflow: hidden;
}

form .btn-group span {
  white-space: nowrap;
  display: inline-block;
  padding: 5px 10px 5px 0;
}

/* TOP */

#catch {
  background: url(../img/bg_catch.png) no-repeat center top;
  height: 140px;
  position: relative;
  -webkit-background-size: 472px 140px;
}

#catch span {
  position: absolute;
  top: 12px;
  left: 0px;
  text-align: center;
  width: 100%;
}

@media all and (orientation:landscape) {
  #catch {
    background: url(../img/bg_catch.png) no-repeat center top;
    height: 180px;
    position: relative;
    -webkit-background-size: 607px 180px;
  }

  #catch span {
    position: absolute;
    top: 15px;
    left: 0px;
    text-align: center;
    width: 100%;
    font-size: 18px;
  }
}

.kyoka {
  border-radius: 10px;
  padding: 2px;
  background: #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.kyoka .col:first-child {
  width: 30%;
}

.kyoka .col:last-child {
  width: 70%;
}

.kyoka a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.block-full {
}

.block-full h2 {
  border-top: 2px solid #d58704;
  background: #faa61a;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0;
  text-shadow: -1px -1px 0px #666;
}

.green {
  border-top: 2px solid #238823 !important;
  background: #2baa2b !important;
}

.red {
  border-top: 2px solid #d22f18 !important;
  background: #ec6755 !important;
}

#list-news {
  background: #fff;
}

#list-news li {
  border-bottom: 1px solid #faa61a;
  padding: 10px;
}

.block-recommend #btabs,
.block-recommend #ctabs {
  background: #fff;
  position: relative;
  padding-top: 45px;
}

.block-recommend ul.ui-tabs-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.block-recommend ul.ui-tabs-nav li {
  border-top: 1px solid #607e18;
  border-bottom: 1px solid #607e18;
  border-right: 1px solid #607e18;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9acb27), color-stop(50%,#9acb27), color-stop(50%,#86b022), color-stop(100%,#86b022)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #9acb27 0%,#9acb27 50%,#86b022 50%,#86b022 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom,  #9acb27 0%,#9acb27 50%,#86b022 50%,#86b022 100%); /* W3C */
  width: 33.2%;
  float: left;
}

#block-buy-recommend ul.ui-tabs-nav li {
  border-top: 1px solid #d22f18;
  border-bottom: 1px solid #d22f18;
  border-right: 1px solid #d22f18;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f19183), color-stop(50%,#f19183), color-stop(50%,#ec6755), color-stop(100%,#ec6755)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f19183 0%,#f19183 50%,#ec6755 50%,#ec6755 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom,  #f19183 0%,#f19183 50%,#ec6755 50%,#ec6755 100%); /* W3C */
  box-sizing: border-box;
}

#block-rent-recommend ul.ui-tabs-nav li {
  border-top: 1px solid #238823;
  border-bottom: 1px solid #238823;
  border-right: 1px solid #238823;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4dd24d), color-stop(50%,#4dd24d), color-stop(50%,#2baa2b), color-stop(100%,#2baa2b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4dd24d 0%,#4dd24d 50%,#2baa2b 50%,#2baa2b 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom,  #4dd24d 0%,#4dd24d 50%,#2baa2b 50%,#2baa2b 100%); /* W3C */
  box-sizing: border-box;
}

.block-recommend ul.ui-tabs-nav li:first-child {
  border-left: none !important;
}

.block-recommend ul.ui-tabs-nav li:last-child {
  border-right: none !important;
}

.block-recommend ul.ui-tabs-nav a {
  color: #fff;
  text-shadow: -1px -1px 0px #666;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 19px;
  padding: 10px 0;
}

.block-recommend .ui-tabs-selected {
  background: #fff;
  border-bottom: none !important;
}

#block-buy-recommend .ui-tabs-selected {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fce3e0), color-stop(18%,#ffffff)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fce3e0 0%,#ffffff 18%) !important; /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom,  #fce3e0 0%,#ffffff 18%) !important; /* W3C */
}

#block-rent-recommend .ui-tabs-selected {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f8e5), color-stop(18%,#ffffff)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e5f8e5 0%,#ffffff 18%) !important; /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom,  #e5f8e5 0%,#ffffff 18%) !important; /* W3C */
}

.block-recommend .ui-tabs-selected a {
  text-shadow: none !important;
}

#block-buy-recommend .ui-tabs-selected a {
  color: #d22f18 !important;
}

#block-rent-recommend .ui-tabs-selected a {
  color: #238823 !important;
}

.block-recommend #btabs .aligncenter,
.block-recommend #ctabs .aligncenter {
  margin-top: 10px;
  padding-bottom: 10px;
}

.recommend-estate {
  width: 27%;
  margin: 10px 3%;
  float: left;
}

.row .recommend-estate:last-child {
  margin-right: 0 !important;
}

.recommend-estate .image img {
  max-width: 100%;
  border: 2px solid #ccc;
}

.recommend-estate .price {
  font-weight: bold;
  text-align: center;
}

.recommend-estate .price b {
  color: #c33;
  font-size: 21px;
}

.recommend-estate .address {
  text-align: center;
}


.openhouse-estate {
  margin-bottom: 10px !important;
  padding: 10px;
  position: relative;
}

.openhouse-estate .image {
  margin-right: 3%;
  width: 30%;
}

.openhouse-estate .image img {
  max-width: 100%;
  border: 1px solid #ccc;
}

.openhouse-estate .content {
  width: 60%;
  position: relative;
  z-index: 100;

}


.openhouse-date {
  border-top: 1px dotted #6C8E1C;
  border-bottom: 1px dotted #6C8E1C;
  padding: 5px 0;
  line-height: 1.3;
}

.openhouse-estate .address {
  line-height: 1.3;
}

.openhouse-estate .price {
  font-weight: bold;
}

.openhouse-estate .price b {
  color: #c33;
  font-size: 21px;
}

.openhouse-estate .comment {
  margin-top: 10px;
}

.openhouse-estate .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  z-index: 90;
}

/* jquery ui */
.ui-tabs-hide {
  display: none;
}

/* buy */

.search-result-info {
  text-align: center;
}

.pagination {
  text-align: center;
  padding: 10px 0;
}

.pagination span.current {
  padding: 10px;
}

.pagination a, .pagination b {
  padding: 10px;
}

.sort {
  text-align: center;
  margin-top: 5px;
}

.search-condition {
  position: relative;
}

.search-condition .toggle-trigger {
  margin-left: auto;
  margin-right: 0;
  background: #fff;
  position: relative;
  padding: 5px 10px;
  width: 80px;
  border-bottom-left-radius: 5px;
  z-index: 100;
}

.search-condition .toggle-trigger:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../img/icon_arrow_down.png) no-repeat 95% 50% #fff;
  display: block;
  width: 10px;
  height: 7px;
  -webkit-background-size: 100%;
}

.search-condition .toggle-trigger.toggle-visible:after {
  background: url(../img/icon_arrow_up.png) no-repeat 95% 50% #fff;
}

.search-condition .toggle-trigger.toggle-hidden:after {
  background: url(../img/icon_arrow_down.png) no-repeat 95% 50% #fff;
}

#search-module {
  position: relative;
  top: -25px;
  z-index: 90;
}

#search-module .block {
  margin: 0 !important;
  border-radius: 0 !important;
}

.estate {
  margin: 10px;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}

.row .estate-image {
  width: 40%;
}

.row .estate-info {
  width: 60%;
}

.estate-info th {
  text-align: left;
  padding: 5px;
  font-size: 13px;
  white-space: nowrap;
}

.estate-info th span {
  font-weight: bold;
}

.estate-info .price {
  font-weight: bold;
}

.estate-info .price b {
  color: #c33;
}

.estate-image img {
  border: 2px solid #eee;
}

.estate .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}


.ribon {
  font-size: 10px;
  white-space: nowrap;
  border-radius: 5px;
  padding: 3px 5px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}

.ribon-recommend {
  background: #006bcc;
}

.ribon-new {
  background: #ad3b3b;
}

.ribon-price-change {
  background: #f5b805;
}

.ribon-negotiation {
  background: #cc9900!important;
}

.table-estate-info {
  width: 100%;
}

.table-estate-info tr {
  border-bottom: 1px solid #eee;
}

.table-estate-info th {
  padding: 5px;
  width: 35%;
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
}

.table-estate-info td {
  padding: 5px;
  line-height: 1.2;
}

.estate-notice {
  padding: 5px;
  font-size: 10px;
}

.staff-comment {
  padding: 5px;
}

.staff-name {
  padding: 5px;
  margin-top: 10px;
  text-align: right;
}

.estate-map {
}

.estate-mapapp {
  padding: 5px;
  text-align: right;
}

.estate-title {
  border-top: 2px solid #536D16;
  background: #86B022;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0;
  text-shadow: -1px -1px 0px #666;
}


.jCarousel li {
  text-align: center;
}

.gallery.landscape {
  width: 300px;
}

.gallery.portrate {
  height: 250px;
}

#fixed-contact {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10000;
  margin-left: -100px;
}

/* map */
.map-area {
  padding: 10px;
  display: block;
  background: url(../img/icon_arrow_right_circle.png) no-repeat 95% 50%;
  -webkit-background-size: 20px;
}

#map-wrapper {
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative;
}

#map-info {
  position: absolute;
  bottom: -200px;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  height: 100px;
  width: 100%;
  display: none;
  z-index: 90000;
}

#map-info .name {
  color: #245bad;
  text-decoration: underline;
}

.map-info-image {
  width: 35%;
}

.map-info-image img {
  border: 2px solid #eee;
  margin: 5px;
}

.map-info-content {
  width: 65%;
  padding: 5px 0;
  line-height: 1.3;
}

.map-info-content .price {
  font-weight: bold;
}

.map-info-content .price b {
  color: #c33;
}

#map-info .btn-close {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 15px;
  height: 15px;
  z-index: 90001;
}

#map-wrapper #loading {
  position: absolute;
  top: 10px;
  left: 40px;
  z-index: 10000;
  width: 25px;
  height: 25px;
  display: hidden;
}

#map-search-condition {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50000;
  background: #fff;
  width: 100%;
}

#map-search-condition form {
  height: 300px;
  overflow: auto;
}

#map-search-condition #btn-cancel {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  border: none;
  background: transparent;
  padding: 0;
}

#map-search-condition .icon-magnifier {
  position: relative;
  top: 10px;
  left: 20px;
}

#btn-map-search-condition {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fff;
  width: 35px;
  text-align: center;
  height: 35px;
  border-radius: 5px;
  z-index: 10000;
  box-shadow: 0px 2px 4px #333;
}

#btn-map-search-condition img {
  margin-top: 7px;
}

.news-date {
  padding: 10px;
}

.news-content img {
  max-width: 100%;
  line-height: 1 !important;
}

.estate-state {
  background: #c33;
  color: #fff;
  padding: 1px 5px;
  border-radius: 5px;
  font-size: 12px;
  text-shadow: none;
}

#award li strong {
  color: #c33;
  font-weight: bold;
  font-size: 16px;
}

.map-icon {
  background: #ff776b;
  border: 2px solid #333;
  color: #333;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 10px;
  text-align: center;
  float: left;
  font-size: 12px;
  position: relative;
  z-index: 8;
  line-height: 1 !important;
  margin-right: 5px;
}


.map-icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #333;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  left: 3px;
  bottom: -5px;
  z-index: 9;
}

#open-room h2 {
  background: url(../img/icon_dog.png) no-repeat left top;
  -webkit-background-size: 50px;
}

#open-room .round-box {
  border: 2px solid #ffba54;
}

.equipment span {
  /* white-space: nowrap; */
  display: block;
}

form .error {
  color: #c33;
  display: block;
}

#ssl-seal {
  width: 30%;
}

#ssl-seal img {
  max-width: 95%;
}

.banner {
	text-align: center;
	margin: 20px 0;
}

.banner img {
	max-width: 100%;
}

.note-contact {
	background: #fff;
	border: 3px solid #f6a31a;
	border-radius: 5px;
	text-align: center;
	margin: 20px 10px;
	padding: 10px;
}