@charset "Shift_JIS";


/*-----------------------------

・共通レイアウト用
・2013/6/12　作成
・2015/5/8　新グランド対応

-----------------------------*/



/*-----------------------------
	基本
-----------------------------*/
html,
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../image/bg01.gif);
	color: #2a2b2b;
}

#maincontents {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	zoom: 1;
	text-align:left;
	celar:both;
	float:none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#maincontents:after {
	display: block;
	height: 1px;
	content: ".";
	visibility: hidden;
	clear: both;
}
div,p {
	text-align:left;
	margin: 0;
	padding: 0; 
}
p.at-first {
	margin: 0 0 30px 0;
}
p.explane,
ul.explane {
	margin-bottom: 15px;
}
img {
	border:0;
}

a {
	color: #00338d;
}

hr {
	height: 1px;
	margin: 0;
	padding: 0;
	background: #c7c8c9;
	border: none;
}

#maincontents strong {
	background: #ffe8e8;
}

#maincontents .clear {
	clear:both;
}

#sitecatalyst {
	display:none;
}

.add {
	margin-top: 3px;
}


/*-----------------------------
	リンク
-----------------------------*/

a:hover {
	text-decoration: none;
}

a:vlink {
	color: #8c008c;
}

a:focus {
	outline: none;
}

.gotop {
	margin-top: 10px;
	text-align: right;
}

.col2 .gotop {
	clear: both;
	margin: 15px 0 5px 0;
}

.gotop a {
	padding-left: 14px;
	background: url(../image/icon_up.gif) no-repeat 2px 5px;
}

dd li a {
	color: #000000;
}

h3 a:hover,
.btn a:hover {
	_position:relative; /* IE bug */
	opacity: 0.6;
	filter: alpha(opacity=60); /* IE6 IE7 */
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
	-moz-opacity:0.6; /* FF */
	zoom:1; /* IE */
	display:inline-block\9;/* ie8 */
}
a span.blank {
	background: url(../image/blank.png) no-repeat right;
	padding-right:17px;
}

.block {
	display:block;
}

#maincontents li a,
#maincontents dt a,
#maincontents dd a,
#maincontents .link a {
	padding-left: 14px;
	background: url(../image/icon_link.gif) no-repeat 2px 5px;
}
#maincontents .link .down {
	background: url(../image/icon_down.gif) no-repeat 0 4px;
}
#maincontents .btn {
	padding-left: 0;
	text-indent: 0;
}
#maincontents .btn a {
	padding-left: 0;
	background: none;
}

span.link {
	display: block;
	text-align: right;
}
.pdf {
	padding-right: 21px;
	background: url(../image/icon_pdf.gif) no-repeat right 0;
}
#maincontents dd li a {
	padding-left: 0;
	background: none;
}


/*-----------------------------
	グローバルナビ
-----------------------------*/

#gnav {
	background: url(../image/navi/bg_hr.gif) repeat-x center 0;
	overflow: visible;
}

.index #gnav  {
	background: url(../image/navi/bg_gnav.gif) repeat-x center 0;
}

#gnav ul {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	z-index:5;
}

#gnav li {
	float: left;
	width: 20%;
}

#gnav a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
}

#gnav .home a {
	background: url(../image/navi/bg_gnav.jpg) no-repeat 0 0;
}

#gnav .home a:hover,
#gnav .home .stay {
	background: url(../image/navi/bg_gnav.jpg) no-repeat 0 -50px;
}

#gnav .tochi a,
#gnav .tochi .stay {
	background: url(../image/navi/bg_gnav.jpg) no-repeat -190px 0;
}

#gnav .tochi a:hover,
#gnav .tochi .stay {
	background: url(../image/navi/bg_gnav.jpg) no-repeat -190px -50px;
}

#gnav .example a {
	background: url(../image/navi/bg_gnav.jpg) no-repeat -380px 0;
}

#gnav .example a:hover,
#gnav .example .stay {
	background: url(../image/navi/bg_gnav.jpg) no-repeat -380px -50px;
}

#gnav .classl a {
	background: url(../image/navi/bg_gnav.jpg) no-repeat -570px 0;
}

