@charset "UTF-8";
/*******************************************
 * 物件一覧ページcss
 *
 * menu
 * 1.レイアウト
 * 2.各コンテナ
 *   2-1 クエリー（～の部屋を含む物件一覧）
 *  2-2 スイッチ（建物一覧/部屋一覧）
 *  2-3 ソート
 *  2-4 ページャー
 *  2-5 物件
 * 3.サイドバー
 * 4.条件追加モーダルウィンドウ
 * 5.チェックボックス
 ******************************************/
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/******************************************
 1. レイアウト
    左サイドバー2カラム
 ******************************************/
body #layout-wrap-main {
  margin: 0 auto 100px;
}
#layout-main {
  width: 780px;
  float: right;
  padding: 0 0 47px 0;
}
#layout-main h2 {
  width: 780px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #4BB232;
  padding: 5px 0;
  padding-left: 5px;
}
#layout-main .layout-main-inner {
  border: 1px solid #ccc;
  margin-top: 8px;
}
#layout-sideBar {
  width: 240px;
  float: left;
}
/******************************************
 2. 各コンテナ
    2-1 クエリー（～の部屋を含む物件一覧）
    2-2 スイッチ（建物一覧/部屋一覧）
    2-3 ソート
    2-4 ページャー
    2-5 まとめてお問い合わせ
    2-6 物件
 ******************************************/
/******* 2-1 クエリー（～の部屋を含む物件一覧） *****/
.container-query {
  line-height: 38px;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-weight: bold;
  padding: 0 10px;
  width: 758px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/******* 2-2 スイッチ（建物一覧/部屋一覧） ********/
.container-switch {
  width: 100%;
  display: table;
  box-sizing: border-box;
}
.container-switch a.switch-btn {
  width: 50%;
  line-height: 36px;
  background: #e5e5e5;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  display: table-cell;
  text-align: center;
}
.container-switch a.active {
  background: #fff;
}
/******* 2-3 ソート *************************/
.container-sort {
  line-height: 32px;
  display: block;
  color: #313131;
  overflow: hidden;
  float: right;
  margin: 10px 10px 0 0;
}
.container-sort select {
  width: 120px;
  background: url("/assets/clasmo_a/pc/common/img/icon/sort_selector.png") no-repeat right 7px center;
  border: 1px solid #b4b4b4;
  padding: 6px;
}
/******* 2-4 ページャー *************************/
.continer-count {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  float: left;
  margin: 10px 0 0 10px;
}
.continer-count .box-count-result {
  line-height: 32px;
  color: #313131;
  float: right;
  margin: 0 13px;
}
.continer-count .box-count-result b {
  font-size: 16px;
  font-weight: bold;
}
.continer-count .box-count-result a {
  color: #4BB232;
}
.continer-count .box-count-pager {
  line-height: 32px;
  float: right;
}
.continer-count .box-count-pager .pagination li {
  line-height: 32px;
  float: left;
}
.continer-count .box-count-pager .pagination li.active span {
  font-size: 16px;
  font-weight: bold;
}
.continer-count .box-count-pager .pagination li a,
.continer-count .box-count-pager .pagination li p,
.continer-count .box-count-pager .pagination li span {
  font-size: 12px;
  margin-right: 5px;
}
/******* 2-5 まとめてお問い合わせ *************************/
.container-allcontact {
  width: 778px;
}
.container-allcontact input {
  width: 760px;
  background: #4BB232;
  border: 1px solid #4BB232;
  color: #fff;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
  margin: 10px 10px 0;
}
.container-allcontact input:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/******* 2-6 物件 ****************************/
.container-estate {
  width: 768px;
}
.container-estate .block-estate {
  width: 756px;
  border: 1px solid #ccc;
  display: table;
  margin: 10px;
}
.container-estate .block-estate .block-estate-check {
  width: 26px;
  background: #a7a7a7;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.container-estate .block-estate .block-estate-check input[type=checkbox] + label::before {
  left: 7px;
  padding: 0;
}
.container-estate .block-estate .block-estate-check input[type=checkbox]:checked + label::after {
  left: 10px;
}
.container-estate .block-estate .block-estate-data {
  line-height: 22px;
  display: table-cell;
  padding: 10px;
}
.container-estate .block-estate .block-estate-data em {
  width: 444px;
  background: #fff;
  border: 2px solid #4BB232;
  display: block;
  padding: 3px 0 3px 20px;
}
.container-estate .block-estate .block-estate-data em:hover {
  background: #4BB232;
  border: 2px solid #4BB232;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.container-estate .block-estate .block-estate-data em:hover a {
  color: #fff;
  text-decoration: none;
}
.container-estate .block-estate .block-estate-data em a {
  color: #4BB232;
  display: block;
  font-size: 14px;
}
.container-estate .block-estate .block-estate-data table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
}
.container-estate .block-estate .block-estate-data table th {
  background: #f2f2f2;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  text-align: center;
  padding: 7px;
}
.container-estate .block-estate .block-estate-data table td {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 7px;
}
.container-estate .block-estate .block-estate-data table td a {
  background: #fff;
  border: 2px solid #4BB232;
  color: #4BB232;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
  padding: 2px 5px;
}
.container-estate .block-estate .block-estate-data table td a:hover {
  background: #4BB232;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.container-estate .block-estate .block-estate-data table td span.nofee {
  color: #ff0000;
}
.container-estate .block-estate .block-estate-data .box-estate-data-img {
  width: 182px;
  height: 142px;
  float: left;
  position: relative;
}
.container-estate .block-estate .block-estate-data .box-estate-data-img img {
  max-width: 182px;
  max-height: 142px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.container-estate .block-estate .block-estate-data .box-estate-data-table {
  float: right;
  margin-bottom: 10px;
}
.container-estate .block-estate .block-estate-data .box-estate-data-table table {
  width: 468px;
}
.container-estate .block-estate .block-estate-data .box-estate-data-list {
  margin-top: 10px;
}
.container-estate .block-estate .block-estate-data .box-estate-data-list table {
  width: 100%;
}
.noImage {
  width: 182px;
  height: 142px;
}
/******************************************
 3.サイドバー
    左サイドバー2カラム
 ******************************************/
/*******************************************
 * サイドバーcss
 *
 * menu
 * 1.外枠
 * 2.エリア検索・沿線検索
 * 3.絞り込み条件を指定
 *
 ******************************************/
/******************************************
 1. 外枠
 ******************************************/
#layout-sideBar h2 {
  width: 200px;
  line-height: 20px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #4BB232;
  padding: 5px 0;
  padding-left: 5px;
}
#layout-sideBar .block-sideBar {
  padding: 0 9px;
  margin: 8px 0 30px;
}
/******************************************
 2.エリア検索・沿線検索
 ******************************************/
