@charset "utf-8";

/* ---------------------------------
  フッター 企業情報エリア
------------------------------------*/

footer .dhrealty {
	color: #4d4d4f;
	background-color: #fff;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
footer .dhrealty a { text-decoration: none;}
footer .dhrealty ul { list-style: none;}

footer .dhrealty ul.linkB li:nth-of-type(2) { display: none;}

@media screen and (min-width:641px){

footer .dhrealty { border-top: solid 1px #b4b4b4;}
footer .dhrealty .container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 840px;
	height: 96px;
}
footer .dhrealty .logomark {
	position: absolute;
	left: 0;
	top: 0;
}
footer .dhrealty .logomark .hide_pc { display: none;}
footer .dhrealty ul {
	margin: 0;
	position: absolute;
}

footer .dhrealty ul li {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: solid 1px #4d4d4f;
	float: left;
	height: 1em;
	line-height: 1.0;
	background-color: inherit;
	border-radius: 0;
}
footer .dhrealty ul li:last-child { border-right: none;}

footer .dhrealty ul.linkA {
	left: 128px;
	top: 24px;
}

footer .dhrealty ul.linkA li {	
	font-size: 12px !important;
}

footer .dhrealty ul.linkB {
	left: 128px;
	top: 48px;
}

footer .dhrealty ul.linkB li {	
	font-size: 11px !important;
}

footer .dhrealty .logo {
	right: 32px;
	position: absolute;
	top: 24px;
}

footer .dhrealty .dhrealtyroyal img {
	vertical-align: inherit;
}

footer .dhrealty p.copy {
	margin-top: 0;
	position: absolute;
	right: 32px;
	top: 48px;
	text-align: right;
	font-size: 11px;
}

}

/* ---------------------------------
  _ スマートフォン用スタイル SP
------------------------------------*/

@media screen and (max-width:640px){
	
footer .dhrealty .container {
	padding: 30px 0 0 0;
	border-top: solid 4px #fa0046;
    width: auto;
    height:  auto;
	font-size: 0.8em;
    text-align: center;
    overflow: hidden;
}

footer .dhrealty .logomark {
	position: relative;
    text-align: center;
}
footer .dhrealty .logomark img { display: inline-block; width: 70%;}
footer .dhrealty .logomark .hide_sp { display: none;}

footer .dhrealty ul.linkA { display: none;}
footer .dhrealty ul.linkB {
	margin-bottom: 1em;
}

footer .dhrealty .logo { display: none;}

footer .dhrealty p.copy {
    margin-bottom: 30px;
	font-size: 0.8em;
}

}