#gnav .classl a:hover,
#gnav .classl .stay {
	background: url(../image/navi/bg_gnav.jpg) no-repeat -570px -50px;
}

#gnav .question a {
	background: url(../image/navi/bg_gnav.jpg) no-repeat -760px 0;
}

#gnav .question a:hover,
#gnav .question .stay {
	background: url(../image/navi/bg_gnav.jpg) no-repeat -760px -50px;
}

#gnav .sub,
#gnav .show {
	position: absolute;
	top: 50px;
	left: 0;
	width: 948px;
	background: #ffffff;
}
#gnav .sub {
	height: 0;
	border-left: 1px solid #c7c8c9;
	border-right: 1px solid #c7c8c9;
	z-index: 3;
	overflow: hidden;
/*	display: none;
*/}
#gnav .show {
	height: 50px;
	border: 1px solid #c7c8c9;
	border-top: none;
}
#gnav .sub .hover,
#gnav .show .hover,
#gnav .show .stay {
	/*height: 17px;*/
	background: url(../image/bg_hover.gif);
}
#gnav .sub li,
#gnav .show li {
	position: relative;
	width: auto;
	height: 34px;
	padding-top: 16px;
}
#gnav .sub a,
#gnav .show a {
	display: inline;
	width: 100%;
	height: auto;
	padding: 1.3em 8.8px;
	background: url(../image/navi/bg_sub.gif) no-repeat right top;
	/*background: none; border-right: 1px solid #c7c8c9;*/
}
#gnav .sub a:hover,
#gnav .show a:hover {
	background: url(../image/navi/bg_sub.gif) no-repeat right top;
}

#gnav .sub .last:hover,
#gnav .show .last:hover,
#gnav .sub .last,
#gnav .show .last {
	background: none;
	border-right: none;
}
#gnav .s-list {
	position: absolute;
	top: 50px;
	left: 0;
	width: 18.5em;
	height: 0;
	overflow: hidden;
	padding: 0;
	background: #3268c6;
	z-index: 3;
}

#gnav .s-list li {
	float: none;
	height: auto;
	margin: 5px 0;
	padding: 0 14px;
}
#gnav .s-list li.hover {
	background: none;
}
#gnav .s-list a:hover,
#gnav .s-list a {
	display: block;
	padding: 0;
	color: #ffffff;
	background: none;
}


/*-----------------------------
	段落
-----------------------------*/

#breadcrumbs {
	width: 920px;
	margin: 10px auto 7px auto;
}
#breadcrumbs a {
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

.contents {
	width: 908px;
	padding: 20px 20px 20px 20px;
	background: #ffffff;
	border: 1px solid #c7c8c9;
}
.section {
	clear: both;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #c7c8c9;
	overflow: hidden;
}
.section .section {
	clear: none;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #c7c8c9;
}
* html .section {
	height: 1px;
	overflow: visible;
}
.section .section .section {
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.section .section .section .section {
	margin-bottom: 30px;
	padding-bottom: 0;
	border-bottom: none;
}
.section div div {
	padding: 0;
	border: none;
}
.last,
.section .last {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.left {
	float: left;
	margin: 0 20px 0 0;
}

.right {
	float: right;
	margin: 0;
}

.contents .col1 {
	clear: both;
	overflow: hidden;
}
* html .contents .col1 {
	height: 1px;
	overflow: visible;
}

.col-1 {
	width: 214px;
}
.col-3 {
	width: 406px;
}

.col2-l {
	float: left;
	width: 444px;
}

.col2-r {
	float: right;
	width: 444px;
}
.col3 {
	float: left;
	width: 289px;
	margin-right: 20px;
}

.col3-r {
	float: right;
	width: 290px;
}
.col4 {
	float: left;
	width: 202px;
	margin-right: 20px;
}

.col4-r {
	float: right;
	width: 202px;
}

/*-- 第3階層以下 --*/

.col2 .contents {
	float: left;
	width: 640px;
}

.col2 .col2-l {
	width: 310px;
}

.col2 .col2-r {
	width: 310px;
}

.col2 .col3 {
	width: 200px;
	margin: 0 20px 20px 0;
}

.col2 .col3-r {
	width: 200px;
}

.col2 .col4 {
	width: 145px;
	margin-right: 20px;
}

.col2 .col4-r {
	width: 145px;
}

.col2 .col5 {
	float: left;
	width: 112px;
	margin-right: 20px;
}

.col2 .col5-r {
	float: right;
	width: 112px;
}

.col2 .col6 {
	float: left;
	width: 90px;
	margin-right: 20px;
}

.col2 .col6-r {
	float: right;
	width: 90px;
}

.section:after {
	content: ".";
	height: 1px;
	visibility: hidden;
	display: block;
	clear: both;
}



/*-----------------------------
	サブナビ
-----------------------------*/

#snav {
/*	position: relative;
*/	float: right;
	width: 238px;
	margin: 0;
}
#navfix {
	position: relative;
	z-index: 10;
	width: 216px;
}

