@charset "utf-8";
/* CSS Document */

body {
	min-width: 1050px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	background-position: top center, top left;
	background-repeat: no-repeat, repeat-x;
	font-size: 13px;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* add */
nav ul li {
 background: #FFF;
    display: inline-block;
    float: left;
}

/* modify add */
nav li a {
 background: #FFECEC;
}

.Lbox {
	float: left;
}

.Rbox {
	float: right;
}
.wrapper {
}
.box {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/* ===================================
header
=================================== */
header {
}
header .hInner {
	width: 995px;
	margin: 0 auto;
	padding: 30px 0 20px;
	overflow: hidden;
}
header h1 {
	width: 300px;
	 float: left;
}
header h2 {
	float: left;
	padding: 30px 0 0 35px;
}
header a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.hInner .Rbox {
	width: 294px;
}
.hInner .Rbox p {
	padding-left: 0px;
}
.hInner .Rbox img {
	padding: 6px 0;
}
nav {
	height: 70px;
	background: #FFECEC;
	clear: both;
}
nav ul {
	width: 1000px;
	margin: 0 auto;
}
nav li a {
	float: left;
	display: block;
	width: 250px;
	line-height: 70px;
	text-align: center;
	font-size: 15px;
	color: #333;
	box-sizing:border-box;
}
nav li:first-child a {
	border-right: 1px dashed #FCADB1;
	border-left: 1px dashed #FCADB1;
}
nav li:last-child a {
	border-right: 1px dashed #FCADB1;
}

nav li:nth-child(2) a {
	background: #FC9C9A url(../img/nav_rent.png) 25px 22px no-repeat;
	color: #FFF;
	border-right: 1px dashed #FFF;
}
nav li:nth-child(3) a {
	background: #79D3FF url(../img/nav_sale.png) 25px 22px no-repeat;
	color: #FFF;
	border-right: 1px dashed #FFF;
}


span: area{
	color: #333;
	font-size: 12px;
}

/* ===================================
pankuzu
=================================== */
#breadCrumb {
	height: 40px;
	line-height: 40px;
	clear: both;
}

#breadCrumb ul {
	width: 1000px;
	margin: 0 auto;
}

#breadCrumb ul li {
	color: #000;
	float: left;
}
#breadCrumb ul li:before {
  content: " > ";
}
#breadCrumb ul li:first-child:before {
  content:"";
}

#breadCrumb ul li a {
	color: #408ACC;
	padding: 0 5px 0 10px;
	text-decoration: none;
}
#breadCrumb ul li a:hover {
	text-decoration: underline;
}

/* ===================================
contents
=================================== */
#contents {
	clear: both;
	font-size: 15px;
}

.contInner {
	width: 1000px;
	margin: 0 auto;
}
.contInner h1.pageTitle {
	text-align: center;
	margin-bottom: 30px;
}
#contents h1.title {
	margin-bottom: 20px;
}
#contents a {
	color: #E51000;
	text-decoration: underline;
}
#contents a:hover {
	text-decoration: none;
}



/* ===================================
footer
=================================== */
footer {
	clear:both;
	overflow: hidden;
}
footer #fNav {
	height: 70px;
  margin-bottom: 25px;
}
footer #fNav div {
	width: 1000px;
	margin:0 auto;
	position: relative;
}
footer #fNav ul {
	padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
footer #fNav ul li {
	float: left;
  width: 180px;
	font-size: 12px;
	padding: 0 20px 10px 10px;
	background: url(../img/f_nav_arrow.png) left 4px no-repeat;
}
footer #fNav ul li a {
	color: #000;
}
footer #fNav ul li a:hover {
	text-decoration: underline;
}
footer #fNav div div {
	width: 70px;
	position: absolute;
	top: 0;
	right: 0;
}


/*#footInner*/
#footInner {
	width: 995px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
}
#footInner h1 {
	float: left;
	margin-right: 15px;
}
#footInner h2 {
	margin-top: 50px;
	float: left;
}
#footInner .fTel {
	width: 295px;
	float: right;
	margin-top: 15px;
}
#footInner div p {
	padding-left: 0px;
}
#footInner div div {
	padding: 10px 0;
}
#footInner .adress {
	clear: both;
	padding-left: 93px;
}
#footInner .adress p {
	display: inline-block;
	padding-left: 0;
}
small {
	color: #999;
	clear: both;
	font-size: 12px;
	display: inline-block;
	text-align: right;
	float: right;
}
