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

/*body footer{
	margin-top: -20px !important;
}*/
.press-footer{
	padding-top: 40px;
	background-color: #ccc;
}
.ft-menu{
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	border-top: 1px solid #808080;
	padding-left: 0;
}
.ft-menu li{
	width: 50%;
	border-bottom: 1px solid #808080;
	font-size: 12px;
}
.ft-menu li:nth-child(2n+1){
	border-right: 1px solid #808080;
}
.ft-menu li a{
	display: block;
	width: 100%;
	padding: 6px 0;
	text-align: center;
	color: #333;
}
@media screen and (max-width: 768px) {
	footer{
		margin-top: -30px;
	}
}