@charset "utf-8";
/* CSS Document */

.memberfooter{
	background: #292929;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #E5E5E5;
	}
.memberf{
	width:1130px;
	margin:0px auto;
	}
.fleftsnt{
	width:50%;
	float:left;
	text-align:left;
	font-size:11px;
	color:#999;
	line-height:30px;
	}
	
.fleftsnt a{
	color:#666;
	text-decoration:none;
	}
.fleftsnt a:hover{
	text-decoration:underline;
	}
	
.frightbizz{
	width:50%;
	/*float:right;*/
	color:#999;
	/*text-align:right;*/
	font-size:11px;
	padding-left:10px;
	}
.frightbizz a{
	color:#ee5c49;
	display: none;
	}
.fleftbizztxt{
	/*float:right;*/
	color:#999;
	line-height:30px;
	margin-right:20px;
	
	}
.frightbizzimg{
	float:right;
	}
	
	
@media screen and (max-width: 1280px) {
 .memberf{width:1000px;}	
	
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
 .memberf{width:748px;}	
 .frightbizz{width:90%}
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
 .memberf{width:460px;}	
  .frightbizz{width:90%}
	
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
 .memberf{width:300px;}	
  .frightbizz{width:90%}
	
}




















	
	
	