@charset "utf-8";
/* CSS Document */
body{
	width:100%;
	}
.header {
	max-width:1024px;
	margin:0 auto;
	text-align:left;
	padding:10px 10px 0;
}

.btn-home{
	margin-bottom: 50px;
}
	.btn-home a{
		border:none;
	}
		.btn-home a:hover{
	    -ms-filter: "alpha( opacity=80)";
	    filter: alpha(opacity=80);
	    opacity: 0.8;
		}

.txt-list-01 a:hover,
.txt-list-01 a:active,
.txt-list-01 a:focus {
	text-decoration:inherit;
	border-bottom: 1px solid #d8137e;
}

.contents {
	width:auto;
	padding:0 10px;
}
.footer {
	width:auto;
	max-width:1024px;
}