@charset "UTF-8";
/* --------------------------------------------------
Base Style Sheet
2011/06/20 -
-------------------------------------------------- */

/* --------------------------------------------
CLEAR -HACK:CLEARFIX-
----------------------------------------------- */
#navcontainer:after,
.clr:after {
content:"";
display:block;
visibility:hidden;
height:.1px;
font-size:.1em;
line-height:0;
clear:both;
}
/* for ie */
* html #navcontainer, * html .clr {display:inline-block;}
/* no ie mac \*/
* html #navcontainer, * html .clr {height:1%;}
#navcontainer, .clr {display:block;}
/* */
*:first-child+html .clr {zoom:1;}

/* HEADINGS */
/* ----------------------------------------
* Headings Clear
* ----------------------------------------*/
.heading { font-weight: bold; }

#toPageTop {
	bottom: 45px;
	position: fixed;
	right: 45px;
	z-index: 10;
	display:none;
}

/* PAGE BOTTOM AREA STYLE
----------------------- */
#prefLinks {
	background: #EDEDE2 url(/static/20251015-114853709/images/std/common/bg_pref_links.png) no-repeat 95% 15px;
	border-top: 1px dotted #CDCDB1;
	position: relative;
	font-size: 12px;
}
/* ----------------------- */
#prefLinks-inner {
	margin: 0 auto;
	padding: 20px 0 15px;
	position: relative;
	text-align: left;
	width: 1000px;
	z-index: 2;
}
.min-w940 #prefLinks-inner {
    margin: 0 auto;
    padding: 20px 0 15px;
    position: relative;
    text-align: left;
    width: 940px;
    z-index: 2;
}
.w-min940 #prefLinks-inner {
    margin: 0 auto;
    padding: 20px 0 15px;
    position: relative;
    text-align: left;
    width: 940px;
    z-index: 2;
}
	#prefLinks-title {
		border-left: 4px solid #4B4738;
		font-size: 1.333em;
		color: #4B4738;
		margin-bottom: 20px;
		padding-left: 11px;
		line-height: 1;
	}
	#prefLinks a {
		color: #4B4638;
	}
	#prefLinks dl {
		float: left;
		margin-left: 15px;
	}
	#prefLinks dl+dl {
		margin-left: 10px;
	}
	#prefLinks dt,
	#prefLinks dd {
		color: #4B4638;
		float: left;
		line-height: 1.25;
		margin-bottom: 8px;
	}
	#prefLinks dt {
		border-right: 1px dotted #4B4738;
		clear: left;
		font-weight: bold;
		margin-right: 1.25em;
		padding: 0 .75em 0 0;
		width: 7em;
	}
	#prefLinks dd {
		padding: 0 .75em 0 0;
	}
	#prefLinks dd+dd {
		border-left: 2px solid #CCC;
		padding-left: 1em;
	}

#site-notice {
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px;
	margin-bottom: 15px;
	padding: 5px 10px;
}
	#site-notice li {
		position: relative;
	}
	#site-notice li:before {
		content: "・";
		font-weight: bold;
		position: static;
	}
	#site-notice li.important:before {
		color: #F00;
	}

/* --------------------------------------------------
 Header and Footer Styles
  - tool bar
  - hedaer
  - footer
  - navigtion
  - page bottom navigation
  - breadcrumbs
-------------------------------------------------- */

body.modalBody{
	padding: 0;
}
#fixedbar,
#at_header,
#at_footer,
#navcontainer,
#globalLinks,
#yrHere {
	font-size: 12px;
	line-height: 1;
	text-align: center;
}
#fixedbar *,
#at_header *,
#at_footer *,
#navcontainer *,
#globalLinks *,
#yrHere * {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
}

/*
#prefLinks, #globalLinks  {
    padding-left: 15px;
    padding-right: 15px;
}
*/

