@charset "utf-8";

/***************************************************************


Base CSS @日本住宅管理


****************************************************************/

/* #efforts
---------------------------------------------------------------*/
#article #efforts {
	padding:5px;
	text-align:center;
}
#article #efforts .bg{
	width:auto;
	padding:10px 10px 40px 10px;
	background:url(/img/top/ef_bg.jpg) top left repeat-x;
	position:relative;
}
#article #efforts .box{
	background-color:#fff;
	border:1px solid #C0EFDD;
	width:315px;
	position:relative;
}

#article #efforts .box2{
	background-color:#fff;
	border:1px solid #C0EFDD;
	width:648px;
	position:relative;
}

#article #efforts .box h4{
	display:none;
}
#article #efforts a.more{
	white-space:nowrap;
	position:absolute;
	bottom:5px;
	right:10px;
	padding-left:20px;
	background:url(/img/top/ef_more_ic.gif) center left no-repeat;
	font-size:12px;
}

#article #efforts .box2 a.more{
	white-space:nowrap;
	position:absolute;
	bottom:5px;
	right:10px;
	padding-left:20px;
	background:url(/img/top/ef_more_ic.gif) center left no-repeat;
	font-size:12px;
}

#article #efforts p.lead{
	height:80px;
	width:auto;
	background:url(../img/top/ef_lead.gif) left center no-repeat;
	text-indent:-9999px;
}

#article #efforts .point1{
	float:left;
	height:108px;
	background-image:url(/img/top/ef_point1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#article #efforts .point1 p{
	display:none;
}
#article #efforts .point2{
	float:right;
	height:108px;
	background-image:url(/img/top/ef_point2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#article #efforts .point2 p{
	display:none;
}

#article #efforts .point3{
	float:left;
	height:125px;
	background-image:url(/img/top/ef_point3.jpg);
	background-position:center 5px;
	background-repeat:no-repeat;
}
#article #efforts .point4{
	float:right;
	height:125px;
	background-image:url(/img/top/ef_point4.jpg);
	background-position:center 5px;
	background-repeat:no-repeat;
}
#article #efforts .point5{
	float:left;
	height:125px;
	background-image:url(/img/top/ef_point5.jpg);
	background-position:center 5px;
	background-repeat:no-repeat;
}
#article #efforts .point6{
	float:right;
	height:125px;
	background-image:url(/img/top/ef_point6.jpg);
	background-position:center 5px;
	background-repeat:no-repeat;
}



#article #efforts .point7{
	float:right;
	height:372px;
	background-image:url(/img/top/ef_point7.jpg);
	background-position:center 5px;
	background-repeat:no-repeat;
}



#article #efforts .point3 p,
#article #efforts .point4 p,
#article #efforts .point5 p,
#article #efforts .point6 p{
	font-size:12px;
	padding:0 5px;
	position:absolute;
	top:70px;
	left:0;
	color:#666;
	line-height:140%;
}
#article #efforts .point3 a,
#article #efforts .point4 a,
#article #efforts .point5 a,
#article #efforts .point6 a{
	width:315px;
	height:125px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}


#article #efforts .point7 a{
	width:648px;
	height:372px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}



/* #news
---------------------------------------------------------------*/
#article #news{
	padding:20px 25px !important;
	margin-top:25px;
}
#article #news .title {
	width:auto;
	height:22px;
	margin-bottom:5px;
	position:relative;
	background:url(/img/top/news_title.gif) left center no-repeat;
}
#article #news .title h3{
	display:none;
}
#article #news .title .more-icon{
	position:absolute;
	top:0;
	right:0;
}
#article #news dt{
	width:5em;
	white-space:nowrap;
	padding-top:5px;
	float:left;
	font-size:12px;
}
#article #news dd{
	padding:5px 0 0 6.5em;
	font-size:12px;
}
#article #news dd a{
	font-size:12px;
}


/* #slider
---------------------------------------------------------------*/
#slider {
	width:100%;
	height:350px;
	position:relative;
	border-bottom:1px solid #fff;
	overflow: hidden;
	text-align: left;
	background:url(/img/top/slide_img1.jpg) center center no-repeat #fff;
}

#slider .catch_text{
	width:100%;
	height:350px;
	background:url(/img/top/catch_text.png) center center no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:0;
	z-index:100;
	zoom:1;
	pointer-events: none;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev { background: url(/img/top/prev.jpg) no-repeat right center #fff;}
.slider_next { background: url(/img/top/next.jpg) no-repeat left center #fff;}



.pagination {
	bottom: 10px;
	left:50%;
	margin-left:-480px;
	width:960px;
	height: 7px;
	text-align: left;
	position:absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 0 0 10px;
	width: 7px;
	height: 7px;
	display: inline-block;
	overflow: hidden;
	background: url(/img/top/slide_navi_off.png) 0 0 no-repeat;
}
.pagination a.active {
	background: url(/img/top/slide_navi_on.png) 0 0 no-repeat !important;
}

.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}