@charset "utf-8";
/* CSS Document */
/*---------------------------------------title*/
.bigTitle{
	color:#01a300;
	height: 38px;
	font-size: 34px;
	text-align: center;
	font-weight:600;
	margin: 0px 0px 12px 0px;
	font-family: myFirstFont;
}
.smallTitle{
	color:#01a300;
	font-size: 18px;
	height: 18px;
	text-align: center;
	font-weight: 500;
	margin: 0px 0px 65px 0px;
	font-family: myFirstFont;
}

/*---------------------------------------main*/
.proimgBox {
	height: 190px;
	width: 100%;
	display:table;
}
.proimgBox span{
	height: 190px;
	width: 100%;
	text-align: center;
    display:table-cell;
    vertical-align:middle;
}
.imgbtn{
	float: right;
}

.nb:hover,.nbHover{
	color: #fff !important;
	background:#01a300 !important;
}