(function () {
    var isSmartphone = function () {
        if (navigator.userAgent.match(/\((?:(?:iPhone|iPod); U; CPU iPhone OS|Linux; U; Android) /)) {
            return true;
        }
        return false;
    };
    if (!isSmartphone()) return false;
    document.write('<meta name="viewport" content="width=device-width" />\n');
    document.write('<link rel="stylesheet" href="https://www.nta.co.jp/shared2009/css/smartphone-kokunai.css" type="text/css" media="all" />\n');
})();