#globalLinks a.ico.blank {
	background: url("/static/20251015-114853709/images/std/global/ico_blank_global.gif") no-repeat scroll 100% 26% rgba(0, 0, 0, 0);
	padding-right: 13px;
}

/* COMMON
----------------------- */
#fixedbar-inner,
#header-inner,
#category-list {
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}
.min-w940 #fixedbar-inner,
.min-w940 #header-inner,
.min-w940 #category-list {
    margin: 0 auto;
    text-align: left;
    width: 940px;
}
#headWrap-liquid.w-min940{
	min-width: 940px;
}
#fixedbar-inner.w940,
#header-inner.w940,
#category-list.w940 {
    margin: 0 auto;
    text-align: left;
    width: 940px;
}
/* list style */
.inlineList {
	list-style: none;
}
	.inlineList li {
		display: inline-block;
	}
	html*.inlineList li {
		display: inline;
		zoom: 1;
	}
/* clear */
.clr:after {
	clear: both;
	content: "";
	display: block;
	font-size: .1em;
	line-height: 0;
	height: .1px;
	visibility: hidden;
}
/* for ie */
* html .clr {display:inline-block;}
/* no ie mac \*/
* html .clr {height:1%;}
.clr {display:block;}
/* */
*:first-child+html .clr {zoom:1;}

.placeholder { color: #aaa; }

/* TOOL BAR
----------------------- */
#fixedbar {
	background: #CA0A37 url(/static/20251015-114853709/images/std/global/bg_fixed_bar.gif) repeat-x 0 0;
	color: #FFF;
	height: 34px;
	margin: 0 auto;
}
#fixedbar * {
	line-height: 1;
}
	#fixedbar a {
		background: url(/static/20251015-114853709/images/std/global/sprite_fixedbar.png?v=20161130_001) no-repeat 0 0;
		display: block;
		overflow: hidden;
		/* text-indent: -9999px; */ /* text-indent: -9999pxは性能劣化するので代替記述にする */
		text-indent: 100%;
		white-space: nowrap;
	}
#fixedbar-inner {
	position:relative;
}
#fixedbar a#logo-fixedbar{
	position:absolute;
	text-indent:0;
	top:8px;
	left:8px;
	background:none;
	display:inline;
}
#fixedbar-data_wrap {
	float: left;
	text-align: right;
	width: 435px;
}
.w940 #fixedbar-data_wrap,
.min-w940 #fixedbar-data_wrap {
    float: left;
    text-align: right;
    width: auto;
}

#fixedbar-data {
	float: right;
	border-collapse:separate;
	border-spacing:0;
	table-layout: fixed;
}
	#fixedbar-data th,
	#fixedbar-data td {
		/* height: 30px; */
		color: #FFF;
		height: 34px;

	}
	#fixedbar-data th {
		font-size: 11px;
		padding-right: 10px;
		padding-left: 20px;
		font-weight: bold;
		border:0px;
	}
	#fixedbar-data td {
		font-size: 10px;
	}
	#fixedbar-data span.counter {
		background: #FFF;
		border-radius: 3px;
		color: #F00;
		display: inline-block;
		font-weight: bold;
		margin: 0 10px 0 0;
		padding: 4px 13px 3px;
	}
	#fixedbar-data span.counter .num {
		color: #F00;
		font-size: 12px;
		margin-right: .25em;
	}
	#fixedbar-data_caption * {
		color: #FFF;
	}

#fixedbar-first a {
	background-position: 0 0;
	float: right;
	margin: 6px 18px 0 0;
	height: 23px;
	width: 104px;
}
#fixedbar-first a:hover {
	opacity: .8;
	-ms-filter: "alpha(opacity=80)";
	zoom: 1;
}

