#foot{
	border-top: 10px solid #115db1;
	margin: auto;
	margin-top: 60px;
	padding: 40px 0;
	text-align: center;
	Word-spacing: 24px;
}

#foot .foot-right,
#foot .foot-center,
#foot .foot-left{
	display: inline-block;
}

#foot .foot-center{
	margin: 0 20px;
	text-align: left;
	font-size: 20px;
	line-height: 2;
}

#foot .foot-center a{
	color: #000;
	vertical-align: bottom;
}

#foot .foot-center a:hover{
	color: #115db1;
}

#foot .foot-left img{
	min-height: 75px;
}

#foot .foot-right img{
	width: 110px;
}

.old-type #foot .foot-center{
	font-size: 26px;
}

.old-type #foot .foot-right img{
	width: 130px;
}

@media screen and (max-width: 768px){
	#foot{
		margin-top: 20px;
		padding: 20px 0;
	}
	
	#foot .foot-right, #foot .foot-center, #foot .foot-left{
		display: block;
	}
	
	#foot .foot-center{
		font-size: 16px;
		line-height: 1.8;
		margin: 10px 30px;
	}
	#foot .foot-center>p{
		margin-bottom: 10px;
	}
	
	#foot .foot-right {
		Word-spacing: 10px;
		white-space: nowrap;
	}
	#foot .foot-right img {
	    width: 100px;
	}
}