/*======================================================================*/
//　check_UA.js
//　スマートフォン判別
//  2011.09.14
//  
/*======================================================================*/

if (	navigator.userAgent.indexOf('iPhone')  > 0 
	 || navigator.userAgent.indexOf('iPad')    > 0
	 || navigator.userAgent.indexOf('iPod')    > 0
	 || navigator.userAgent.indexOf('BlackBerry') > 0
 	 || navigator.userAgent.indexOf('Android') > 0
	 || navigator.userAgent.indexOf('Windows Phone') > 0
	 ){
document.write("<style><!--body{background-position: 0px 220px;padding-top:220px;}--></style>");
document.write("<div style='text-align:center;position: absolute;top:0;width:100%;z-index:100;margin:0;padding:0;left:0;'><a style='display:block;width:85%;margin:30px auto 10px auto;padding:0;font-size:45px;line-height:140px;font-weight:bold;color: #FFF;text-decoration:none;text-align:center;-webkit-border-radius: 0.5em;-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);text-shadow: 1px 1px 3px #000;  border:5px solid rgba(0,0,0,0.8) ;background-image:-webkit-gradient(linear, left top, left bottom, from(#018CE7), color-stop(1, #99D1F5));' href='http://search.e-life.co.jp/sph/11029/'>スマートフォン版はこちら</a></div>");
	}
