/*=================
    SmartPhoneへのリンク
==================*/

#spBtn {
	text-align:center;
	border:1px solid #ccc;
	background:-webkit-gradient(linear, left top, left bottom, from(#2965e1), to(#000098));
	font-weight:bold;
	-webkit-border-radius:20px / 20px;
	font-size:250%;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#spBtn a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding: 30px 0 35px 0;
}

#spBtn a:hover {
	color:#fff;
}
