ul {
  list-style: none;
}

/* ==

　01. サブフッター

================================================================================================= */
#subFooter{
	width:auto;
	min-width:1120px;
	padding:32px 40px;
	background-color:#fff;
	border-top:1px solid #e6e6e6;
	zoom:1;
	clear:both;
}
#subFooter .baseIn{ width:1120px; margin:0 auto; padding-top:0; border-top:none; clear:both; }

#subFooter:after, #subFooter .baseIn:after, #subFooter dl:after{ content:''; display:block; clear:both; }


#subFooter dt{
	width:160px;
	font-size:124%;
	display:table-cell;
	vertical-align:middle;
	float:left;
}
#subFooter dd{
	width:927px;
	padding-left:32px;
	border-left:1px solid #e6e6e6;
	display:table-cell;
}
#subFooter dd li{
	margin:8px 0;
	margin-right:48px;
	float:left;
}
#subFooter dd li a{
	padding-right:14px;
	background:url(https://www.daiwahouse.co.jp/bunjo/common/images/ico_arrow03.png) right center no-repeat;
	-webkit-background-size: 6px 12px;
	-moz-background-size: 6px 12px;
	background-size: 6px 12px;
	color:#333;
	text-decoration:none;
	display:inline-block;
}
#subFooter dd li a:hover{ color:#948655 }


/* ==

　02. フッター

================================================================================================= */
#footerArea {
	min-width:1120px;
	padding:0 40px;
	border-top:1px solid #e6e6e6;
	overflow:visible;
	position:relative;
}
#footerArea:after{ content:''; display:block; clear:both; }

#ftBtn_toTop{
	width:1120px;
	margin:0 auto;
	position:relative;
}
#ftBtn_toTop div{
	position:absolute;
	top:-64px;
	right:0;
}
#ftBtn_toTop div a{
	background-color:#000;
	display:block;
}
#ftBtn_toTop div a:hover{ background-color:#333; }



#footerArea a {
	color: #4d4d4f;
	text-decoration: none;
}

#footerArea a:hover { text-decoration: underline; }

#footerArea .areaInner {
	position: relative;
	width: 1120px;
	min-height:100px;
	margin: 0 auto;
}


#footerArea .areaInner .column1 {
	float: left;
	width: 500px;
	padding: 24px 0 0 0;
}

#footerArea .areaInner .column1 ul {
	line-height: 1.3;
	margin-bottom: 12px;
	overflow: hidden;
}

#footerArea .areaInner .column1 li {
	display: inline;
	float: left;
	margin: 0 15px 0 -7px;
	padding-left: 8px;
	border-left: 1px solid #4d4d4f;
	font-size: 12px;
}

#footerArea .areaInner .column1 .navBtm li { font-size: 11px; }

#footerArea .areaInner .column2 {
	float: right;
	width: 375px;
	line-height: 1;
	padding-top: 24px;
	text-align: right;
}

#footerArea .areaInner .column2 p {
	line-height: 1.1;
	color: #4D4D4F;
	font-size: 11px;
	margin-bottom: 13px;
}




@media screen and (max-width: 799px) {
	.footer-04{
		display: none;
	}
}