@charset "utf-8";
/* CSS Document */

.f-link-32-1{
	position: relative;
	z-index: 1;
	margin: 0 13px;
	margin-top: -46px;
	padding: 0 15px;
	height: 46px;
	background: #ee601a;
	/* background: url(../images/f-link/bg.jpg) top center no-repeat; */
	/* border-top: 1px solid #fff; */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}
.t-link{
	width:100%;
	height:auto;
	padding:10px;
	font-size:14px;
	text-align: left;
	}
.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:#f7c61b;
	}	
	
@media (min-width: 320px) and (max-width: 767px) { 	
	.f-link-32-1{
		height: 66px;	
	}
}