@charset "utf-8";
.button {
	max-width: 650px;
	width: 98%;
	margin-right: auto;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: auto;
	clear: none;
	float: none;
}
.copy {
	width: 100%;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	background-color: #D81013;

}

.footer {
	width: 100%;
	max-width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-image: url(../img/syusai.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
}
.footer ul {
	list-style-type: none;
}
.footer ul li {
	float: left;
}
.footer ul .logo {
	width: 33%;
}

.footer .syusai {
	width: 100%;
	overflow-y: visible;
	overflow-x: hidden;
	text-align: right;
}
tr td input[type="text"] {
	width: 80%;
	min-width: 80%;

}
