@charset "utf-8";

@media screen and (min-width: 721px) {
    html {
        font-size: 75%;
    }
    body {
        font-size: 1.17rem;
    }
}
@media screen and (max-width: 720px) {
    html {
        font-size: 62.5%;
    }
    body {
        font-size: 1.4rem;
    }
}

body {
    font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Helvetica, sans-serif;
    color: #333333;
    
    line-height:1.4;
    -webkit-text-size-adjust: 100%;
}

* {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: inherit;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(200,200,555,.6);
}

img {
    border:none;
    vertical-align:top;
}

select {
    padding: 2px 4px;
}

textarea {
    font-size: 90%;
    resize: both;
    padding: 4px;
    border-radius: 0;
    display: block;
    border: 1px #cccccc solid;
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
    border-radius: 0;
    padding: 2px 4px;
    font-size: 100%;
    border: 1px #cccccc solid;
    vertical-align: middle;
}

input, select, button {
    vertical-align: middle;
}

table {
    width: 100%;
    border-collapse: collapse;
}

td, th {
    border: solid 1px #CCCCCC;
}
