@charset "utf-8";

/****フッターおすすめ物件スライド*******************************************/

.pkg:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}


#footerRecommendInner{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#footerRecommend em{
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: bold;
	display: block;
}

#footerRecommend .pager{
	height: 110px;
	width: 7%;
	overflow: hidden;
}

#footerRecommend .pager#cycle-prev{float: left;width: 5%;}
#footerRecommend .pager#cycle-next{ float: right; }

#footerRecommend .pager a{
	background-color: rgba(255,255,255,0.2);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 110px;
	width: 30px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footerRecommend .pager#cycle-prev a{ background-image: url(../../images/slide_arrow-b.png); }
#footerRecommend .pager#cycle-next a{ background-image: url(../../images/slide_arrow-n.png); }

#footerRecommend .pager#cycle-prev a:hover{
	background-color: rgba(255,255,255,0.5);
	background-position: right center;
}

#footerRecommend .pager#cycle-next a:hover{
	background-color: rgba(255,255,255,0.4);
	background-position: left center;
}

#footerRecommend .pager span{
	display: block;
	padding: 110px 0 0;
}

#footerRecommend .cycle-slideshow{
	float: left;
	width: 85% !important;
}

#footerRecommend .cycle-slideshow .cycle-slide{
	/* min-width: 290px; */
	width: 300px;
}


#footerRecommend .cycle-slideshow .cycle-slide a{
}

#footerRecommend .cycle-slideshow .cycle-slide a{
	background-color: #FFF;
	color: #333;
	display: block;
	
	padding: 10px;
}

#footerRecommend .cycle-slideshow .cycle-slide a:hover{
	opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
}

#footerRecommend .cycle-slideshow .cycle-slide a .photo{
	/* width: 36%; */
	height: 90px;
	float: left;
	margin-right: 1%;
}

#footerRecommend .cycle-slideshow .cycle-slide a .photo img{
	max-width: 120px;
	max-height: 90px;
}

#footerRecommend .cycle-slideshow .cycle-slide a .text{
	/* width: 58%; */
	float: left;
	white-space: normal;
	font-size: 10px;
}

#footerRecommend .cycle-slideshow .cycle-slide a .text strong{
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	display: block;
	margin: 0 0 5px;
}

#footerRecommend .cycle-slideshow .cycle-slide a .text p{
	font-size: 10px;
	line-height: 15px;
	height: 60px;
	overflow: hidden;
}

.footerInner{
	width: 94%;
	margin: 0 auto 30px;
}
.footerInner .left{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.footerInner .left ul{margin-bottom: 2px;}
.footerInner .left ul li{
	float: none;
	margin-right: 0px;
	height: auto;
	text-align: center;
}
.footerInner .left ul li img{
	width: auto;
}
.footerInner .left ul li:last-child{padding-top: 23px;height: 40px;width: 98%;}
.footerInner .left ul li:last-child img{width: 98%;}
.footerInner .left p{
font-size:10px;

}
.footerInner .right{
	float: none;
	width: 221px;
	margin: 0 auto;
	text-align: center;
}
.link_btn{
	margin: 30px 0;
}
.link_btn ul{
	width: 98%;
	margin:0 auto;
}
.link_btn li{
	text-align:center;
	margin-bottom:20px;
}
.link_btn li:first-child{
	float: none;
}
.link_btn li:last-child{
	float: none;
}
.link_btn li a{
	background-color: #FFF;
	color: #333;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.link_btn li a:hover{
	text-decoration: none;
	background-color: #333;
	color: #FFF;
}

.copy{
	text-align:center;
	color:#ffffff;
}

@media screen and (max-width: 767px) {
.page_top {
	width: 48px;
	/* float: right; */
	margin-top: 5px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 100;
}
}
