﻿@charset "utf-8";
/* CSS Document */
.prArea .point{
    background: #fff url(/assets/pc/mylist/img/bg_cond.png) no-repeat right 10px bottom;
}

/*============================
登録検索条件
============================*/
.shadowBox {
    border-radius: 5px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
    overflow: hidden;
}
.registCond{
  margin: 0 0 30px;
}
.registCond .condition{
  padding: 20px;
}
.registCond .condition .infoBox{
  float: left;
  width: 725px;
  font-size: 16px;
}
.registCond .condition .spec{
  margin-bottom: 15px;
	overflow: hidden;
}
.registCond .condition .spec dt{
  float: left;
  width:70px;
  padding-left: 20px;
  font-weight: bold;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: center left;
  padding-top: 3px;
}
.registCond .condition .spec dt.type{
  background-image: url(/assets/pc/common/img/icon_solidhouse_blk.png);
}
.registCond .condition .spec dt.area{
  background-image: url(/assets/pc/common/img/icon_japan_blk.png);
}
.registCond .condition .spec dt.along{
  background-image: url(/assets/pc/common/img/icon_train_blk.png);;
  background-size: 12px auto;
}
.registCond .condition .spec dt.cond{
  background-image: url(/assets/pc/common/img/icon_checkbox_blk.png);
}
.registCond .condition .spec dd{
  float: left;
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
  width:645px;
	font-size: 18px;
	padding-left: 16px;
	text-indent: -8px;
}
.registCond .condition dl dd::before{
  content: "：";
  display: inline-block;
  font-weight: bold;
}
.registCond .condition dl dd.type p{
  border: 1px solid #008342;
  color: #008342;
  padding: 3px 15px;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  text-indent: 0;
}

/**** 検索結果 ****/
.registCond .condition .result{
  float: right;
}
.registCond .condition .result .total{
  font-size: 12px;
}
.registCond .condition .result .total span{
  font-size: 30px;
  font-weight: bold;
  color: #008342;
  margin-bottom: 5px;
	padding-left: 5px;
}
.registCond .condition .result ul{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 167px;
}

/**** 新着物件 ****/
.registCond .newList{
  border-top: 1px solid #cccccc;
  background-color: #f5f5f5;
  padding: 15px 20px;
}
.registCond .newList .newTtl{
  background-color: #dddddd;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 20px;
  float: left;
}
.registCond .newList .ttlWrap span{
  font-weight: normal;
}
.registCond .newList .ttlWrap .newAll{
  float: right;
	margin-top: 3px;
}
.registCond .newList ul li{
  border-bottom: 1px dashed #d8d8d8;
  padding: 7px 20px;
  font-size: 13px;
}
.registCond .newList ul li:last-child{
  border-bottom: 0;
}
.registCond .newList ul li a{
	color: #333;
}
.registCond .newList ul li a:hover{
	text-decoration: underline;
}
.registCond .newList ul li .addr{
  padding-right: 2em;
	font-weight: bold;
}
.registCond .newList ul .seen:before{
  content: "閲覧済";
  background-color: #008342;
  color: #ffffff;
  border-radius: 10px;
  padding: 2px 6px;
  margin-right: 5px;
}

/**** btnArea****/

.registCond .btnArea li{
  margin-bottom: 10px;
}
.btnLook .btnShadow,
.btnChange .btnShadow,
.btnRegist .btnShadow{
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 0;
}
.btnLook .btnShadow{
  width: 192px;
  background-color: #008342;
  color: #fff;
}
.btnChange .btnShadow{
  width: 192px;
  background-color: #f0f0f0;
  border: 1px solid #bbbbbb;
	box-shadow: 0px 3px 0px 0px #bbb;
  color: #000;
}
.btnRegist{
	margin: 0 auto;	
}
.btnRegist .btnShadow{
  background-color: #fff;
	color: #002b14;
	font-size: 22px;
	border: 1px solid #777;
	border-radius: 5px;
	box-shadow: 0 4px 0 0 #bbb;
}

/*============================
btn
============================*/
.btnSolid{
	display: inline-block;
  background-color: #fff;
	border: 1px solid #999;
  color: #333;
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
  vertical-align: 3px;
  padding:3px 35px;
	position: relative;
}
.btnSolid:after{
  content: "";
	position: absolute;
	box-sizing: border-box;
	right:5px;
	top: 50%;
	margin-top: -4px;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 6px solid #777;
}
.lastCond{
	margin: 50px 0;
}