@charset "shift-jis";

/***************************************************************

	Coca-Cola Corp brand_brand_footer #CSS
	http://www.cocacola.co.jp/
	Last Update: 2008/12/03
	Author: hiroki ooiwa

****************************************************************/

.footer {
    width: 100%;
    background: #fff;
    margin: 30px auto 0
}

.footer .footer-inner {
    padding: 10px 20px;
    width: 920px;
    margin: auto;
}

.footer .footer-inner:before,
.footer .footer-inner:after {
    content: "";
    display: table
}

.footer .footer-inner:after {
    clear: both
}

.footer .logo-r {
    float: left
}

.footer .nav {
    float: right;
}

.footer .nav ul {
    letter-spacing: -.4em
}

.footer .nav ul li {
    display: inline-block;
    letter-spacing: normal;
    border-right: solid 1px #808080;
}

.footer .nav ul li:first-child {
    border-right: none
}

.footer .nav ul li a {
    display: block;
    text-decoration: none
}