@charset "UTF-8";
/*
======================
	ボタン等
======================
*/
.btn {
	position: static;/*relative;*/
	width: 450px;
	height: 120px; /* デフォルト75pxより変更 */
	display: block;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
}
.btn img {
	width: 70%;   /*通常は100%で!!*/
}