/* 下層リスト */

#snav dd.hover {
	background: url(../image/bg_hover.gif);
}
#snav li.hover {
	background: #dceeff;
}
#snav .stay {
	padding: 10px 0 0 0;
	background: url(../image/bg_hover.gif);
}
#snav .open {
	padding: 10px 0 0 0;
}
#snav .open a {
	background: url(../image/icon_down.gif) no-repeat 12px 4px;
}
#snav dl {
	margin: 0;
	padding: 0;
/*	padding: 0 0 33px 0;*/
	background: #ffffff;
	border: 1px solid #c7c8c9;
}
#snav .single {
	padding-bottom: 0;
}
#snav dt {
	_height: 1px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ffffff;
}
#snav dt a {
	display: block;
	padding: 15px 0 13px 0;
	background: none;
	color: #ffffff;
}
#snav .other dt,
#snav .single dt {
	background: #01348f;
}
#snav .apart dt {
	background: #fe9900;
}
#snav .silver dt {
	background: #00b3d6;
}
#snav .store dt {
	background: #8bb500;
}
#snav .house dt {
	background: #fc8886;
}
#snav .solar dt {
	background: #007678;
}
#snav .selling dt {
	background: #782413;
}
#snav .pm dt {
	background: #0166ff;
}
#snav .shohin dt {
	background: #2c98c9;
}
#snav dd {
	_height: 1px;
	margin: 0;
	padding: 10px 0 0 0;
	text-indent: 14px;
	border-bottom: 1px dashed #c7c8c9;
}
#snav dd a {
	display: block;
	padding: 0 5px 10px 28px;
	text-indent: 0;
	background: url(../image/icon_link.gif) no-repeat 14px 5px;
}
/*#snav dd .slist {
	padding-bottom: 0;
}*/
#snav ul {
/*	display: none;
*/	margin: 0;
	padding: 0 0 15px 0;
	text-indent: 0;
	background: #ffffff;
}
#snav li {
	padding: 5px 0 5px 35px;
	text-indent: -10px;
}
#snav li a,
#snav .stay li,
#snav .open li a {
	display: inline;
	padding-left: 0;
	background: none;
}

/* その他 */

#snav .shoplist,
#snav .contact,
#snav .hotline {
	padding: 10px;
	background: #ffffff;
	border: 1px solid #c7c8c9;
	margin-top: 20px;
}
#snav .btn {
	margin-top: 10px;
}
#snav .contact h3 {
	padding: 0 21px 0 22px;
	text-align: center;
	background: url(../image/snavi/bg_h3_contact.gif) no-repeat 0 2px;
}
#snav .fc {
	height: 37px;
	padding: 3px 0 0 52px;
	background: url(../image/snavi/icn_freecall.gif) no-repeat 0 0;
}
#snav .fcNo {
	padding: 3px 0 0 0;
}
#snav .tel {
	height: 37px;
	padding: 3px 0 0 52px;
	background: url(../image/snavi/icn_tel.gif) no-repeat 0 0;
}
#snav .number {
	font-size: 21px;
	font-weight: bold;
}
#snav .small {
	margin-bottom: 15px;
}

