@charset "utf-8";
/* CSS Document */

.f-link-32-1{
	width:100%;
	height:40px;
	background:background: rgba(255,93,1,1);
background: -moz-linear-gradient(left, rgba(255,93,1,1) 0%, rgba(254,189,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,93,1,1)), color-stop(100%, rgba(254,189,0,1)));
background: -webkit-linear-gradient(left, rgba(255,93,1,1) 0%, rgba(254,189,0,1) 100%);
background: -o-linear-gradient(left, rgba(255,93,1,1) 0%, rgba(254,189,0,1) 100%);
background: -ms-linear-gradient(left, rgba(255,93,1,1) 0%, rgba(254,189,0,1) 100%);
background: linear-gradient(to right, rgba(255,93,1,1) 0%, rgba(254,189,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5d01', endColorstr='#febd00', GradientType=1 );;
	}
.t-link{
	width:100%;
	height:auto;
	padding:10px;
	font-size:14px;
	text-align:center;
	}
.t-link a{
	color: #fff;
	}
.t-link a:hover{
	color: #fff;
	}
	
.t-link-2{
	width:100%;
	height:auto;
	padding:10px 0;
	font-size: 13px;
	text-align:center;
	}
.t-link-2 a{
	color:#fff;
	}
.t-link-2 a:hover{
	color:#fff;
	}	
	