@charset "UTF-8";
/*
======================
	ボタン等
======================
*/
.btn {
	position: static;/*relative;*/
	width: 450px;
	height: 75px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
}
.btn img {
	width: 80%;   /*通常は100%で!!*/
}