@charset: "utf-8";

/*  ------------------------------------
	FOOTER
------------------------------------- */
#footer .footer_inner_ {
	padding: 48px 0 20px;
}
#footer .footer_nav_wrap {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
#footer .footer_nav_wrap .footer_nav {
	display: table;
	border-collapse: collapse;
	width: 960px;
	margin: 0 auto;
}
#footer .footer_nav_wrap .footer_nav > li {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #1f1f1f;
	box-sizing: border-box;
}
#footer .footer_nav_wrap .footer_nav > li:nth-child(1) {
	width: 230px;
}
#footer .footer_nav_wrap .footer_nav > li:nth-child(2) {
	width: 250px;
	padding-left: 25px;
}
#footer .footer_nav_wrap .footer_nav > li:nth-child(3) {
	width: 250px;
	padding-left: 25px;
}
#footer .footer_nav_wrap .footer_nav > li:nth-child(4) {
	width: 230px;
	padding-left: 25px;
	border-right: none;
}
#footer .footer_nav .list_ttl {
	font-size: 14px;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 12px;
}
#footer .footer_nav .list_ttl a {
	font-size: 14px;
	color: #fff;
	line-height: 1.1;
	text-decoration: none;
}
#footer .footer_nav .list_ttl a:hover {
	color: #e21836;
}
#footer .footer_nav .ft_sub_list > li {
	padding: 0 0 5px;
}
#footer .footer_nav .ft_sub_list > li:last-child {
	padding: 0;
}
#footer .footer_nav .ft_sub_list > li > a {
	font-size: 12px;
	color: #808080;
	text-decoration: none;
}
#footer .footer_nav .ft_sub_list > li > a:hover {
	color: #e21836;
}
#copyright {
	display: block;
	color: #7a7a7a;
	font-size: 11px;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 46px;
}

