@charset "UTF-8";

html {
    overflow-y: scroll;
}
body {
    min-width: 320px;
    max-width: 100%;
    -webkit-text-size-adjust: 100%;

    margin: 0 auto 0 0;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}
body, input, textarea, select {
    font-family: "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
a {
    text-decoration:none;
    color: #15c;
}
a:visited {
    color: #8516c5;
    text-decoration: none;
}
a:hover {
    color: #15c;
    text-decoration: none;
}
a:active {
    color: #15c;
    text-decoration: none;
}
a:link {
    color: #15c;
}
a img{
    border: none;
}
