@charset "UTF-8";
/* CSS Document */
@import url("smartphone.css");

.btn {
	display:block;
    overflow: hidden;
	width:100%;
	text-align:center;
	margin:50px auto;
}
.btn img{
	width:95%;
}