#snav div.classl {
	position: relative;
	height: 187px;
	margin-top: 20px;
	padding: 0 10px;
	background: url(../image/snavi/bg_classl.gif) no-repeat 0 0;
}
#snav .classl .btn {
	position: absolute;
	left: 11px;
	bottom: 11px;
}
#snav .hotline {
	background: url(../image/snavi/bg_hotline.jpg) no-repeat;
}
#snav .hotline h3 {
	padding: 0;
	border: none;
	background: none;
}
#snav .hotline p {
	margin: 15px 0 0 104px;
}

#snav .old {
	padding:0;
}
#snav .old dl {
	padding:0;
	background: none;
	border: none;
}
#snav .old dt {
	_height: auto;
	padding: 10px 0 10px 25px;
	color: #2a2b2b;
	text-align: left;
	border: none;
	background: none;
}
#snav .old dd {
	padding:0 !important;
	border: none;
}
#snav .old li {
/*	padding: 0 0 0 25px;
*/}


*:first-child+html #snav .old dt {
	height: auto !important;
	padding: 0 0 0 25px !important;
	color: #2a2b2b !important;
	text-align: left !important;
	border: none !important;
	background: none !important;
}

*:first-child+html #snav .old ul {
	padding: 0 !important;
}


/*-----------------------------
	見出し
-----------------------------*/

body h1.top {
}

.thema {
	height: 70px;
/*	_height: 105px;
*/	margin: 0 0 20px 0;
	padding: 35px 0 0 30px;
	background: url(../image/bg_h1.gif) no-repeat;
	font-size: 30px;
	line-height: 100%;
	font-family: "A-OTF 新ゴ Pro M",A-OTF Shin Go Pro, sans-serif;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

.classl .thema {
	height: 90px;
	_height: 105px;
	margin: 0 0 20px 0;
	padding: 15px 0 0 30px;
	background: url(../image/bg_h1_classl.jpg) no-repeat;
	font-size: 30px;
	line-height: 100%;
	font-family: "A-OTF 新ゴ Pro M",A-OTF Shin Go Pro, sans-serif;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

.thema-tochi {
	margin-bottom: 20px;
}

.read {
	height: 80px;
	padding: 25px 0 0 30px;
}

.read span {
	display: block;
	font-size: 16px;
}

.read2 {
	height: 90px;
	_height: 105px;
	padding: 15px 0 0 30px;
}

.read2 span {
	display: block;
	font-size: 16px;
}

/*h2 {
	margin: 0 0 15px 0;
	padding-bottom: 18px;
	background: url(../image/bg_h2.gif) repeat-x left bottom;
}

h2 span {
	padding: 0 5px 18px 5px;
	/padding: 0 5px 16px 5px;
	padding: 0 5px 16px 5px\9;
	border-bottom: 2px solid #00338d;
}
*/
.contents h2 {
	width: 100%;
	margin: 0 0 12px 0;
	overflow: hidden;
	background: url(../image/bg_h2.gif) repeat-x left bottom;
}
.contents .sitelist {
	padding-bottom: 8px;
}
.contents .col2 h2 {
	width: 642px;
	margin: 0 0 12px 0;
	overflow: hidden;
	background: url(../image/bg_h2.gif) repeat-x left bottom;
}
h2 span {
	display: block;
	float: left;
	padding: 0 5px 15px 5px;
	border-bottom: 2px solid #00338d;
}
h2 span span {
	display: inline;
	float: none;
	padding: 0;
	border-bottom: none;
}
h2 ruby {
	padding-left: 15px;
	color: #00338d;
	font-size: 65%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 a {
	padding-left: 25px;
	background: url(../image/icon_link_l.gif) no-repeat 5px 2px;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h2.sizes {
	padding-bottom: 13px;
	font-size: 140%;
}

h2.sizes span {
	padding: 0 5px 11px 5px;
	border-bottom: 1px solid #00338d;
}

h3 {
	margin: 0 0 10px 0;
	padding: 9px 0 5px 23px;
	background: url(../image/bg_h3.gif) no-repeat left 9px;
	border-bottom: 1px solid #c7c8c9;
}
h3 .small {
	display: block;
	text-indent: -16px;
}
h4 {
	margin: 0 0 6px 0;
	padding: 0;
	color: #00338d;
}
h5 {
	font-size: 90%;
	margin: 0 0 3px 0;
	padding: 0;
}
h5 img {
	margin-bottom: 3px;
}
h2.original,
h3.original {
	padding: 0;
	background: none;
	border-bottom: none;
}



/*-----------------------------
	リスト
-----------------------------*/

ul,
ul li,
dl,
dl dt,
dl dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contents li {
	padding-left: 14px;
	text-indent: -14px
}

ol {
	padding-left: 0;
}
ol li {
	padding-left: 18px;
	text-indent: -18px;
	list-style: none;
}

.list dt {
	float: left;
	width: 5.5em;
	margin-bottom: 12px;
	padding: 0 0 12px 0;
}

.list dd,
.list li {
	margin-bottom: 12px;
	padding: 0 0 12px 14px;
	border-bottom:#c7c8c9 dashed 1px;
}
#maincontents .list dd a {
	background: none;
}

/* アンカー */

.anchor li,
.anchor2 li,
.anchor3 li,
.anchor5 li,
.anchor7 li {
	float: left;
	width: 25%;
	margin-top: 20px;
	padding-left: 0;
	text-indent: 0;
	text-align: center;
}
#maincontents .anchor a {
	padding-left: 14px;
	background: url(../image/icon_down.gif) no-repeat 0 4px;
}


/*-----------------------------
	テーブル
-----------------------------*/

#maincontents table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background: url(../image/bg_th.gif) no-repeat 0 0 #00338d;
	text-align: center;
}
#maincontents.col2 table {
	background: url(../image/bg_th_s.gif) no-repeat 0 0 #00338d;
}
.contents th {
	padding: 10px 20px;
	color: #ffffff;
	vertical-align: middle;
	border-right: 1px solid #ffffff;
}
.contents th.last {
	padding: 10px 20px;
	border: none;
}
.contents td {
	padding: 10px;
	background: #ffffff;
}
.contents th.ttl {
	padding: 5px 10px;
	color: #000000;
	background: #ffe0aa;
	text-align: left;
	font-weight: bold;
}
.short td {
	border-right: 1px dashed #c7c8c9;
}
.short .even td {
	background: #fffcf7;
}
.short .odd td {
	background: #fff5e3;
}
.short .last {
	border-right: none;
}
#maincontents table img {
	float: left;
	margin: 0 10px 5px 0;
}


