/* ==========================================================================
   modules
   ========================================================================== */
/* m-resultBox
   ========================================================================== */
/*.top_navi{
	background-color: #333;
}

.navi {
    
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
	    width: 960px;
	margin: auto;
}

.navi a {

    color: white;
  
}*/


.search_parts,
.list_count {
    width: 960px;
    margin: auto;
}
form {
    /*width: 960px;******************************251120*/
		width:100%;
		max-width:960px;
    margin: auto;
}
.page_title h1,form#form1,input[type="submit"] {
    display: none;
}


.cart_mode2 div input.form_submit{
    display: inline;
    width: 320px;
    padding:20px 0;
    font-size: 15px;
}
@media (max-width: 480px) {
.cart_mode2 div input.form_submit{
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 15px;
    display: block;
    /* background-image: linear-gradient(54deg, #e60000 0%, #e73535 0%, #da1515 100%); */
    text-decoration: none !important;
    color: #fff !important;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    padding: 20px 0;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
    border: 3px solid #d00;
    width: 320px;
    padding-left: 38px;
    padding-right: 38px;
    cursor: pointer;
    background-image: url(../../../arrow-white.gif), linear-gradient(54deg, #e60000 0%, #e73535 0%, #da1515 100%);
    background-repeat: no-repeat;
    background-position: 98% 50%, 0 0;
    font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  }
}


/* 2018.9.11追加t
   ========================================================================== */
.m-resultBox {
  width: 780px;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  display: table;
}

.m-resultBox-col1 {
  position: relative;
  width: 128px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}

.m-resultBox-col1::after {
  position: absolute;
  top: 15px;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #ccc;
}

.m-resultBox-col2 {
  width: 300px;
  padding-left: 34px;
  font-size: 15px;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}

.m-resultBox-col3 {
  font-size: 15px;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}

/* m-searchPage
========================================================================== */
.m-searchPage {
  width: 960px;
  height: 60px;
  margin: 0 auto;
  background: url(../../../../../../common/img/bg_grid.html);
}

.m-searchPage-page {
  padding: 23px 20px;
}

/* m-estateList
   ========================================================================== */
.m-estateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  border-top: 2px solid #cccccc;
}

.m-estateList *,
.m-estateList *::before,
.m-estateList *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

.personal_area::after {
    content: "㎡"!important;
}
.m-estateList:first-of-type {
  border-top: none;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* .m-estateList-ttl */
.m-estateList-ttl {
  width: 650px;
}

/* .m-estateList-price */
.m-estateList-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 250px;
}

.m-estateList-price dt {
  text-align: right;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

.m-estateList-price dt span {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}

.m-estateList-price dd {
  margin-left: 15px;
  color: #dd0000;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
}

.m-estateList-price dd span {
  font-size: 16px;
  font-weight: bold;
}

/* .m-estateList-detail */
.m-estateList-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.m-estateList-detail > li:first-of-type {
  width: 402px;
}

.m-estateList-detail > li:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 540px;
}

.m-estateList-btn {
  margin-top: 20px;
}

/* m-estatePic
   ========================================================================== */
.m-estatePic {
  position: relative;
  width: 402px;
  height: 202px;
  border: 1px solid #cccccc;
	overflow: hidden;
}

.m-estatePic li {
  position: absolute;
}




.m-estatePic li:first-of-type img{
	    max-height: 200px;
/*width: 267px;
object-fit: contain;*/
}

.m-estatePic li:nth-of-type(2) {
right: 0;
width: 140px;
background: white;
height: 97px;
}

.m-estatePic li:nth-of-type(2) img{
width: 150px;
max-height: 80px;
object-fit: contain;
margin-top: 4px;
}

.m-estatePic li:nth-of-type(3) {
  bottom: 0;
  right: 0;
}

.m-estatePic li:nth-of-type(3) img{
 /* max-width: 140px;*/
	max-height: 105px;
}

/* ==========================================================================
   components
   ========================================================================== */
/* c-resultContainer
   ========================================================================== */
.c-resultContainer {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../../../../../../common/img/bg_grid.html);
}

.c-resultContainer::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: #dd0000;
}

.c-resultContainer-txt {
  text-align: center;
  font-size: 18px;
}

.c-resultContainer-txt > span {
  color: #d00;
}

.c-resultContainer-num {
  font-size: 24px;
  font-weight: bold;
}

.c-resultContainer-box {
  margin: 20px auto;
}

.c-resultContainer-btn {
  margin: 0 auto;
}

/* c-searchListContainer
   ========================================================================== */
.c-searchListContainer {
  width: 960px;
  padding-top: 20px;
  margin: 0 auto 55px;
}
