@charset "utf-8";


/**************************************************50
 * footer
 **************************************************/
footer{
	background-color: #69CBFF;
	color: #FFFFFF;
}
#copyright{
	font-size: 75%;
	text-align: center;
}
#copyright a{
	color: #FFFFFF;
	text-decoration: none;
}
@media screen and (max-width:767px){
	footer{
	}
	#copyright{
		line-height: 1.5;
		padding: 3.125% 3.125%;
	}
}
@media screen and (min-width:768px){
	footer{
	}
	#copyright{
		height: 30px;
		line-height: 30px;
	}
}