/*-----------------------------
	その他拡張
-----------------------------*/

.rightmargin5 {
	margin-right:5px;
}

.text_blue {
	color:#00338d;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}

.em {
	font-weight:bold;
	background-color:#ffeae9;
}



/*-----------------------------
	アンカー
-----------------------------*/

.tochi .anchor,
.tochi .anchor2,
.tochi .anchor3,
.tochi .anchor5 {
	clear: both;
	min-height: 67px;
	padding-top: 23px;
	margin-bottom: 15px;
	border-bottom: 1px solid #c7c8c9;
}

*:first-child+html .tochi .anchor,
*:first-child+html .tochi .anchor5, {
	padding-bottom:15px !important;
}

* html .tochi .anchor,
* html .tochi .anchor2,
* html .tochi .anchor3,
* html .tochi .anchor5 {
	height: 67px;
}
.tochi .anchor {
	background: url(../image/bg_ul_anchor.gif) no-repeat 0 15px;
}
.tochi .anchor2 {
	background:url(../image/bg_ul_anchor2.gif) no-repeat 0 15px;
}
.tochi .anchor3 {
	background: url(../image/bg_ul_anchor3.gif) no-repeat 0 15px;
}
.tochi .anchor5 {
	background: url(../image/bg_ul_anchor5.gif) no-repeat 0 15px;
}
.tochi .anchor:after,
.tochi .anchor2:after,
.tochi .anchor3:after,
.tochi .anchor5:after {
	clear: both;
	content: ".";
	display: block;
	height: 1px;
	visibility: hidden;
}
.tochi .contents .anchor li {
	width: 152px;
	min-height: 34px;
	margin: 0 10px 15px 0;
	padding: 12px 0 21px 0;
	text-indent: 0;
	text-align: center;
	background: url(../image/bg_anchor.gif) no-repeat 0 bottom;
}
.tochi .contents .anchor2 li {
	width: 310px;
	min-height: 34px;
	margin: 0 20px 15px 0;
	padding: 12px 0 21px 0;
	text-indent: 0;
	text-align: center;
	background: url(../image/bg_anchor2.gif) no-repeat 0 bottom;
}
.tochi .contents .anchor3 li {
	width: 200px;
	min-height: 34px;
	margin: 0 10px 15px 0;
	padding: 12px 0 21px 0;
	text-indent: 0;
	text-align: center;
	background: url(../image/bg_anchor3.gif) no-repeat 0 bottom;
}


.tochi .contents .anchor5 li{
	width: 120px;
	min-height: 34px;
	margin: 0 10px 15px 0;
	padding: 12px 0 21px 0;
	text-indent: 0;
	text-align: center;
	background: url(../image/bg_anchor5.gif) no-repeat 0 bottom;
}
/*150910 遠藤追加　.anchor5_02まわり　*/
.tochi .contents .anchor5_02 li {
	width: 120px;
	min-height: 34px;
	margin: 0 10px 15px 0;
	padding: 12px 0 21px 0;
	text-indent: 0;
	text-align: center;
	background: url(../image/bg_anchor5.gif) no-repeat 0 bottom;
}

* html .tochi .contents .anchor li,
* html .tochi .contents .anchor2 li,
* html .tochi .contents .anchor3 li,
* html .tochi .contents .anchor5 li,
* html .tochi .contents .anchor5_02 li  {
	height: 34px;
}
.tochi .contents .anchor li.last,
.tochi .contents .anchor2 li.last,
.tochi .contents .anchor3 li.last,
.tochi .contents .anchor5 li.last,
.tochi .contents .anchor5_02 li.last {
	margin-right: 0;
}
* html .tochi .contents .anchor li.double,
* html .tochi .contents .anchor2 li.double,
* html .tochi .contents .anchor3 li.double,
* html .tochi .contents .anchor5 li.double,
* html .tochi .contents .anchor5_02 li.double {
	height: 43px;
}
.tochi .contents .anchor li.double,
.tochi .contents .anchor2 li.double,
.tochi .contents .anchor3 li.double,
.tochi .contents .anchor5 li.double,
.tochi .contents .anchor5_02 li.double {
	min-height: 43px;
	padding-top: 0;
}
.tochi #maincontents .anchor a,
.tochi #maincontents .anchor2 a,
.tochi #maincontents .anchor3 a,
.tochi #maincontents .anchor5 a,
.tochi #maincontents .anchor5_02 a  {
	padding-left: 0;
	background: none;
}


