@charset "UTF-8";
/******************************************************************
Site Name: ワークスペースいろは
******************************************************************/
img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    -webkit-user-drag: none;
}
a {
    text-decoration: none;
}
main {
    display: block;
}

html {
    font-family: "游ゴシック", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
    font-size: calc(100vw / 160);
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 62.5%;
    }
}

body {
    background-color: #F5F5F5;
}

li {
    list-style: none;
}