#fixedbar-func {
/*	border-left: 1px solid #E95276;
	border-right: 1px solid #C10000;*/
	float: right;
	list-style: none;
	width: 430px;
}

	#fixedbar-func_login p.login_link:not(.nostyle_login_link) {
			font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
			display: inline-block;
			width:80px;
			height: 20px;
			line-height: 20px;
			background-color: #fff;
			border-bottom: solid 2px #dab7b7;
			border-radius: 4px;
			color: #ca0a37;
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
			margin: 6px 0 0 28px;
	}
	#fixedbar-func_login p.login_link:hover {
		cursor: pointer;
		opacity: .8;
	}
	#fixedbar-func a:hover {
		opacity: .8;
	}

	#fixedbar-func li {
/*		border-left: 1px solid #C10000;
		border-right: 1px solid #E95276;*/
		float: left;
		display: block;
		height: 34px;
		margin-left: 2px;
	}
	#fixedbar-func a {
		color: #FFF;
		height: 34px;
	}
	#fixedbar-func_fav a { background-position: -111px 0; width: 92px; }
	#fixedbar-func_hist a { background-position: -203px 0; width: 104px; }
	#fixedbar-func_save a { background-position: -307px 0; width: 111px; }
	#fixedbar-func a:hover {
		opacity: .8;
		-ms-filter: "alpha(opacity=80)";
		zoom: 1;
	}

/* HEADER
----------------------- */
#siteSummary {
	font-size: 11px;
	left: 0;
	position: absolute;
	top: 18px;
	color : #000;
}
#at_header {
	background: #FFF;
	height: 96px;
	clear: both;
	margin: 0 auto;
    width: 1000px;
}
#at_simpleheader {
	background: #FFF url(/static/20251015-114853709/images/std/contact/bg_header.gif) repeat-x 0 100%;
	 height: 64px;
	 border: none;
	 margin-bottom: 10px;
}
.min-w940 #at_header {
    background: #FFF;
    height: 96px;
    clear: both;
    margin: 0 auto;
    width: 940px;
}

#at_header.w940 {
    background: #FFF;
    height: 96px;
    clear: both;
    margin: 0 auto;
    width: 940px;
}

#at_header-personal {
	background: #FFF;
	height: 96px;
	clear: both;
	background: url(/static/20251015-114853709/images/std/contact/bg_header.gif) repeat-x 0 100%;
}

#header-inner {
	position: relative;
	height: 96px;
}

#header-inner .header-character {
	position: absolute;
  top: 23px;
  left: 148px;
}
#simpleheader-inner {
	height: 59px;
	margin: 0 auto;
	min-width: 960px;
	width: 960px;
}

#header-inner-personal {
	position: relative;
	height: 96px;
	width: 1000px;
	margin: 0 auto;
}



