/* CSS Document */

div.footer-Box ul, ol {
    list-style: disclosure-closed;

}

.footer-Box {
	color: #fff;
}
.footer-info a {
	color: #fff;
}
.footer-box {
	padding:50px 0 0 0;
	color: #000;
	font-size:14px;
	text-align:center;
	height:100%;
	font-weight: 600;
	background-repeat: no-repeat;
	background-size:100% 100%;
	background-image: url(../images/foot-bg.jpg);
}
.footer-box span { display:inline-block;}
.fol_icon {color: #fff;padding: padding: 5px 10px;font-size: 15px;margin-bottom: 10px;margin-top: 10px;}
.footer_top{
	height:25px;
	background: url(../images/foot_t.png);
	background-repeat: repeat-x; 
	background-size:100% 25px ;
}
.footer_social_link{
	margin: 15px 0;
}
img.footer_social {
	margin-right: 20px;
}
.footer_cpName {
	font-size: 17px;
    margin-top: 10px;
}
.copyright {
	font-size: 13px;
	text-align: center;
    background: #122d33;
    margin-top: 50px;
	padding: 10px 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media only screen and (max-width: 925px) {
footer {padding-top: 20px;}
}

@media only screen and (max-width: 768px) {
.footer-box {
    padding: 23px 0;
}
}



/* ====== 浮動SNS ====== */
[class*="fa-"]::before {
    font-family: fontawesome;
}
#sticky-social {
	right: 0;
	position: fixed;
	top: 35%;
	z-index: 999;
}
#sticky-social ul {
	list-style: none;
}
#sticky-social a {
	background: rgb(51, 51, 51) none repeat scroll 0 0;
	color: rgb(255, 255, 255);
	display: block;
	font: 16px/35px 'Roboto', sans-serif;
	margin-bottom: 5px;
	padding: 6px 0;
	position: relative;
	text-align: center;
	width: 35px;
}
#sticky-social a span {
	line-height: 35px;
	margin-top: -6px;
	padding: 7px 0 6px;
	position: absolute;
	right: -120px;
	text-align: center;
	transition: all 0.15s ease-in-out 0s;
	width: 120px;
}
#sticky-social a:hover span {
	right: 10%;
}
#sticky-social i {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	float: left;
	margin-top: 10px;
	padding: 0 10px;
}
#sticky-social a[class*="phone"],
#sticky-social a[class*="phone"]:hover,
#sticky-social a[class*="phone"] span {
	background: #9dd06a;
}
#sticky-social a[class*="shopping-cart"],
#sticky-social a[class*="shopping-cart"]:hover,
#sticky-social a[class*="shopping-cart"] span {
	background: #126805;
	height: 47px;
}
#sticky-social a[class*="comment"],
#sticky-social a[class*="comment"]:hover,
#sticky-social a[class*="comment"] span {
	background: #31b900;
	height: 47px;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span {
	background: #3b5998;
	height: 47px;
}