/* ==========================================================================
   SP誘導ボタン
   ========================================================================== */
		a.spLink{
			display:block;
			margin:10px;
			padding:10px;
			border:1px solid #ed7f1e;
			border-radius: 8px;
			background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffa75b), color-stop(100%, #ed4002) );
			background:-moz-linear-gradient( center top, #ffa75b 5%, #ed4002 100% );
			background:-ms-linear-gradient( top, #ffa75b 5%, #ed4002 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa75b', endColorstr='#ed4002');
			background-color:#ffa75b;
			color:#ffffff;
			font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
			font-weight:bold;
			font-size:40px;
			text-align:center;
			text-decoration:none;
			text-shadow:1px 1px 0px #c63500;
			-webkit-box-shadow:inset 1px 1px 0px 0px #f9d4ae;
			-moz-box-shadow:inset 1px 1px 0px 0px #f9d4ae;
			box-shadow:inset 1px 1px 0px 0px #f9d4ae;
		}
		.spLink:after
    	{
        	float: right;        
        	width: 40px;
    	}
		.spLink:after{
			content: "\279C";
		}