#logo {
	display: block;
	height: 33px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 38px;
	width: 153px;
}
#simplelogo {
	display: block;
	height: 33px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 15px;
	width: 153px;
}
#header-nav {
	float: left;
	margin-left: 224px;
	margin-top: 12px;
	overflow: hidden;
	width: 587px;
}
.w940 #header-nav,
.min-w940 #header-nav {
    float: left;
    margin-left: 224px;
    margin-top: 12px;
    overflow: hidden;
    width: 587px;
}
	#header-nav a {
		color: #726A4A;
		text-decoration: none;
	}
	#header-nav a:hover {
		opacity: .6;
		-ms-filter: "alpha(opacity=60)";
		zoom: 1;
	}
	#header-nav dl {
		float: left;
		margin: 0 5px 0 0;
		overflow: hidden;
	}

		#header-nav dt {
			background: url(/static/20251015-114853709/images/std/global/sprite_header_nav_souba.png) no-repeat 0 16px;
			color: #726A4A;
			clear: both;
			display: block;
			font-size: 10px;
			font-weight: bold;
			height: 19px;
			margin: 0 0 4px;
			text-align: center;
		}
		#header-nav dd {
			float: left;
			height: 50px;
			overflow: hidden;
		}
		 	/* IE8でhoverで透明化するにはブロック要素じゃないと適用されない模様 */
		 	/* blockだとセンタリングできないので、inline-blockにする */
			#header-nav dt a {
				display : inline-block;
			}
			#header-nav dd a,
			#header-nav li a {
				background-image: url(/static/20251015-114853709/images/std/global/sprite_header_nav_souba.png);
				background-repeat: no-repeat;
				display: block;
				height: 50px;
				overflow: hidden;
				/*text-indent: -9999px;*/ /* text-indent: -9999pxは性能劣化するので代替記述にする */
				text-indent: 100%;
				white-space: nowrap;
			}
	#header-nav_rent { width: 46px; }
	#header-nav_mansion,
	#header-nav_kodate { width: 111px; }
		#header-nav_mansion dt,
		#header-nav_kodate dt { background-position: -51px 16px; }
	#header-nav_buy { width: 105px; }
		#header-nav_buy dt { background-position: -167px 16px; }
		#buy_tochi a { margin-right: 5px; }
	#header-nav_others {
		list-style: none;
		padding: 23px 0 0;
	}
		#header-nav_others li {
			float: left;
			margin-right: 5px;
		}
	#rent_chintai a { background-position: 0 -10px; width: 46px; }
	#mansion_new a { background-position: -46px -10px; width: 55px; }
	#mansion_used a { background-position: -101px -10px; width: 56px; }
	#kodate_new a { background-position: -157px -10px; width: 55px; }
	#kodate_used a { background-position: -212px -10px; width: 56px; }
	#buy_tochi a { background-position: -268px -10px; width: 46px; }
	#buy_toushi a { background-position: -314px -10px; width: 54px; }
	#others_estate a { background-position: -368px -10px; width: 60px; }
	#others_assess a { background-position: -428px -10px; width: 60px; }
	#others_hikkoshi a { background-position: -488px -10px; width: 58px; }

#header-func {
	border-right: 1px solid #EDEDE3;
	float: right;
	list-style: none;
	width: 184px;
}
	#header-func li,
	#header-func a {
		display: block;
	}
	#header-func li {
		border-left: 1px solid #EDEDE3;
		float: left;
		font-size: 10px;
		width: 60px;
		white-space: nowrap;
		word-break: keep-all;
		box-sizing: border-box;
	}
	#header-func a {
		background: url(/static/20251015-114853709/images/std/global/sprite_header_func.png?v=20161130_001) no-repeat 0 0;
		color: #726A4A;
		display: block;
		height: 50px;
		padding: 46px 0 0;
		text-align: center;
		text-decoration: none;
	}
	#header-func a span.title{
		color: #726A4A;
	}
	#header-func a:hover {
		opacity: .6;
		-ms-filter: "alpha(opacity=60)";
		zoom: 1;
	}
	#header-func .title {
		display: block;
		letter-spacing: -0.25px;
	}
	#header-func .counter {
		color: #F00;
		display: block;
		font-weight: bold;
		margin-bottom: 8px;
	}
	#header-func .counter span{
		color: #F00;
	}
	#header-func .num {
		font-size: 15px;
	}
	#header-func_fav a { background-position: 0 0; }
	#header-func_hist a {	background-position: -60px 0; }
	#header-func_save a { background-position: -120px 0; }

/* FOOTER
----------------------- */
#at_footer {
	background: #FFF;
	border-bottom: 7px solid #CA0A37;
	clear: both;
	padding: 15px 0;
}

#at_footer-personal {
	border-top: 3px solid #575444;
	background: #FFF;
	border-bottom: 7px solid #CA0A37;
	clear: both;
	padding: 15px 0;
}

