@charset "UTF-8";

/*施設一覧*/
#property-list{
	clear:both;
}
#property-list .item{
	border-top:2px solid #cac4c4;
	margin-bottom:20px;
	padding:15px;
	background:#fff;
}
#property-list .item .img{
	float:left;
	width:127px;
	height:127px;
	padding:2px;
	line-height:100%;
	text-align:center;
	background:url(/img/facility-index/thumb-bg.png) no-repeat left top;
	margin:0 20px 5px 0;
}
#property-list .item .img:hover{
    opacity: 0.8;
}
#property-list .item .txt{
	float:left;
	width:480px;
	position:relative;
}
#property-list .item .txt h2{
	margin-bottom:8px;
	line-height:1.4;
	width:350px;
}
#property-list .item .txt h2 img{
	margin-right:13px;
}
#property-list .item .txt h2 span{
	padding-bottom:3px;
	display:block;
}
#property-list .item .txt h2 a{
	font-size:130%;
	color:#886969;
}
#property-list .item .txt li{
	line-height:1.48;
}
#property-list .item .txt li strong{
	font-size:110%;
}
#property-list .item .txt li span{
	color:#be556f;
}
#property-list .item .txt .link{
	border:1px solid #dbdcd5;
	padding:1px;
	width:100%;
	margin-top:6px;
}
#property-list .item .txt .link p{
	background:#f9f9f9 url(/img/facility-index/zoom.png) no-repeat 10px 5px;
	line-height:100%;
	padding:9px 10px 8px 40px;
}
#property-list .item .txt .link p a{
	text-decoration:none;
	display:inline-block;
	background:url(/img/common/dot2.gif) repeat-x left bottom;
}
#property-list .item .txt .detail{
	position:absolute;
	top:0;
	right:0;
}