@charset "utf-8";

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

	Footer CSS

 -----------------------------------------
	INDEX
 -----------------------------------------

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

/*#footer {
	clear: both;
	background-image: url(../../img/ft_back.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
}*/

.bg-gray {
    background: #f1f1f1;
}
#nav-footer {
    display: block;
    width: 950px;
    margin: 0 auto;
    font-size: 11px;
    padding: 20px 0;
}
.nav-footer-row {
    display: table-cell;
    width: 15.1%;
    padding: 0 7px;
    border-right: 1px solid #ccc;
}
.nav-footer-row:nth-of-type(6) {
    border-right: none;
}
.ttl-nav-footer {
    margin: 0 0 8px;
}
.list-flink-arrow,
.list-flink {
    margin: 0 0 20px;
}
.list-flink-arrow li {
    margin: 0 0 8px;
    background: url(../../../../base201509/img/burret.gif) no-repeat 0px center;
    padding: 0 0 0 10px;
}
.list-flink-horizon {
    margin: 10px 0;
}
.list-flink-horizon li {
    display: inline;
    margin: 0 10px 0 0;
}


#footer #backTop {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer #backTop a {
	display: block;
	margin-right: 10px;
	overflow: hidden;
	float: right;
}
#footer #sitemap {
	
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#footer #sitemap #links{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
}

#footer #sitemap table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footer #sitemap table td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #796A56;
	padding-right: 6px;
	padding-left: 6px;
}
#footer #sitemap table td.end {
	border-right-style: none;
}

#footer #sitemap table td li {
	margin-top: 10px;
	background-image: url(../../img/burret.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px center;
}
#footer #sitemap table td li a,#footer #sitemap table td li a:hover{
	text-decoration: underline;
}

#footer #sitemap .tit#other {
	margin-top: 50px;
}

#footer #sitemap #subLink {
	padding-top: 15px;
}
#footer #sitemap #subLink li {
	display: inline;
	margin-right: 15px;
	margin-left: 0px;
}
#footer #sitemap #subLink li a,#footer #sitemap #subLink li a:hover{
	text-decoration: underline;
}



#footer #copyright {
	background-color: #E50012;
}


#footer #copyright p{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 80%;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 3px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