#footer-inner{
	margin: 0 auto;
	width: 1000px;
}
.min-w940 #footer-inner{
    margin: 0 auto;
    width: 940px;
}
#footer-inner.w940{
    margin: 0 auto;
    width: 940px;
}
	#at_footer a:link {
		color: #333;
		text-decoration: none;
	}
	#at_footer .nav {
		border-bottom: 1px dotted #333;
		margin-bottom: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	#footer-info {
		float: left;
		white-space: nowrap;
		word-break: keep-all;
	}
		#footer-info li {
			margin-right: 1.25em;
		}
		#footer-info a {
			background: url(/static/20251015-114853709/images/std/common/ico_arrow_red.gif) no-repeat 3px 50%;
			padding-left: 15px;
		}
		#footer-info a:hover {
			text-decoration: underline;
		}
	#footer-link {
		float: right;
		word-break: keep-all;
		white-space: nowrap;
	}
		#footer-link li {
			margin-left: 10px;
		}
		#footer-link a {
			background: #EEE;
			padding: 5px 10px;
		}
		#footer-link a:hover {
			opacity: .8;
			-ms-filter: "alpha(opacity=80)";
			zoom: 1;
		}

#copyright {
	font-size: 11px !important;
	line-height: 20px !important;
	color : #000 !important;
}

	#copyright img {
		margin-right: 5px;
		vertical-align: bottom;
	}


/* NAVIGATION
----------------------- */
#header_underbar {

	height: 2px;
	border: 0px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #6A6656;
	clear: both;

}
#footer_underbar {
	 border-top: 3px solid #575444;
	 margin-top: 10px;
}
#navcontainer {
	background: #EEE url(/static/20251015-114853709/images/std/global/bg_navcontainer.gif) repeat-x 0 0;
	border-top: 2px solid #6A6656;
	clear: both;
	height: 40px;
}
#category-list {
	/* margin: 0px; */
}
	#category-list dt,
	#category-list dd {
		float: left;
	}
	#category-list dt {
		margin: -2px 20px 0 0;
	}
	#category-list dd {
		word-break: keep-all;
		white-space: nowrap;
	}
	#category-list li {
		line-height: 38px;
		margin-right: 30px;
	}
	#category-list a {
		background: url(/static/20251015-114853709/images/std/global/ico_arrow_red.gif) no-repeat 3px 50%;
		color: #333;
		padding-left: 15px;
		text-decoration: none;
	}
	#category-list a:hover {
		text-decoration: underline;
	}


/* PAGE BOTTOM NAVIGATION
----------------------- */
/* reset */
#gl2016_globalLinks * {
	margin: 0;
	padding: 0;
}
#gl2016_globalLinks section {
	display: block;
}
/* common */
.gl2016_inlineList {
    list-style: none;
}
	.gl2016_inlineList li {
		display: inline-block;
	}
	html*.gl2016_inlineList li {
		display: inline;
		zoom: 1;
	}
/* pie */
.gl2016_pie {
    position: relative;
}
/* clear */
.gl2016_clr {
	display: block;
}
.gl2016_clr:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0.1em;
    line-height: 0;
    height: 0.1px;
    visibility: hidden;
}
* html .gl2016_clr { zoom: 1; }
*:first-child+html .gl2016_clr { zoom: 1; }

#gl2016_globalLinks {
    background: #575444 url(/static/20251015-114853709/images/std/global/sprite_global_links.png) repeat-x 0 -30px;
    clear: both;
    color: #FFF;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif,Helvetica;
    font-size: 12px;
    line-height: 1;
    min-width: 1030px;
    padding: 17px 0;
    text-align: center;
}
	#gl2016_globalLinks .gl2016_wrap {
		background: url(/static/20251015-114853709/images/std/global/sprite_global_links.png) repeat-x 0 -800px;
		border-radius: 5px;
		padding: 15px 0 5px;
	}
	#gl2016_globalLinks .gl2016_title {
		border-left: 4px solid #FFF;
		color: #FFF;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 17px;
		padding-left: 11px;
	}
	#gl2016_globalLinks a {
		color: #FFF;
	}
	#gl2016_globalLinks span a {
		margin-right: 1em;
	}
	#gl2016_globalLinks a.gl2016_ico.gl2016_blank {
		background: url(/static/20251015-114853709/images/std/global/sprite_global_links.png) no-repeat 100% -9px;
		padding-right: 13px;
	}
