@charset "shift_jis";
/* CSS Document */


/* ページ全体を
	 スマホリンク高さ分だけ下げて表示
	 padding-topの値 = a + d + e
------------------------------------------------------- */
body {
	padding-top: 105px !important;
}

/* スマホリンク（abcは同じ値に）
------------------------------------------------------- */
#sphLink a:link,
#sphLink a:visited {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 50px;	/* a */
	font-size: 50px;	/* b */
	line-height: 50px;	/* c */
	margin: 0 auto;
	padding-bottom: 30px;	/* d */
	padding-top: 25px;	/* e */
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-shadow: -5px -5px 0 rgba(0, 0, 0, 1);
	text-align: center;
	background-color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
}


/* 占いTOWN用
   総合トップへ戻るリンク位置（Layer1）を
	 スマホリンク高さ分だけ下げて表示
------------------------------------------------------- */
#header {
	position: relative !important;
}

