@charset "UTF-8";

#item{
	border-top:1px solid #c8c8c8;
}
.item{
	padding:8px 0 15px;
	border-bottom:1px solid #c8c8c8;
}
.item a{
	color:#0086ed;
	font-weight:bold;
	text-decoration:none;
}
.item a:hover{
	text-decoration:underline;
}
.item .name{
	padding-bottom:8px;
	display:table;
	width:100%;
}
.item .name .seiyaku{
	width:14%;
	height:auto;
	padding-top:2px;
	display:table-cell;
	vertical-align:top;
}
.item .name .seiyaku span{
	border: 3px double #f14503;
	line-height:1;
	padding: 6px 11px 5px;
	line-height: 100%;
	background: #fff;
	display:inline-block;
	color: #f14503;
	font-weight:bold;
}
.item h2{
	display:table-cell;
	vertical-align:middle;
	padding-right:4px;
}
.item h2 a{
	font-size:125%;
}
.item .check-wrap{
	display:table-cell;
	float:right;
	width:150px;
	height:34px;
	position:relative;
	background:url(/img/rent/room/index/bg_detail_favorite.png) no-repeat left center;
	padding:4px;
}
.check .remove-list{display:none;}
.checked .remove-list{display:block;}
.checked .add-list{display:none;}
.item .img{
	width:140px;
	text-align:center;
	float:left;
}
.item .img .photo{
	width:140px;
	height:140px;
	display:table;
	margin-bottom:8px;
}
.item .img .photo a{
	width:140px;
	height:140px;
	display:table-cell;
	border:1px solid #c8c8c8;
	margin-bottom:9px;
	vertical-align:middle;
}
.item .img .photo img{
	max-width:138px;
	max-height:138px;
	width:auto;
	height:auto;
}
.item .img .btn a{
    background:#0086ed;
    border-radius:3px;
    color:#fff;
    display:block;
    padding:8px 0;
    text-align:center;
    text-decoration:none;
	line-height:100%;
	font-weight:normal;
}
.item .txt{
	float:right;
	width:525px;
}
.item .txt p,
.item .txt .address{
	margin-bottom:4px;
}
.item .txt .address a{
	color:#000;
	font-weight:normal;
	text-decoration:underline;
	display:inline-block;
	margin-right:5px;
}
.item .txt .address a:hover{
	text-decoration:none;
}
.item .txt .address .pop-map{
	display:inline-block;
}
.item .txt .address .map{
	padding:1px 6px;
	background:#f7ae25;
	color:#fff;
	font-size:80%;
	text-decoration:none;
}
.item .txt .shop{
	font-size:100%;
}
.item .txt .shop strong{
	color:#f54603;
}
.item table{
	width:524px;
	margin-bottom:10px;
}
.item table th,
.item table td{
	text-align:center;
	padding:6px 0;
	box-sizing:border-box;
}
.item table th{
	background:#282828;
	color:#fff;
	border-right:1px solid #fff;
	width:20%;

}
.item table th:last-child{
	border-right:1px solid #282828;
}
.item table td{
	width:20%;
	border:1px solid #c8c8c8;
	border-top:0;
	font-size:90%;
}
.item table td strong{
	color:#f54603;
	font-size:130%;
}

/*pop-map*/
#popmap-area{
	background:#000;
	background-color: rgba( 0, 0, 0, 0.8 );
	text-align:center;
	padding:50px 0 0 0;
	z-index:2000;
}
#popmap-close{
	width:616px;
	margin:0 auto;
	padding:5px;
	background:#f5f5f5;
	text-align:right;
	border-top:1px solid #c8c8c8;
}
#popmap-close a{
	background:url(/img/common/close.png) no-repeat left center;
	padding-left:18px;
	text-decoration:none;
}
