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

/* ----- デフォルト詳細のリセット・変更 ここから ----- */
body {
  min-width: 1130px;
  background-color: #fbfbfb;
}
#hdr {
  height: auto;
  border: none;
  position: static;
}
#hdr h1 {
  float: none;
  width: auto;
  margin: 0;
}
#main {
  margin: 10px auto 0;
}
#footArea .inner {
  width: 960px; /* default 960px */
}
/* ----- デフォルト詳細のリセット・変更 ここまで ----- */

/* =========================================================
header,footer,side 共通
========================================================= */
header,
footer,
#sideArea {
  font-size: 12px;
  /* font-sizeやline-height等はここで指定する */
  /* bodyに指定すると物件概要枠に影響がでるので注意 */
}
header img,
footer img,
#sideArea img {
  /*vertical-align: bottom;*/
}

/* =========================================================
header
========================================================= */
header {
  background: #eee; /* sample */
  -webkit-box-shadow: 0px 0px 2px 1px #c9c5bf;
  -moz-box-shadow: 0px 0px 2px 1px #c9c5bf;
  box-shadow: 0px 0px 2px 1px #c9c5bf;
  min-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

#header {
  width: 100%;
}

#header a {
  text-decoration: none;
  color: #333;
}
#header a:hover {
  text-decoration: underline;
  color: #dd5800;
}

#headerBg {
  width: 100%;
  height: 100px;
  background: url(../hdr_bg01.png) repeat-x;
  margin: auto;
}
#headerInner {
  width: 960px;
  margin: 0 auto;
}
#headerInnerLeft {
  float: left;
}
#headerInnerRight {
  float: right;
  text-align: center;
}
#diaryArea {
  height: 200px;
  overflow: scroll;
}

#headerInnerLeft h1 a {
  background: url(../logo_more.png) no-repeat;
  width: 274px;
  height: 37px;
  display: block;
  text-indent: -9999px;
  margin-top: 35px;
}
#headerInnerLeft h1 a:hover {
  opacity: 0.7;
}
#headerInnerLeft h1::after {
  content: '物件情報サイト';
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1;
}
#headerInnerLeft h1 {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
#headerTel {
  padding-top: 35px;
}
#headerOpen {
  font-size: 11px;
  padding-top: 10px;
  padding-left: 10px;
}

/*============================
#gNav
============================*/
#gNav {
  width: 100%;
  background: url(../hdr_bg04.png) repeat-x;
}
#gNav ul#nav {
  background: url(../gnavi_bg.png) no-repeat;
  width: 960px;
  height: 50px;
  margin: 0 auto;
}
#gNav ul#nav li {
  height: 100%;
  line-height: 50px;
  float: left;
  text-align: center;
}
#gNav ul#nav li a {
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  display: block;
}

#gNav ul#nav li a:hover {
  color: #aaa;
}

div#gNav ul.length3 li {
  width: 33.33%;
}
div#gNav ul.length4 li {
  width: 25%;
}
div#gNav ul.length5 li {
  width: 20%;
}
div#gNav ul.length6 li {
  width: 16.6%;
}
div#gNav ul.length7 li {
  width: 14.28%;
}
div#gNav ul.length8 li {
  width: 12.5%;
}
div#gNav ul.length9 li {
  width: 11.11%;
}
div#gNav ul.length10 li {
  width: 10%;
  font-size: 12px;
}

/* =========================================================
contents
========================================================= */
#contents {
  width: 1180px; /* default 1180px */
  margin: 15px auto 0;
}

/* =========================================================
sideArea
========================================================= */
#sideArea {
  float: right;
  width: 200px; /* default 200px */
  margin: 10px 0 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px 1px #c9c5bf;
  -moz-box-shadow: 0px 0px 2px 1px #c9c5bf;
  box-shadow: 0px 0px 2px 1px #c9c5bf;
}

/* =========================================================
footer
========================================================= */
footer {
  clear: both;
  background: #fff; /* sample */
  -webkit-box-shadow: 0px -1px 2px 1px #c9c5bf;
  -moz-box-shadow: 0px -1px 2px 1px #c9c5bf;
  box-shadow: 0px -1px 2px 1px #c9c5bf;
  min-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

#footer {
  width: 100%;
  height: 250px;
  background: url(../ftr_bg02.png) repeat-x center top;
}

#footer a {
  text-decoration: none;
  color: #333;
}
#footer a:hover {
  text-decoration: underline;
  color: #dd5800;
}

#footerInner01 {
  width: 960px;
  height: 40px;
  margin: 0 auto;
  background: url(../ftr_bg01.png) no-repeat;
}

#pagetop {
  float: right;
  padding-top: 10px;
  padding-right: 20px;
}
#footerInner02 {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
#footerInnerLeft {
  float: left;
  padding-top: 20px;
  padding-left: 10px;
}
#footerInnerRight {
  width: 320px;
  float: right;
}
#footerBottom {
  width: 960px;
  margin: 0 auto;
}

#fCompany {
  margin-top: 10px;
}
#fCompany a {
  background: url(../logo_more.png) no-repeat;
  width: 274px;
  height: 37px;
  display: block;
  text-indent: -9999px;
}
#fCompany a:hover {
  opacity: 0.7;
}

#fTel {
  font-size: 30px;
  font-weight: bold;
  padding: 10px 10px 10px 0px;
}
#fOpen {
  font-size: 11px;
  padding-top: 5px;
  padding-left: 10px;
}
#fAddress {
  font-size: 11px;
  padding-top: 5px;
  padding-left: 10px;
}
#fLinks {
  float: left;
}
#fLinks ul {
  margin-top: 40px;
  margin-left: 20px;
  width: 530px;
}
#fLinks ul li {
  float: left;
  background: url(../icon01.png) no-repeat left center;
  padding-right: 20px;
  margin-bottom: 7px;
}
#fLinks ul li a {
  font-size: 13px;
  display: block;
  padding-left: 15px;
}
#fCopy {
  float: right;
  padding-top: 40px;
  padding-right: 15px;
}
