@charset "utf-8";

/* =======================================

	Footer CSS

========================================== */

#footer {
}

#footer p#account {
	margin: 13px 0 20px;
	color: #888888;
	font-size: 77%;
	line-height: 1.4;
	text-align: center;
}
#footer ul#footerNavi {
	margin: 0 0 20px;
	text-align: center;
}

#footer ul#footerNavi li {
	display: inline-block;
	display: inline-box;
	margin: 5px 0 0 8px;
	padding: 0 0 0 16px;
	background: url(../../img/common_new/ico_arrow01.png) no-repeat 0 2px;
	font-size: 100%;
	line-height: 1.143;
	letter-spacing: normal;
}
* html #footer ul#footerNavi li {
	display: inline;
	zoom: 1;
}
*:first-child + html #footer ul#footerNavi li {
	display: inline;
	zoom: 1;
}

#footer ul#footerNavi li.englishLink {
	margin-right: -10px;
	padding-right: 10px;
	border-right: 1px solid #C5C5C4;
	text-transform: uppercase;
}

#footer p#footerLogo {
	margin: 0 0 22px;
	text-align: center;
}

#footer p#copyright {
	text-align: center;
}