@charset "utf-8";

/*--------------------
*reset
--------------------*/

#footer-nav,
#footer-nav div,
#footer-nav ul,
#footer-nav li,
#footer-nav p,
#footer-nav span,
#footer-nav a,
#footer-nav img{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	
	font-size:inherit;
	font-weight:inherit;
	letter-spacing:inherit;
	line-height:inherit;
	text-align:inherit;
	vertical-align:inherit;
	color:inherit;
	
	float:none;
	width:auto;
	height:auto;
}
#footer-nav li{
	list-style:none;
}
#footer-nav a{
	text-decoration:none;
}

/*--------------------
*structure
--------------------*/

#footer-nav{
	width:100%;
	font-family:"Verdana","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size:11px;
	color:#C1C1C1;
}
#footer-nav .nav{
	background-color:#666;
}

/*--------------------
ul
--------------------*/

#footer-nav ul:first-child{
	padding:20px 25px 0;
}
#footer-nav ul:first-child+ul{
	padding-left:25px;
	padding-bottom:20px;
}
#footer-nav ul:first-child > li{
	display:inline-block;
	width:49%;
	margin-bottom:35px;
	vertical-align:top;
}
#footer-nav ul:first-child > li:nth-child(2n+1){
	margin-right:2%;
}
#footer-nav ul:first-child span{
	padding-left:6px;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	color:#fff;
	border-left:2px solid #C3002F;
}

#footer-nav ul:first-child ul{
	margin-top:10px;
}
#footer-nav ul:first-child li li{
	margin-left:8px;
	line-height:20px;
}

#footer-nav ul+ul li{
	display:inline-block;
	padding:0 1em;
	margin-bottom:12px;
	line-height:11px;
	vertical-align:bottom;
	border-left:1px solid #C1C1C1;
}
#footer-nav ul+ul li+li{
	margin-left:-1px;
	border-right:1px solid #C1C1C1;
}
#footer-nav ul+ul li:last-child{
	display:block;
	padding:0;
	margin:0;
	border:none;
}
#footer-nav ul+ul .icn{
	display:inline-block;
	margin-right:1em;
}
#footer-nav ul+ul .icn img{
	height:20px;
}

#footer-nav .nav > div{
	background-color:#343434;
}
#footer-nav .nav > div p{
	padding:12px 25px 25px;
	line-height:16px;
}

/*--------------------
.monotone override
--------------------*/

.monotone #footer-nav ul:first-child span{
	border-color:#8A8A8A;
}