@charset "UTF-8";
/* 仲介 Document */

/* produce Document */
.chu_ul{
}
.chu_ul li{
	float:left;
}

.chu_h4 {
	margin-bottom:40px;
}

.chu_h4 span{
	font-size:16px;
	font-weight:normal;
	padding-top:5px;
}

.chu_h4 a{
	text-align:center;
	font-size:24px;
	width:716px;
	border:#FF9 solid 2px;
	padding:12px 0 10px;
	color:#fff;
	text-decoration:none;
	background:url(../image/chu_h4_bg.png) repeat-x;
	display:block;
	/* rounded corner */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* box shadow */
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	box-shadow:  0 0 5px rgba(0,0,0,.5);
	/* text shadow */
	text-shadow: 2px 2px 3px #000000;
}

.chu_h4 a:hover{
	color:#fff;
	text-decoration:underline;
	background:url(../image/chu_h4_bg_on.png) repeat-x;
}

.chu_ul2{
	margin-right:-20px;

}
.chu_ul2 li{
	float:left;
	margin-right:20px;
}

.chu_ul2 a{
	width:326px;
}



.chu_dw_box{
	background:#FFFEE2;
	padding:20px 20px 20px 20px;
	margin-bottom:40px;
	/* rounded corner */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* box shadow */
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	box-shadow:  0 0 5px rgba(0,0,0,.5);
}

.chu_dw_box h5{
	padding-bottom:1px;
}


.chu_ul3{
	margin-right:-20px;

}
.chu_ul3 li{
	float:left;
	margin-right:20px;
}

.chu_btn a{
	padding:18px 0 15px;
	text-align:center;
	line-height:1.0;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	/* rounded corner */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* box shadow */
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	box-shadow:  0 0 5px rgba(0,0,0,.5);
	/* text shadow */
	text-shadow: 2px 2px 3px #000000;
}

.chu_btn a{
	width:326px;
	border:#FF9 solid 2px;
	background:url(../image/chu_h4_bg.png) repeat-x;
}

.chu_btn a:hover{
	text-decoration:underline;
	background:url(../image/chu_h4_bg_on.png) repeat-x;
}
