@charset "utf-8";

.technic .sec{
	border:1px solid #999999;
	overflow:hidden;
	background:#EDEDED;
	padding:20px 0;
}

.technic .sec .tech{
	overflow:hidden;
	padding:0 0 20px;
}

.technic .sec .innerL{
	width:470px;
	float:left;
	padding:0 0 0 18px;
}

.technic .sec .innerR{
	width:220px;
	float:right;
	padding:0 18px 0 0;
}

.technic .sec h3{
	background: url("../images/technic/h3_bg.jpg") no-repeat scroll left bottom transparent;
	font-size: 14px;
	padding: 10px 24px;
}

.technic .sec .description{
	padding: 10px 10px 10px 0;
}

.technic .sec .gotoSatei{
	background:url("../images/technic/bg_btn.jpg") no-repeat center center;
	text-align:center;
	padding:10px;
}

.technic .sec .gotoSatei a{
	font-size:14px;
	color:#FFFFFF;
}