#gl2016_globalLinks-inner {
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}
#gl2016_globalLinks-search {
    margin-bottom: 10px;
}
	#gl2016_globalLinks-search dl {
		display: table;
		margin-bottom: 10px;
		padding: 0 15px;
		position: relative;
		width: 100%;
	}
	#gl2016_globalLinks-search dd,
	#gl2016_globalLinks-search dt {
		display: table-cell;
		vertical-align: top;
	}
	#gl2016_globalLinks-search dt {
		border-right: 1px dotted #FFF;
		color: #FFF;
		width: 7.25em;
	}
	#gl2016_globalLinks-search dd {
		overflow: hidden;
		padding-left: 1.25em;
	}
		#gl2016_globalLinks-search dd p {
			margin-top: -8px;
		}
		#gl2016_globalLinks-search dd span {
			display: inline-block;
			margin-top: 8px;
			white-space: nowrap;
		}
	#gl2016_globalLinks-service ul {
		padding: 0 15px;
	}
	#gl2016_globalLinks-service li {
		margin: 0 2em 10px 0;
	}
	#linksMargin a {
		margin-right: 1em;
	}



/* NEW パンくず　既存サイトでは不要な定義だが、一応残しておく
----------------------- */
#yrHere {
	background: #F1F1F1;
	border-bottom: 1px solid #FFF;
	clear: both;
	font-size: 11px;
	margin-bottom: 15px;
}
#breadcrumbs {
	background:  url(/static/20251015-114853709/images/std/global/bg_yrhere.gif) no-repeat 100% 100%;
	height: 14px;
	list-style: none;
	margin: 0 auto;
	padding: 7px 15px;
	text-align: left;
	width: 97%;
}
.inq_breadcrumbs{
	width: 970px !important;
}
#breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
}
html*#breadcrumbs li {
	display: inline;
	zoom: 1;
}


#thumbView {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #333;
    padding: 12px 23px;
    position: absolute;
    text-align: center;
	z-index: 10000;
}

/* 現行パンくず */

/*---------------------------------------------------------------------- ぱんくず */
div#breadClumbArea {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/static/20251015-114853709/images/00000/new/bg/bg_contents_top.gif) repeat-x scroll left bottom;
	background: #F1F1F1;
	clear:both;
}

div#breadClumbArea.noBg{
	background-image: none;
	padding-bottom: 0px;
}

div#breadClumb {
	background:  url(/static/20251015-114853709/images/std/global/bg_yrhere.gif) no-repeat 100% 100%;
	height: 14px;
	list-style: none;
	margin: 0 auto;
	padding: 7px 15px;
	text-align: left;
	width: 970px;
}

div#breadClumbArea.noBg div#breadClumb{
	float: none;
}


div#breadClumb ul li{
	display: inline;
	margin-right: 1px;
	font-size: 83.3%;
}


div#breadClumb span {
	margin-left: 3px;
}
div#breadClumb em {
	font-weight:normal;
}

/*------------------------------------------------ シンプルヘッダ用オーバーライド */
div.simpleHeader div#breadClumbArea {
	border-top:solid 2px #004899;
}

/*------------------------------------------------ 以下、旧CSSから必要そうなものをもってきた */
div#taglneWrap:after,
div#header:after,
div#header div#action:after,
div#gnavi:after,
div#sublink div div div div div div:after,
div#footer:after,
div.btmLinks:after,
div.btmLinks dl:after,
div#breadClumbArea:after,
div#bookmark:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }

div#taglneWrap,
div#header,
div#header div#action,
div#gnavi,
div#sublink div div div div div div,
div#footer,
div.btmLinks,
div.btmLinks dl,
div#breadClumbArea,
div#bookmark { display:inline-block; }

