@charset "utf-8";
/*

*/

footer{
	
	padding:40px 0 0 0;
}

#sec-footer{
background-image:url(img/footer/wrap_bg_footer.jpg);
}

#footer-image{
background-image:url(img/footer/footer_image.jpg);
background-repeat: repeat-x;
background-position: top center;
height:224px;
}

.footArea2 ul {
	text-align:right;
}
.footArea2 li {
	display: inline-block;
	font-size: 12px;
	padding-right:20px;
}  

.copyRight{
	font-size: 8px;
    padding: 15px 0;
    text-align: center;
    border-style: solid;
    border-width: 4px 0px;
	border-color: #339802;
	background-color:#fff;
}

.pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.pageTop a {
    background: #339802;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    display: block;
    border-radius: 30px;
    line-height: 50px;
    font-size: 0.7rem;
}
.pageTop a:hover {
    text-decoration: none;
    
}