.block-sideBar_search {
  border: 1px solid #ccc;
}
.block-sideBar_search .box-search {
  padding: 5px 0 10px 0;
}
.block-sideBar_search .item-search-name {
  margin-top: 15px;
}
.block-sideBar_search .item-search-name em {
  font-size: 14px;
  font-weight: bold;
}
.block-sideBar_search .item-search-name:first-child {
  margin-top: 10px;
}
.block-sideBar_search .sideBar_search-btn {
  width: 220px;
  background: #fff;
  border: 2px solid #87888d;
  color: #87888d;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
  display: block;
  text-align: center;
  margin: 10px auto 0;
  padding: 5px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.block-sideBar_search .sideBar_search-btn:hover {
  background: #4BB232;
  border: 2px solid #4BB232;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.block-sideBar_search .search-btn_thisSearch {
  width: 220px;
  line-height: 2.5em;
  background: #c80000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 15px 0 15px 0;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.block-sideBar_search .search-btn_thisSearch:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.block-sideBar_search .item-search-line {
  margin-top: 5px;
}
.block-sideBar_search .item-search-line label {
  width: 175px;
  font-weight: bold;
}
.block-sideBar_search .wrapper-input {
  margin-top: 10px;
}
.block-sideBar_search .inputChild {
  margin-left: 15px;
}
.block-sideBar_search .inputChild label {
  width: 185px;
}
/******************************************
 3.絞り込み条件を指定
 ******************************************/
body .item-search-input.item-search-input-2,
body .item-search-input.item-search-input-5,
body .item-search-input.item-search-input-6 {
  display: inline-block;
  width: 90px;
}
body .item-search-input.item-search-input-2 label,
body .item-search-input.item-search-input-5 label,
body .item-search-input.item-search-input-6 label {
  width: 78px;
  margin-right: 0;
}
.EachBlock-input-8 {
  display: none;
}
.block-sideBar_search-condition .box-search select {
  border: 1px solid #ccc;
  background: url("/assets/clasmo_a/pc/common/img/icon/selector.png") no-repeat center right 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
  padding: 5px 15px 5px 5px;
  margin: 5px 0 8px;
  width: 60px;
}
.block-sideBar_search-condition .box-search label {
  width: 175px;
}
.block-sideBar_search-condition .search-btn_add {
  width: 220px;
  line-height: 2.5em;
  background: #a7a7a7;
  color: #333;
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.block-sideBar_search-condition .search-btn_add:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
/******************************************
 4.条件追加モーダルウィンドウ
 ******************************************/
#layout-sideBar .modal-title {
  width: auto;
}
/******************************************
 5.チェックボックス
 ******************************************/
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 2px;
}
input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  line-height: 28px;
  cursor: pointer;
}
@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    display: none;
    margin: 0;
  }
  input[type=radio] + label,
  input[type=checkbox] + label {
    padding: 0 0 0 23px;
  }
  input[type=radio] + label::before,
  input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
  }
  input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  input[type=checkbox] + label::before {
    border: 2px solid #ccc;
  }
  input[type=radio]:checked + label::after,
  input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #4BB232;
    border-radius: 8px;
  }
  input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #4BB232;
    border-bottom: 3px solid #4BB232;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
