@charset "utf-8";

body.home #header {
  box-shadow: none;
}

#contens .section body.index .tile,
#contens .section body.mediation .tile,
#contens .section .tile {
  border: solid 1px #eeeeee;
  padding: 10px 10px 10px 10px;
  margin-bottom: 20px;
  position: relative;
  zoom: 1;
}

#contens .section body.index .tile:before,
#contens .section body.mediation .tile:before,
#contens .section .tile:before,
#contens .section body.index .tile:after,
#contens .section body.mediation .tile:after,
#contens .section .tile:after {
  content: "";
  display: block;
  overflow: hidden;
}

#contens .section body.index .tile:after,
#contens .section body.mediation .tile:after,
#contens .section .tile:after {
  clear: both;
}

#contens .section body.index .tile h4,
#contens .section body.mediation .tile h4,
#contens .section .tile h4 {
  margin-top: 10px;
}

#contens .section body.index .tile p,
#contens .section body.mediation .tile p,
#contens .section .tile p {
  padding-bottom: 40px;
}

#contens .section body.index .tile .bt,
#contens .section body.mediation .tile .bt,
#contens .section .tile .bt {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}

#contens .section body.index .lease_01,
#contens .section body.mediation .lease_01,
#contens .section .lease_01 {
  width: 80%;
}

body.business-index #contens .section.handling {
  zoom: 1;
}

body.business-index #contens .section.handling:before,
body.business-index #contens .section.handling:after {
  content: "";
  display: block;
  overflow: hidden;
}

body.business-index #contens .section.handling:after {
  clear: both;
}

body.business-index #contens .section.handling .points li {
  margin-bottom: 20px;
}

body.business-index #contens .section.handling .points li div {
  margin-bottom: 10px;
  height: 150px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  zoom: 1;
  behavior: url(pie/PIE.htc);
  border: solid 1px #eeeeee;
  background-color: #f6f6f6;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

body.business-index #contens .section.handling .points li div.img-01 {
  background-image: url(../../img/business/index_img_01.png);
}

body.business-index #contens .section.handling .points li div.img-02 {
  background-image: url(../../img/business/index_img_02.png);
}

body.business-index #contens .section.handling .points li div.img-03 {
  background-image: url(../../img/business/index_img_03.png);
}

body.business-index #contens .section.handling .points li div.img-04 {
  background-image: url(../../img/business/index_img_04.png);
}

body.business-index #contens .section.handling .points li div.img-05 {
  background-image: url(../../img/business/index_img_05.png);
}

body.business-index #contens .section.handling .points li div.img-06 {
  background-image: url(../../img/business/index_img_06.png);
}

body.business-index #contens .section.handling .points li div.img-07 {
  background-image: url(../../img/business/index_img_07.png);
}

body.business-index #contens .section.handling .points li div.img-08 {
  background-image: url(../../img/business/index_img_08.png);
}

body.business-index #contens .section.handling .points li div.img-09 {
  background-image: url(../../img/business/index_img_09.png);
}

body.business-index #contens .section.handling .points li div span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

body.business-index #contens .section.handling .points li h4 {
  border: none;
  font-size: 123.1%;
  margin-bottom: 5px;
  padding-left: 0;
}

body.rinobe #contens .section h5 {
  font-size: 167%;
  margin-bottom: 10px;
}

body.mediation #side .youchi-bt,
body.rinobe #side .youchi-bt,
body.site #side .youchi-bt {
  display: none;
}

#handling,
#lease {
  zoom: 1;
}

#handling:before,
#lease:before,
#handling:after,
#lease:after {
  content: "";
  display: block;
  overflow: hidden;
}

#handling:after,
#lease:after {
  clear: both;
}

.table-cell tbody td .m-left {
  text-align: right;
  float: left;
  width: 6em;
}

.table-cell tbody td .m-right {
  text-align: right;
  float: left;
  width: 8em;
}

@media screen and (min-width: 481px) and (max-width: 960px) {

  #contens .section body.mediation .lease_01,
  #contens .section .lease_01 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .table-cell {
    display: block;
  }

  .table-cell thead {
    display: none;
  }

  .table-cell tbody {
    display: block;
  }

  .table-cell tbody tr {
    display: block;
    margin-bottom: 1.5em;
  }

  .table-cell tbody th,
  .table-cell tbody td {
    display: list-item;
    border: none;
  }

  .table-cell tbody th {
    margin-bottom: 5px;
    list-style-type: none;
    color: #fff;
    background: #000;
  }

  .table-cell tbody td {
    margin-left: 20px;
    padding: 0;
  }

  .table-cell tbody td:nth-of-type(1):before {
    content: "[種類]";
  }

  .table-cell tbody td:nth-of-type(2):before {
    content: "[面積(坪)]";
  }
}

@media screen and (max-width: 480px) {
  body.result #contens .section .link {
    font-size: 77%;
  }

  body.result #contens .section .link p a {
    padding-right: 5px;
    font-size: 77%;
  }

  body.rinobe #contens .section ul.points {
    zoom: 1;
  }

  body.rinobe #contens .section ul.points:before,
  body.rinobe #contens .section ul.points:after {
    content: "";
    display: block;
    overflow: hidden;
  }

  body.rinobe #contens .section ul.points:after {
    clear: both;
  }

  body.rinobe #contens .section ul.points li {
    width: 100%;
  }
}

/* mediation */
.listLnk {
  color: #635f5b;
  text-decoration: underline;
}
.listLnk :hover {
  color: #ac2f0b;
  text-decoration: none;
}
