
/*====================================================================================
	Footer Setting
====================================================================================*/
.footer {
	width: 100%;
	height: auto;
}

.footer-inner {
	text-align: center;
	width: 960px;
	height: auto;
	margin: 0 auto;
}

div.about_contents div.footer {
	width: 640px;
}

div.footer p.move-to-top {
	width: 960px;
	height: 26px;
	text-align: right;
	background-image:url('/img/to_top_bg.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
}

div.about_contents div.footer p.move-to-top {
	width: 640px;
	background-position: right 0px;
	margin-top: 24px;
	margin-bottom: 24px;
}

div.footer p.move-to-top a {
	color: #666;
	width: 150px;
	height: 26px;
	text-align: center;
	padding-top: 7px;
	margin-right: 12px;
	margin-left: 798px;
	display: block;
}

div.about_contents div.footer p.move-to-top a {
	margin-left: 478px;
}

div.footer p.move-to-top a:hover {
	color: #999;
	text-decoration: none;
}

div.footer div.footer-menu {
	width: 915px;
	height: auto;
	text-align: center;
	padding-top: 31px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}

div.footer-menu div.footer-menu-block {
	line-height: 190%;
	width: 175px;
	height: 150px;
	margin-right: 50px;
	text-align: left;
	border-left: #CCC solid 1px;
	padding-left: 12px;
	float: left;
}


div.footer-menu dt {
	font-weight: bold;
	white-space: nowrap;
}

div.footer-menu dd {
	padding-left: 12px;
}

div.footer-menu-block img {
	margin-right: 4px;
	vertical-align: text-bottom;
}

div.footer-menu-block li {
	white-space: nowrap;
}

div.footer_menu_sns{
	clear: both;
}

.footer_menu_sns ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
	padding-top: 10px;
	margin-right: 10px;
}

div.footer_menu_sns li{
	margin: 10px;
}

div.footer_menu_sns li img{
	height: 20px;
	width: auto;
}

div.copyright-back {
	width: 100%;
	background-color: #000;
}

div.copyright {
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	height: auto;
	padding-right: 12px;
	padding-top: 20px;
	padding-bottom: 24px;
	text-align: right;
	background-color: #000;
	background-image: url('/img/line_color.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}
