@charset "utf-8";

#footer_all {
	
}

#copyright_all {
	background-color: #ffc89f;
	padding-top: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #cd9a68;
	padding-bottom: 20px;
	display: inline-block;
	width: 100%;
	line-height: 2em;
}

#copyright_all00 {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
}

#copyright_all ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #6C543E;
}

#copyright_all ul li.text_left {
	float: left;
	/* 	padding-right: 30px; */
	line-height: normal;
}

#copyright_all ul li.text_right {
	float: right;
	padding-left: 30px;
}

#copyright_all ul li.text_center {
	float: none;
	clear: both;
	text-align: center;
}

#copyright_all a {
	color: #6b4520;
	text-decoration: none;
	display: inline-block;
}

#copyright_all a:hover {
	color: #6b4520;
	text-decoration: underline;
}

.footer_img01 {
	display: none;
}

@media only screen and (max-width: 640px) {
	.footer_img01 {
		display: block;
	}
	.footer_img02 {
		display: none;
	}
}