// for iphone
var iphone = navigator.userAgent.indexOf("Mobile") >= 0 && navigator.userAgent.indexOf("Safari") >= 0;

if (iphone) {
	document.write('<link rel="stylesheet" type="text/css" media="screen" href="/purin/css/iphone.css" />');
}
