@charset "UTF-8";
/*
* v3/cmn/css/cmn.css
*
*/

/* ------------------------
  Base Settings
------------------------ */
html {
    font-size: 16px;
    font-weight: 500;
}

body {
    background-color: #fff;
    color: #3c3c3c;
    font-family: "游ゴシック体","YuGothic","游ゴシック","yu gothic","ヒラギノ角ゴシック","Hiragino Sans","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN",sans-serif;
    line-height: 1.7;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: underline;
    color: #3c3c3c;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* ------------------------
  utilities Classes
------------------------ */

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/* ------------------------
  Components
------------------------ */
html {
    overflow-y: scroll;
}

body {
    position: relative;
}