@charset "utf-8";
/* CSS Document */

.f-link-32-1{
	width:100%;
	height: 46px;
	background: #f8839e;
	/* background: url(../images/f-link/bg.jpg) top center no-repeat; */
	/* border-top: 1px solid #fff; */
	}
.t-link{
	width:100%;
	height:auto;
	padding:10px;
	font-size:14px;
	text-align: left;
	font: 15px / 27px 'lineseed', Arial, sans-serif;
	}
.t-link a{
	color: #fff;
	}
.t-link a:hover{
	color: #f7c61b;
	}
	
.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;
	}	
.f-link-32-1 .container-cv{
	
/* border-top: 1px solid #496391; */
}
@media (min-width: 320px) and (max-width: 767px) { 	
	.f-link-32-1{
		height: 66px;	
	}
	.t-link{
		
font: 13px / 27px 'lineseed', Arial, sans-serif;
		
text-align: center;
	}
}