﻿@charset "utf-8";
/* CSS Document */

/* ===============================================================
 common系
=============================================================== */

.pageTtlWrap .ttl {
	font-weight:normal;
  max-width: 100%;
	font-size: 30px;
}
.pageTtlWrap .ttl .sml{
	font-size: 24px;
}
/* ===============================================================
prArea
=============================================================== */
.prArea{
	background-color: #008342;
  box-shadow: 0px 2px 4px 0px rgba(34, 31, 31, 0.4);
	padding: 10px 25px 15px;
	margin-bottom: 25px;
}
.prArea .ttl{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
.prArea .point{
	width: 640px;
	border-radius: 12px;
	padding: 15px 20px;
	background: #fff url(/assets/pc/mylist/img/bg_pr.png) no-repeat right 35px bottom;
}
.prArea .point,
.prArea .point .icon,
.prArea .point .txt,
.prArea .shadowWrap{
	display: inline-block;
	vertical-align: middle;
}
.prArea .point .txt{
	font-size: 20px;
	color: #206140;
	font-weight: bold;
	margin-left: 20px;
}
.prArea .shadowWrap{
	width: 240px;
	margin-left: 40px;
}
.prArea .shadowWrap .btnShadow{
	display: block;
	border-radius: 4px;
	background:#c1d828 url(/assets/pc/mylist/img/arrow_btn.png) no-repeat left 10px center;
	color: #000;
	padding-left: 20px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	box-shadow: 0 5px 0 0 #507108;
}
/* ===============================================================
ボタン
=============================================================== */
/**** 削除ボタン ****/
.btnDelete a,
.btnAdd a{
	position: relative;
	min-width: 160px;
	padding-left: 30px;
	font-size: 12px;
	color: #555555;
	font-weight: normal;
	text-align: center;
}
.btnDelete a:before{
	content: "";
  position: absolute;
	background: url(/assets/pc/common/img/icon_delete_555.png) no-repeat left center;
	background-size: 15px 17px;
	width: 15px;
	height: 17px;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}
.btnDelete a:hover,
.btnAdd a:hover{
	background-color: #fff;
}
.btnDelete a:hover:before{
	background: url(/assets/pc/common/img/icon_delete_grn.png) no-repeat left center;
	background-size: 15px 17px;	
}
/**** お気に入り追加ボタン ****/
.btnAdd a:before{
	content: "";
  position: absolute;
	background: url(/assets/pc/common/img/icon_heart_red.png) no-repeat left center;
	background-size: 15px auto;
	width: 15px;
	height: 17px;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}
/*============================
かんたん物件検索
============================*/
#easyPropertySearch{
	margin-bottom: 50px;
	border-radius: 8px;
	border: 4px solid #008342;
}
#easyPropertySearch .headLine{
	background: #008342;
	padding: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
#easyPropertySearch .easySearch{
	border-radius: 0;
	text-align: left;
}
#easyPropertySearch .easySearch .flow .flowTtl{
	font-weight: bold;
}

/*============================
nomatch
============================*/
.nomatchBox {
	display: none;
}
.nomatch .nomatchHide {
    display: none;
}
/*.nomatch .nomatchBox {
	display: block;
	background: #fff;
	margin-bottom: 60px;
}*/
.nomatch .nomatchBox {
    display: block;
    background: #eeeeee;
    padding: 50px 25px;
    margin-bottom: 60px;
    text-align: center;
    border-radius: 12px;
}
.nomatch .nomatchBox .comment{
	padding: 0;
	margin-bottom: 10px;
	font-size: 24px;
}
/*============================
各種モーダル
============================*/
#wrap {
	position: relative;
}
.modalIn{
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	background: rgba(0,0,0,0.80);
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	display: none;
}
.modalIn .cancel{
	background-color: #ccc;
	color: #333;
}

/*----------削除する----------*/

#delete .q,
#delete a{
	display: inline-block;
	vertical-align: middle;
}
#delete .q{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
#delete a{
	width: 160px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	padding: 5px 0;
  box-shadow: 0px 2px 4px 0px rgba(34, 31, 31, 0.6);
	margin-left: 30px;
}
#delete .confDelete{
	background-color: #fff;
	color: #d75a45;
}

/* ===============================================================
searchChange
=============================================================== */

#searchChange .change a{
	text-decoration: underline;
	color: #005fd1;
}
#searchChange .change a:hover{
	text-decoration: none;
}
#searchChange .boxBgGry{
	margin-top: 5px;
}
#searchChange .boxBgGry .type{
	display: inline-block;
	background-color: #333333;
	width: 190px;
	line-height: 20px;
	padding: 0 20px;
	border-radius: 10px;
	color: #fff;
	margin-right: 13px;
}
#searchChange .btmBdrDsh{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#searchChange .btmSpace{
	margin-bottom: 15px;
}