@charset "UTF-8";
/* CSS Document */





/* フッター
*****************************************************/
footer {
	height: 260px;
	background-color: #595757;
	color: #ffffff;
	background-image: url(../_img/footer/footer_01.png);
	background-size: 425px;
	background-repeat: no-repeat;
	background-position: top 40px center;
	font-size: 14px;
}

footer a {
	width: 154px;
	height: 100px;
	position: relative;
	margin: 0 auto;
	top: 100px;
	display: block;
	background-image: url(../_img/footer/paz_logo.png), url(../_img/footer/footer_02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top center, top 60px center;
	background-size: 53px, 153px;
	text-indent: -9999px;
}

footer p {
	font-weight: bold;
	letter-spacing: 0.02em;
	position: relative;
	top: 120px;
	text-align: center;
}

@media only screen and ( max-width:480px ) {
footer {
	padding: 0;
	height: 200px;
	background-size: 90%;
}

footer a {
	width: 154px;
	height: 38px;
	position: relative;
	margin: 0 auto;
	top: 90px;
	display: block;
	background-image: url(../_img/footer/footer_02.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 153px;
	text-indent: -9999px;
}

footer p {
	top: 105px;
}
}
