@media screen and (max-width: 480px) {
@charset "utf-8";
.footer {
	float: left;
	height: auto;
	width: 100%;
}
.box-footer-01 {
	float: left;
	height: auto;
	width: 80%;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #090;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.title-footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #060;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 30px;
}
.detail-footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 30px;
	line-height: 20px;
}
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 80px;
	margin-bottom: 40px;
}
.detail-footer img {
	margin-right: 10px;
}
}