/*------------------------------------------------------------------------
	ここから　150908　遠藤　プロパティーマネジメント　メニュー　5つから7つに変更
-----------------------------------------------------------------------*/

.tochi .contents .anchor7 li {
	width: 80px;
	min-height:50px;
	margin: 0 11px 15px 0;
	padding: 12px 0 21px 0;
	text-indent: 0;
	text-align: center;		
	font-size: 90%;
	line-height: 1.4em;
	vertical-align:center;
	background: url(../image/bg_anchor7.gif) no-repeat 0 bottom;

}
* html .tochi .contents .anchor7 li.double {
	height: 50px;
}
.tochi .contents .anchor7 li.double {
	min-height: 60px;
	padding-top: 0;
}

* html .tochi .contents .anchor7 li {
	height: 50px;
}

.tochi .contents .anchor7 li.last {
	margin-right: 0;
}
.tochi #maincontents .anchor7 a  {
	padding-left: 0;
	background: none;
}

/*------------------------------------------------------------------------
	ここまで　150908　遠藤　プロパティーマネジメント　メニュー　5つから7つに変更
-----------------------------------------------------------------------*/




/*-----------------------------
	コンテンツ内お問い合わせ
-----------------------------*/

.contents .fc,
.contents .tel,
.contents .mail {
	margin-bottom: 3px;
	padding-left: 23px;
}
.contents .fc {
	background: url(../image/icon_freecall.gif) no-repeat 0 0;
}
.contents .tel {
	background: url(../image/icon_tel.gif) no-repeat 0 0;
}
.contents .mail {
	background: url(../image/icon_mail.gif) no-repeat 0 4px;
}
.contents .number {
	font-size: 18px;
	font-weight: bold;
}
.contents .contact {
	padding: 15px;
	background: url(../image/pattern_01.gif);
	border: 1px solid #c7c8c9;
}
.contents .btn2 {
	padding: 15px 15px 10px 15px;
}
*html .contents .contact {
	_height: 1px;
}
*html .contents .btn2 {
	_padding-bottom: 0;
}
.contents .contact:after {
	clear: both;
	height: 1px;
	display: block;
	visibility: hidden;
	content: ".";
}
.contents .contact h3 {
	padding: 0 0 11px 0;
	background: none;
}
.contents .btn2 .telnumber {
	float: left;
	width: 323px;
	margin-top: 10px;
}
.contents .contact .fc {
	margin-bottom: 0;
	padding: 4px 0 0 57px;
	background: url(../image/icn_freecall.png) no-repeat 0 0;
}
.contents .contact .tel {
	margin-bottom: 0;
	padding: 4px 0 0 57px;
	background: url(../image/icon_tel.png) no-repeat 0 0;
}
.contents .contact .btn {
	float: right;
	width: 267px;
	margin-top: 0;
	padding-top: 1em;
}
.contents .btn2 .btn {
	padding-top: 0;
}
#maincontents .btn2 .btn img {
	padding-bottom: 10px;
}
.contents .contact .number {
	font-size: 32px;
	font-weight: bold;
}

