@viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    /*line-height: 2.2rem;*/
    line-height: 2.0rem;
}
a,
a:active,
a:visited {
    color: #bf0000;
    color: #147;
    text-decoration: none;
}
a:hover {
    color: #f70;
    text-decoration: none;
}