/*\*/
* html div#taglneWrap,
* html div#header,
* html div#header div#action,
* html div#gnavi,
* html div#sublink div div div div div div,
* html div#footer,
* html div.btmLinks,
* html div.btmLinks dl,
* html div#breadClumbArea,
* html div#bookmark { height:1%; }

div#taglneWrap,
div#header,
div#header div#action,
div#gnavi,
div#sublink div div div div div div,
div#footer,
div.btmLinks,
div.btmLinks dl,
div#breadClumbArea,
div#bookmark { display:block; }

/* at_css/common.cssからヘッダ用のものを移動 */
.breadCrumbArea {
	margin: 0 auto;
	padding:6px 6px 15px 6px;
	position:relative;
}
#headWrap .breadCrumbArea {
    margin: 0 auto;
    padding:6px 6px 15px 6px;
    position:relative;
    width: 1000px;
}

#headWrap.min-w940 .breadCrumbArea,
#headWrap-liquid.min-w940 .breadCrumbArea {
    margin: 0 auto;
    padding:6px 6px 15px 6px;
    position:relative;
    width: 940px;
}

p.breadCrumb {
    font-size:0.95em;
    text-align: left;
}
.breadCrumbArea ul {
    font-size: 0.95em;
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}
.breadCrumbArea ul li{
    display: inline;
}
.breadCrumbArea .headHelp{
	width:18%;
	top:6px;
	right:10px;
	position:absolute;
	text-align:right;
}


/* 不動産導線用のヘッダデザインを移植 */
div.w940 {
    margin: 0 auto;
    width: 940px;
}
div.w-min940 {
    margin: 0 auto;
    min-width: 940px;
}

/* javascript無効時のメッセージのサイズ */
#headWrap-liquid.w-min940 .site-alert,
#headWrap-liquid.min-w940 .site-alert {
    width: 910px;
}

#headWrap .site-alert{
    width: 970px;
}

#at_header p,
#at_header li,
#at_header dt,
#at_header dd,
#at_header table,
#at_header th,
#at_header td,
#at_header pre,
#at_header caption{
	line-height: 1;
}

#at_footer p,
#at_footer li,
#at_footer dt,
#at_footer dd,
#at_footer table,
#at_footer th,
#at_footer td,
#at_footer pre,
#at_footer caption{
	line-height: 1;
}

#gl2016_globalLinks p,
#gl2016_globalLinks li,
#gl2016_globalLinks dt,
#gl2016_globalLinks dd,
#gl2016_globalLinks table,
#gl2016_globalLinks th,
#gl2016_globalLinks td,
#gl2016_globalLinks pre,
#gl2016_globalLinks caption{
	line-height: 1.2;
}
#gl2016_globalLinks h3{
	line-height: 1;
}

#at_footer p,
#at_footer li,
#at_footer dt,
#at_footer dd,
#at_footer table,
#at_footer th,
#at_footer td,
#at_footer pre,
#at_footer caption{
	line-height: 1;
}

/* 小窓系で共通化しているヘッダフッタのサイズを画面により可変させるための設定 */

/* 物件の大きな地図 */
#at_header.subwin_bukmap,
#header-inner.subwin_bukmap,
#navcontainer.subwin_bukmap,
#category-list.subwin_bukmap,
#yrHere.subwin_bukmap,
#prefLinks.subwin_bukmap,
#globalLinks.subwin_bukmap,
#at_footer.subwin_bukmap,
#footer-inner.subwin_bukmap,
#at_footer-personal.subwin_bukmap,
#at_footer-personal.subwin_estmap
{
	width: 100%;
	min-width: 780px;
}

/* 物件詳細>周辺マップ ヘッダデザイン追加 */
#header-inner-personal.subwin_bukmap,
#header-inner-personal.subwin_estmap
{
    width:100%;
}