*:first-child+html .contents .contact {
	min-height: 1px;
}


/*-----------------------------
	サイトマップ・検索結果など
-----------------------------*/

.second .section {
	padding-bottom: 0;
	border: none;
}
.second dl {
	margin-bottom: 20px;
}
.second dt {
	font-weight: bold;
}
.second dd {
	padding-left:1.5em;
	/*text-indent: 1em;*/
	font-size: 85%;
}
.second #maincontents dd strong {
	background: none;
}

#maincontents .search a {
	padding-left:0 !important;
	background:none !important;
}



/*-----------------------------
	5/8追加
-----------------------------*/

#snav .old-lineup {
}

#snav .old-lineup ul {
	display:none;
}

#snav .old-lineup2 {
}

/*
#snav dd.miranda ul,
#snav dd.cleino ul {
	padding-left:25px;
}

#snav dd.miranda ul li,
#snav dd.cleino ul li {
	text-indent:-1em;
	padding-left:1em;
}
*/

#snav ul {
/*	display: none;
*/	margin: 0;
	padding: 0 0 15px 0;
	text-indent: 0;
	background: #ffffff;
}

#snav ul.bg-miranda {
	background-color:#eee3e3 !important;
}

#snav ul.bg-cleino {
	background-color:#dee3e7 !important;
}

#snav .cleino li.hover {
	background: #052e4d;
	color:#fff !important;
}

#snav .cleino li.hover a {
	color:#fff !important;
}

#snav .miranda li.hover {
	background: #60000b;
	color:#fff !important;
}

#snav .miranda li.hover a {
	color:#fff !important;
}

#snav dd.brand {
	_height: 1px;
	margin: 0;
	padding: 10px 0 0 0;
	text-indent: 14px;
	border-bottom: 1px dashed #c7c8c9;
	background-color:#ede8e0;
}

#snav dd.cleino {
	_height: 1px;
	margin: 0;
	padding: 10px 0 0 0;
	text-indent: 14px;
	border-bottom: 1px dashed #c7c8c9;
	background-color:#dee3e7;
	color:
}

#snav dd.miranda {
	_height: 1px;
	margin: 0;
	padding: 10px 0 0 0;
	text-indent: 14px;
	border-bottom: 1px dashed #c7c8c9;
	background-color:#eee3e3;
}

#snav dd.cleino li a:hover {
	color:#FFF !important;
}

#snav dd.miranda li a:hover {
	color:#FFF !important;
}
