.link {
	width: 100%;
	background-color: #f4f4f4;
	margin-top: 50px;
}
.link span {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 70px;
}
.link a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 70px;
	margin: 0 15px;
}
.link a:hover {
	text-decoration: underline;
}

.footer {
    width: 100%;
    background: #434343;
	overflow: hidden;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.footer .f_nav {
	width: 100%;
	height: 70px;
	text-align: center;
	border-bottom: 1px solid #858585;
	font-size: 0;
	overflow: auto;
}
.footer .f_nav>a {
	display: inline-block;
	width: 10%;
	padding: 30px 0 24px;
	font-size: 16px;
	color: #cecece;
	line-height: 1;
}
.footer .f_con {
	width: 100%;
	overflow: hidden;
}
.footer .f_mes {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 48px;
}
.footer .f_mes>p {
	font-size: 15px;
	color: #cecece;
	line-height: 1;
	margin-bottom: 16px;
}
.footer .f_mes a {
	font-size: 15px;
	color: #cecece;
	line-height: 1;
}