@charset "utf-8";


/*
copyWrap
-------------------------------------*/
#footCopy{
	width: 100%;
}
#footCopy.fixed{
	position: fixed;
	bottom: 0;
	left: 0;
}
#footCopy .copyWrap{
	background-color: #81d5fa;
	font-size: 12px;
	padding: 15px 0;
	margin-top: 30px;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 767px) {
	#footCopy .copyWrap{
		padding: 15px 70px 15px 4%;
		text-align: left;
	}
}