@charset "shift_jis";/* 	スマートフォンリンクスタイル*/#iPhoneLink {	display: none;	width: 100%;	position: absolute;	top: 0;	left: 0;	z-index: 2;}#iPhoneLink span {	float: right;	color: #FFF;	display: block;	width: 44px;	height: 44px;	font-size: 42px;	background-color: #000;	background: -moz-liner-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.8));	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.8)));	line-height: 44px;	text-align: center;	margin-bottom: 20px;	border: 2px solid #000;}#iPhoneLink a {	color: #FFF;	display: block;	height: 48px;	font-size: 16px;	font-weight:bold;	background-color: #000;	background: -moz-liner-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.8));	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.8)));	line-height: 48px;	text-align: center;	margin-bottom: 20px;}