/* 会員詳細印刷 */
#at_header.subwin_estprint,
#header-inner.subwin_estprint,
#navcontainer.subwin_estprint,
#category-list.subwin_estprint,
#yrHere.subwin_estprint,
#prefLinks.subwin_estprint,
#globalLinks.subwin_estprint,
#at_footer.subwin_estprint,
#footer-inner.subwin_estprint
{
	width: auto;
}

/* 会員地図 */
#at_header.subwin_estmap,
#header-inner.subwin_estmap,
#navcontainer.subwin_estmap,
#category-list.subwin_estmap,
#yrHere.subwin_estmap,
#prefLinks.subwin_estmap,
#globalLinks.subwin_estmap,
#at_footer.subwin_estmap,
#footer-inner.subwin_estmap
{
	width: auto;
}
div.btmLinks a.tlink {
    margin-left: 10px;
}
div.btmLinks dt {
    background: url("/static/20251015-114853709/images/00000/new/header/pic_colon.gif") no-repeat scroll 90% 50% rgba(0, 0, 0, 0);
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 0 0 2px;
    text-align: left;
    width: 12em;
}
div.btmLinks dt span {
    padding: 0 10px;
    white-space: nowrap;
}
div.btmLinks dd {
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
}
div.btmLinks dd p {
    padding: 0 10px 2px;
}
div.contact_footer_simple{
    border-top: 3px solid #575444;
}


/*-----------ログインPh2対応ここから-----------*/
#fixedbar-func {
	width: 435px;
}
#fixedbar-func_login.is_login {
	position: relative;
}
	#fixedbar-func_login.is_login .login_link {
		color: #333;
		font-size: 10px;
		line-height: 20px;
		padding-right: 15px;
		padding-left: 5px;
		position: relative;
		width: 67px;
	}
		#fixedbar-func_login.is_login .login_link img {
			vertical-align: middle;
			margin-top: 5px; /* ← プロパティ追加 */
		}
	#fixedbar-func_login.is_login .login_link.open {
		border-bottom-color: #FFF;
		border-radius: 4px 4px 0 0;
		box-shadow: 2px 0px 2px -1px rgba(0, 0, 0, 0.4);
	}
	#fixedbar-func_login.is_login .login_link .alert {
		background: url(/static/20251015-114853709/images/std/global/icon_menu_alert.gif) no-repeat 0 0;
		display: block;
		line-height: 14px;
		height: 14px;
		margin-top: -7px;
		overflow: hidden;
		position: absolute;
		right: 4px;
		text-indent: 100%;
		top: 50%;
		width: 14px;
	}
#fixedbar-func_login .login_menu {
	display: none;
	position: absolute;
	right: 0;
	top: 27px;
	z-index: 10000;
}
#fixedbar-func_login .login_menu.open {
}
#fixedbar-func_login .login_menu ul {
	background: #FFF;
	box-shadow: 2px 2px 3px 0 #999;
	padding: 2px;
	width: 180px;
}
	#fixedbar-func_login .login_menu li {
		background: #575444 url(/static/20251015-114853709/images/std/global/bg_loginmenu_off.gif) repeat 0 0;
		float: none;
		font-size: 12px;
		height: auto;
		margin: 0;
	}
	#fixedbar-func_login .login_menu li:hover {
		background: #918C74 url(/static/20251015-114853709/images/std/global/bg_loginmenu_on.gif) repeat 0 0;
	}
	#fixedbar-func_login .login_menu li+li {
		border-top: 1px dotted #FFF;
	}
	#fixedbar-func_login .login_menu a {
		background: none;
		color: #FFF;
		height: auto;
		line-height: 1.5;
		padding: 10px;
		text-decoration: none;
		text-indent: 0;
	}
	#fixedbar-func_login .login_menu a:hover {
		text-decoration: underline;
	}
/*-----------ログインPh2対応ここまで-----------*/
