﻿@charset "UTF-8";

html, body, p, li, dl, dt, dd, blockquote, td, form {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

ul, ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

address, em, code, cite, dfn, var, optgroup {
    font-style: normal;
}

caption, th {
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
}

img {
    border: none;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    line-height: inherit;
}

input, select, textarea {
    font-size: inherit;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}


html[lang="es"] body,
html[lang="th"] body,
html[lang="id"] body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1;
}

html[lang="es"]:not(:target) body,
html[lang="th"]:not(:target) body,
html[lang="id"]:not(:target) body {
    font-family: Tahoma, Arial,Helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1;
}


html[lang="vi"] body {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1;
}

html[lang="vi"]:not(:target) body {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1;
}

html body,
html[lang="en"] body,
html[lang="ja"] body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1;
}

html:not(:target) body,
html[lang="en"]:not(:target) body,
html[lang="ja"]:not(:target) body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1;
}

html[lang="zh-cn"] body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1;
}

html[lang="zh-cn"]:not(:target) body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1;
}


a {
    outline: none !important;
}

    a:focus, *:focus {
        outline: none !important;
    }

    a:active {
        outline: none !important;
    }
