<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.top_header_img {
	overflow: hidden;
	height: 452px;
	width: 1500px;
	margin: 0 auto;
}

.top_bg_box {
	background: #92C4E9;
}

div.catch_box {
	background: #F4F5ED;
}

h3.catch {
	width: 1000px;
	margin: 0 auto;
}

#top_contents {
    margin: 0px auto;
}

#top_contents dl.business_box {
	margin-bottom: 35px;
}

#top_contents dl.business_box dt {
    margin: 35px auto;
	width: 1000px;
	text-align: center;
}

#top_contents dl.business_box dd {
    margin: 0 auto 17px;
	width: 1000px;
	text-align: center;
}

/* slider */

#top_contents .apartment_box {
	background: url(../img/top/bg01.gif);
	padding: 45px 0;
}

#top_contents .apartment_box h3 {
	text-align:center;
	margin-bottom: 20px;
}

#top_contents .apartment {
    margin: 0 auto;
	width: 1000px;
}

#apartmentSliderWrap{
	position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

#apartmentSliderWrap .next-btn{
  width: 30px;
  height: 30px;
  position: absolute;
  right:-50px;
  top:50%;
  margin-top: -25px;
}

#apartmentSliderWrap .prev-btn{
  width: 30px;
  height: 30px;
  position: absolute;
  left: -50px;
  top:50%;
  margin-top: -25px;
}

#apartmentSliderWrap .bx-prev,.bx-next {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top:0;
  z-index: 100;
}











#top_contents .info_box {
    margin: 0 auto;
	width: 1000px;
	padding: 30px 0;
}

#top_contents .info_box .information {
	float: left;
}

#top_contents .info_box .information dl {
	width: 520px;
	height:220px;
	overflow-y:scroll;
	border-top: 1px dotted #C6C6C6;
	margin-top: 13px;
	padding-top: 20px;
}

#top_contents .info_box .information dt {
	float:left;
	color: #777777;
	font-weight: bold;
	background: url(../img/top/line01.gif) no-repeat 0px 8px;
	padding-left: 16px;
}

#top_contents .info_box .information dd {
	overflow: hidden;
	color: #3D578F;
	padding: 0 10px 12px 15px;
}

#top_contents .info_box .information dd a {
	color: #3D578F;
}


#top_contents .info_box .contact {
	float: right;
	margin-top:25px;
}

#top_contents .info_box .contact ul {
	padding: 30px 42px 16px;
	border: 5px solid #E5E5E5;
}

#top_contents .info_box .contact ul li {
	text-align: center;
	padding-bottom:14px;
}

#top_contents .bnr_area ul {
	margin-top: 22px;
	width: 1000px;
	margin:17px auto 0;
}

#top_contents .bnr_area ul li{
	margin-top: 15px;
}

#top_contents .bnr_area ul li:first-child{
	margin-top: 0px;
}</pre></body></html>