@charset "UTF-8";

/*footer Setting*/

#footer{
	display: block;
	width:800px;
	/* margin-bottom:0px; */
	font-size:75%;
	text-align:
	center;
	color:#666;
	/* margin-top:60px; */
	margin: 10px auto;
	letter-spacing:1px;
	padding-top: 5px;
}

@media screen and (max-width:768px) {
#footer{
	width:100%;
}
}
* html body #footer .copyright{
	padding-bottom:5px;
}
* + html body #footer .copyright{
	padding-bottom:5px;
}
