@charset "utf-8";
/* CSS Document */

footer .pagetop {
	position: fixed;
	right: 10px;
	bottom: 60px;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background-color: #5C374A;
	text-align: center;
}
footer .pagetop a {
	font-size: 32px;
	line-height: 40px;
	color: #FFFFFF;
}
footer .ftop {
	background-color: #000000;
	min-height: 185px;
}
footer .fbottom {
	background-color: #CC9966;
	min-height: 50px;
}
footer address {
	display: inline-block;
	margin: 50px 20px 0 240px;
}
footer .container {
	text-align: center;
}
footer .container address {
	margin: 50px 20px 0 0;
}
footer address h1 {
	width: 190px;
	height: 45px;	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/common/flogo.png) no-repeat;
}
footer address p {
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0 0;
}
footer nav {
	display: inline-block;
	vertical-align: top;
	padding: 20px 0;
	font-size: 0;
}
footer nav > ul {
	display: inline-block;
	vertical-align: top;
}
footer nav ul li {
	text-align: left;
}
footer nav ul li a {
	position: relative;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	margin: 0 1em 0 0;
}
footer nav ul li > a.grave {
	cursor: default;	
}
footer nav ul li > a {
	padding: 0 0 0 10px;	
}
footer nav ul li > a:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #FFFFFF;
}
footer nav ul ul li > a {
	padding: 0 0 0 15px;	
}
footer nav ul ul li > a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 5px;
	width: 5px;
	height: 2px;
	background-color: #FFFFFF;
}
footer .copyright {
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	padding: 13px 0;
}
footer .copyright br {
	display: none;
}

/* pc */
@media screen and (min-width: 988px) {
	
	footer nav ul li a:hover {
		color: #FFCC33;
	}	
	
}

/* tablet sp */
@media print, screen and (max-width: 987px) {
	
	footer a {
		color: #FFFFFF;
	}
	footer nav {
		margin-left: 240px;
	}
	footer .container nav {
		margin-left: 0;
	}
	footer .copyright {
		padding: 13px;
	}
	
}

/* sp */
@media print, screen and (max-width: 767px) {
	
	footer .pagetop {
		bottom: 70px;
	}
	footer address {
		display: table;
		text-align: center;
		margin: 0 auto;
	}
	footer .container address {
		display: inline-block;	
		margin: 0;
	}
	footer address h1 {
		margin: 30px 0 0 0;
		width: 192px;
		height: 60px;	
		background: url(../img/common/splogo.png) no-repeat;
		background-size: 192px 60px;
	}
	footer nav {
		display: none;
	}	
	footer .copyright {
		font-size: 14px;
		line-height: 24px;
		padding: 7px 0;
	}
	footer .copyright br {
		display: block;
	}

}
