/* CSS Document */

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

}

.footer-Box {
	color: #000;
}
.footer-info a {
	color: #000;
}
.footer-box {
	padding:20px 0;
	color: #000;
	font-size:14px;
	text-align:center;
	height:100%;
	font-weight: 600;
	background-color: #ffcb00;
}
.footer-box span { display:inline-block;}
.fol_icon {color: #000;padding: padding: 5px 10px;font-size: 15px;margin-bottom: 5px;}
.footer_top{
}
.footer_social_link{
	margin: 15px 0;
}
img.footer_social {
	margin-right: 10px;
}
.footer_cpName {
	font-size: 24px;
    margin-top: 10px;
}
.copyright {
	font-size: 13px;
	text-align: center;
    background: #3a4c62;
    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;
}
}


.search-box { margin-top:20px; width:auto; height:35px; border:1px solid #d0d0d0; background:#fff; padding:8px; float:left;}
.search-text {
	float: left;
	width: calc(100% - 30px);
	display: block;
	background: none;
	border-width: 0;
	color: #000;
	font-size: 13px;
	top: -3px;
	position: relative;
	left: auto;
}   
.search-btn {
	display: block;
	float: left;
	width: 30px;
	border-left: 1px solid #000;
	font-size: 17px;
	color: #000;
	text-align: center;
}


/* ====== 浮動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: #ffbf00;
}
#sticky-social a[class*="shopping-cart"],
#sticky-social a[class*="shopping-cart"]:hover,
#sticky-social a[class*="shopping-cart"] span {
	background: #ff6000;
	height: 47px;
}
#sticky-social a[class*="comment"],
#sticky-social a[class*="comment"]:hover,
#sticky-social a[class*="comment"] span {
	background: #b90808;
	height: 47px;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span {
	background: #800404;
	height: 47px;
}