.redLine{
	background-color:#b33e4c;
	height:7px;
}
.blancLine{
	height:7px;
}
.footer{
	background-color:#707173;
	color:#fff;
	font-size:11px;
	line-height:11px;
	padding:15px;
}
.footer a{
	padding-left:15px;
	color:#fff;
}


.footerBackground{
	background: url(../img/footerBG.png) ;
	background-repeat:repeat-x;
}
.nopadding{
	padding:0;
	margin:0;
}
.subnavi{
	text-align:center;
	color:#b33e4c;
	font-weight:bold;
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
}
.subnavi a{
	color:#b33e4c;
}

@media(max-width:767px){
	.footerLeft{
		text-align:center;
	}

	.footerRight{
		text-align:center;
	}
}
@media(min-width:768px){
	.footerLeft{
		text-align:left;
	}

	.footerRight{
		text-align:right;
	}
}

@media(min-width:992px){
	.footerBackground{
		position:fixed;
		bottom: 0;
		width: 100%;
	}

}

@media(min-width:1200px){}