@charset "UTF-8";

/*
wacoal footer -------------------- */

.foot_otherlink {
	width:100%;
	text-align:center;
	margin:1em 0 0;
	padding:10px 0;
	border-top:1px #666666 solid;
	background-color:#fff;
	}

#wacoal-footer {
	width:100%;
	border-top:1px solid #ccc;
	background:#fff;
	}
	
#wacoal-footer nav#wacoal-footer-nav{
	margin-top:0;
	}
#wacoal-footer ul {
	overflow:hidden;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	border:none;
	display:block;
	}
#wacoal-footer ul li {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	height:31px;
	padding:0;
	border-style:solid;
	border-color:#b2b2b2;
	border-width:1px 0 0 0;
	text-align:center;
	font-size:10px;
	line-height:30px;
	color:#333;
	background:none;
	}
#wacoal-footer ul li a {
	color: #333333;
    display: inline;
    padding:0;
    text-decoration: underline;
    text-shadow: none;
	}
#wacoal-footer ul li:nth-child(odd) {
	float:left;
	width:50%;
	border-width:1px 1px 0 0;
	}
#wacoal-footer ul li:nth-child(even) {
	float:right;
	width:50%;
	}
#wacoal-footer ul li:first-child,
#wacoal-footer ul li:nth-child(2) {
	border-top:0;
	height:30px;
	}
#wacoal-footer ul li.contact {
	clear:both;
	width:100%;
	border-width:1px 0 0 0;
	}
#wacoal-footer ul li.home {
	overflow:hidden;
	width:100%;
	padding:0 15px;
	border-width:1px 0 0 0;
	text-align:left;
	background-image:url(../img/logo_footer_wacoal.gif);
	background-position:15px center;
	background-repeat:no-repeat;
	-webkit-background-size:24px 15px;
	-moz-background-size:24px 15px;
	-o-background-size:24px 15px;
	-ms-background-size:24px 15px;
	background-size:24px 15px;
	}
#wacoal-footer ul li.home a {padding:0 0 0 29px;}
#wacoal-footer ul li.home small.copyright {
	display:block;
	float:right;
	font-size:7px;
	}
