@charset "utf-8";
/* CSS Document */
#about {
}
#about .cate_list {
	width:100%;
	float: left;
	margin-bottom: 10px;
}
#about .cate_list li {
	width:40%;
	margin:0 5%;
	float: left;
	text-align: center;
}
#about .cate_list li a {
	color:#26b51f;
	text-decoration: none;
}
#about .cate_list li a:hover {
	color: #7BFF95;
}
#about .cate {
	clear: left;
	width:90%;
	margin:0 auto;
	border:1px solid #26b51f;
	margin-bottom: 20px;
}
#about .cate h3 {
	text-align: center;
	padding:5px 0;
	background: #26b51f;
	border:1px solid #26b51f;
	color:#fff;
}
#about .cate .cate_txt {
	width:90%;
	margin:0 auto;
	padding:10px 0;
	background:#fff;
}
#about .cate .cate_box {
	width:90%;
	margin:0 auto;
	border:3px solid #26b51f;
	margin-bottom: 20px;
}
#about .cate .cate_box h4 {
	text-align: center;
	padding:5px 0;
	background: #e1ffe7;
	border-bottom:3px solid #26b51f;
	color:#26b51f;
}
#about .cate .cate_box .text_box {
	width:95%;
	margin:10px auto;
	padding-bottom: 10px;
}
#about .cate .cate_box .text_box p {
	margin-bottom: 10px;
}
#about .cate .cate_box .text_box figure img {
	width:70%;
	margin:0 15%;
}
#about .cate .topre{
	text-align: center;
	margin-bottom: 20px;
}
#about .cate .topre a{
	color: #26b51f;
}