@charset "utf-8";

.footer-box{padding:40px;border-top:1px solid #eee;background:#f9f9f9;text-align:center;}
.footer-box address{font-size:1.4rem;line-height:2.2rem;color:#999;}
.footer-box .contact-box li{display:inline-block;padding:0 10px 0 0;font-size:1.4rem;line-height:2.2rem;color:#999;}
.footer-box .contact-box li:last-of-type{padding:0;}
.footer-box .copyright{font-size:1.4rem;line-height:2.2rem;color:#999;}

@media screen and (max-width: 768px) {
	.footer-box{padding:30px 15px;}	
}