@charset "utf-8";

* {
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #555;
    outline: none;
}

img {
    vertical-align: bottom;
}

input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
}

select {
    font-size: 100%;
}

th,td {
    padding: 4px;
}

a {
    text-decoration-style: dotted;
}