

:root {
    --bs-primary: #00BFBF;
    --bs-dark: #32312b;
    --bs-gray-bg: #F7F7F7;
    --bs-dark-gray: #666666;
    --bs-gray: #BBBBBB;
    --bs-secondary: #14A2B8;
    --bs-border: #EFEFEF;
    --bs-body-line-height: 1.5;
    --bs-body-font-weight: 400;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

html {
    font-size: 10px;
    font-family: 'Segoe UI', 'apple sd gothic neo', sans-serif;
}

* {
  color: var(--bs-dark);
  margin: 0;
  padding: 0;
  word-break: keep-all;
  font-family: 'Segoe UI', 'apple sd gothic neo', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button {
    margin: 0;
    padding: 0;
}
fieldset, img {
    border: 0 none;
}
dl, ul, ol, menu, li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
input, select, textarea, button {
    border-radius: 0;
    vertical-align: middle;
}
input::-ms-clear{display:none;}
button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}
body {
    direction: ltr;
    -webkit-text-size-adjust: none;
}
body, th, td, input, select, textarea, button {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #281F21;
    letter-spacing: -0.5px;
    font-weight: 400;
}
.os_mac body,.os_mac th,.os_mac td,.os_mac input,.os_mac select,.os_mac textarea,.os_mac button{letter-spacing:0}
a {
    color: var(--bs-dark);
    text-decoration: none;
}
a:hover {
    color: none;
    text-decoration: none;
}
a:active {
    background-color: transparent;
}
address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input,textarea,a:focus { outline: none; }
button:focus { outline: none; }
select {
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
}
select::-ms-expand {
    display:none;
}
select:focus {
    outline: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}


/* Skip area */
#Skip-navigation {position: absolute; left: 0; top: -100px; z-index: 1001; width: 100%; height: 60px; line-height: 60px; text-align: center; font-size: 20px; color: #fff; transition: all 0.5s; background: #666;}
#Skip-navigation:focus { top:0;}

/* ir */
.ir {width:0; height:0; overflow:hidden; font-size:0; line-height:0; position:absolute; left:0; top:0;}

/* clearfix */
.clearfix {*zoom:1;}
.clearfix:before, .clearfix:after {display:block; content:'';line-height: 0;}
.clearfix:after {clear:both;}
