@charset "UTF-8";

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #FFF;
    color: #333;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

*, :after, :before {
    box-sizing: border-box;
}

article {
max-width: 640px;
margin: 0 auto;
padding: 20px;
}

h1 {
font-size: 28px;
}
h2 {
font-size: 20px;
}

table {
    font-size: 12px;
    border-collapse: collapse;
    margin: 10px auto;
    width: 100%;
}
td, th {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}
th {
white-space: nowrap;
}
caption {
margin: 5px 0;
}

ul {
list-style: none;
margin: 20px 0;
padding: 0;
font-size: 12px;
}
li {
margin-bottom: 5px;
}