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

/* ----- デフォルト詳細のリセット・変更 ここから ----- */
body {
  min-width: 1350px;
  background: url(../img/custom_bg.png);
}
#main {
  float: left;
  margin: 0 8px;
}
#footArea {
  background-color: none;
  margin: 0 214px 0 8px;
}
#footArea .inner {
  width: 940px; /* default 960px */
  padding-right: 0px; /* default 220px */
}
/* ----- デフォルト詳細のリセット・変更 ここまで ----- */

#contWrap {
  min-width: 1350px;
  overflow: hidden;
}

/* =========================================================
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: url(../img/header_bg.png) repeat-x;
}
#headInner {
  width: 960px;
  margin: 0 auto;
  padding: 0 213px 0 7px;
  background: url(../img/bg_wrap_02.png) repeat-y;
  position: relative;
  z-index: 100;
}
.line_bnr {
  position: absolute;
  top: 10px;
  right: 235px;
  z-index: 100;
}
.line_bnr a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header_name {
  position: absolute;
  top: 76px;
  left: 30px;
}

#headInner #nav {
  height: 53px;
  padding: 17px 0 0 0;
  background: url(../img/bg_nav_01.png) repeat-x;
}
#headInner #nav ul {
  display: flex;
  justify-content: center;
}
#headInner #nav li a {
  display: block;
  position: relative;
}
#headInner #nav li a::before {
  content: '';
  width: 20px;
  height: 3px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: 1;
}
#headInner #nav li:nth-child(1) a::before {
  background-color: #ff6699;
}
#headInner #nav li:nth-child(2) a::before {
  background-color: #ff6699;
}
#headInner #nav li:nth-child(3) a::before {
  background-color: #0099ff;
}
#headInner #nav li:nth-child(4) a::before {
  background-color: #999999;
}
/* =========================================================
contents
========================================================= */
#contents {
  width: 1180px; /* default 1180px */
  margin: 0 auto;
  background: url(../img/bg_wrap_02.png) repeat-y left;
  position: relative;
}

/* =========================================================
sideArea
========================================================= */
#sideArea {
  float: right;
  width: 200px; /* default 200px */
  margin: 10px 0 0;
  position: relative;
  z-index: 1;
}

#sideCorner01 {
  margin: 0 0 20px;
}
#sideCorner01 h3 {
  width: 200px;
  margin: -50px 0 0 -2px;
}

#news {
  margin: 0 0 15px;
  padding: 0 0 5px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#news h3 {
  margin: -15px 0 0 -2px;
}

#searchBox {
  width: 180px;
  padding: 10px;
  background: url(../img/bg_search_01.png) repeat;
}
#searchBox h3 {
  margin: 0 0 5px;
}
#searchBox a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.searchList {
  margin: 0 0 15px;
}
.searchList li {
  margin: 0 0 5px;
}

.sideBnr li {
  margin: 0 0 5px;
}

/* =========================================================
ptBtn
========================================================= */
#ptBtnWrap {
  width: 960px;
  margin: 0 auto;
  padding: 15px 213px 0 7px;
  background: url(../img/bg_wrap_02.png) repeat-y;
}
#ptBtn {
  width: 212px;
  height: 50px;
  background: url(../img/bg_pagetop_01.png);
  margin: 0 auto;
  text-align: center;
}
#ptBtn a {
  display: block;
}
#ptBtn a img {
  padding-top: 10px;
}

/* =========================================================
footer
========================================================= */
#footer {
  clear: both;
  /*background: url(../img/footer_bg.png) ;*/
}
#footInner {
  width: 960px;
  margin: 0 auto 20px;
  padding: 0 213px 0 7px;
  background: url(../img/bg_wrap_02.png) repeat-y;
  position: relative;
}
#footInner #footMap {
  position: absolute;
  top: 20px;
  right: 20px;
}
#footMain {
  background-color: #ff6699;
  padding-bottom: 20px;
}
#footMain h3 {
  margin-top: 10px;
}
.footBlock01 {
  padding: 25px 20px 20px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: left;
}
.footBlock02 {
  padding: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
#footMain dl {
  width: 440px;
  margin: 12px 0;
}
#footMain dt {
  width: 58px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  float: left;
  clear: left;
  padding-right: 5px;
  margin-bottom: 5px;
  background: url(../img/foot_bg_add_01.png) no-repeat;
}
#footMain dd {
  height: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  color: #fff;
  text-align: left;
}
#footLink {
  text-align: center;
  line-height: 1.6;
}
#footLink a {
  color: #000;
  text-decoration: none;
}
#footLink a:hover {
  text-decoration: underline;
}
#footLink p.copy {
  margin-top: 10px;
  color: #fff;
}

.salHdr {
  min-width: 1350px;
  height: 241px;
  background: url(../img/sal_03.png) no-repeat 50% 0;
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 0;
}
.salFtr {
  position: absolute;
  bottom: 0;
  right: -180px;
}
/*
.salFtr {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 382px;
	z-index: 0;

}*/
