
.moca_footer_wrap{
	width:100%;
	color: #FFF;
	padding:30px 0;
	background:#333;
	float:left
}
.moca_footer_box {
    width: 900px;
    margin: 0 auto 40px;
    text-align: center;
}
#footer_menu_list{
	width:100%;
	margin:0 auto 40px;
	float:right;
}


#footer_menu_list ul{
	text-aling:right;
}


#footer_menu_list ul li{
	width:auto;
	margin-left:5%;
	text-align:right;
	margin-bottom:10px;
	float:right
	
}
#footer_menu_list ul li:last-child{
	margin-left:0
}
#footer_menu_list ul li a{
	color:#FFF;
	font-size:16px;
}

.moca_footer_box .copy_right{
	width:100%;
	color:#FFF;
	text-align:center;
	float:left
}


@media screen and (max-width: 768px) {
	
	.moca_footer_box {
		width: 100%;
		margin: 0 auto 40px;
		text-align: center;
	}
}

