
.footer40 {
	padding: 40px 0 45px;
	background-color: #333333;
}
.footer40 > .boundary {
	position: relative;
}
.footer40 .footer-logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 153px;
	height: 28px;
	display:none;
}
.footer40 .footer-logo img {
	width: 100%;
	height: auto;
}

.page-contentInfo {
	padding:0 1%;
	color: #999999;
	font-size: 1.4em;
	line-height: 1.5;
}
.page-contentInfo .privacy {
	text-decoration: underline;
}
.page-contentInfo .contentInfo {
	padding-bottom: 10px;
}
.page-contentInfo .contentInfo span {
	display: inline-block;
	*display: inline; *zoom: 1;
	padding: 0 10px;
	border-right: 1px solid #999999;
}
.page-contentInfo .contentInfo span:last-child {
	border-right: 0;
}

.copyright {
	padding: 0 10px;
}

/* family-site */
.family-site {
	position: absolute;
	box-sizing: content-box;
	width: 185px;
	height: 28px;
	top: 0;
	right: 0;
	text-align: center;
}

.family-site-btn {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	text-indent: -12px;
	text-transform: uppercase;
	background-color: #333;
	border: 1px solid #5b5b5b;
	transition: background 0.5s;
}
.family-site-btn .icon {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 14px;
	height: 9px;
	margin-top: -4.5px;
	background: url("/theme/webs/img/common_icons.png") no-repeat -90px -120px;
	-ms-transition: -ms-transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.family-site-btn.active, 
.family-site-btn:hover,
.family-site-btn:focus, 
.family-site-btn:active {
	color: #fff;
	text-decoration: none;
	background-color: #424242;
}
.family-site-btn.active .icon {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari */
	transform: rotate(180deg);
}
.family-links-wrapper {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 28px;
}
.family-links {
	/* position: absolute;
	bottom: 34px;
	left: 0; */
	width: 100%;
	font-size: 12px;
	line-height: 1;
	background-color: #424242;
}
.family-item {
	border-left: 1px solid #5b5b5b;
	border-right: 1px solid #5b5b5b;
}
.family-item:first-child {
	border-top: 1px solid #5b5b5b;
}
.family-links a {
	display: block;
	padding: 10px 0;
	color: #fff;
}
.family-links a:hover,
.family-links a:active,
.family-links a:focus {
	color: #fff;
	background-color: #212121;
}
/*-family-site */

@media screen and (max-width: 980px) {
	
	.footer40 {
		padding: 30px 0 35px;
	}

	.footer40 .footer-logo {
		left: 1%;
	}
	.family-site {
		right: 1%;
	}

	.page-contentInfo {
		padding: 48px 1% 0;
	}

} /*- width 980px */

@media screen and (max-width: 768px) {
	

	
} /*- width 768px */

@media screen and (max-width: 480px) {
	
	.footer40 .footer-logo {
		width: 91.5px;
		height: 16.8px;
		top: 6px;
		padding-left: 10px;
	}
	.family-site {
		right: none;
		left: 50%;
		margin-left: -92px;
	}
	.page-contentInfo {
		padding-top: 43px;
		font-size: 1.3em;
		text-align: center;
	}

	.page-contentInfo .contentInfo {
		padding-bottom: 0;
	}

	.page-contentInfo .contentInfo span {
		display: block;
		padding: 0 0 8px;
		border-right: 0;
	}

	.copyright {
		font-size: 0.95em;
		line-height: 1.5;
	}
	.copyright  .custom-block {
		display: block;
	}
	
} /*- width 480px */
