html, body {
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 12px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,
        'ＭＳ Ｐゴシック', sans-serif;
}
/* ----- font ----- */
strong {
    font-family: sans-serif !important;
}

/* ----- a ----- */
a:link {
    color: #69c;
    text-decoration: underline;
}

a:visited {
    color: #69c;
    text-decoration: underline;
}

a:focus, a:hover, a:active {
    color: #69c;
    text-decoration: none;
}

.stay a {
    cursor: default;
}

/* ----- img ----- */
img {
    border: none;
    vertical-align: bottom;
}

/* ----- font ----- */
em {
    font-style: normal;
}

li, p, dt, dd {
    list-style: none;
    font-size: 100%;
    line-height: 150%;
}

.red {
    background-color: #EA0E73;
}

.orange {
    background-color: #e86503
}

.blue {
    background-color: #39bee7;
}

.green {
    background-color: #bdd50d;
}

.small {
    font-size: 10px;
}

/* ----- input ----- */
input, select, textarea {
    padding: 2px;
    font-size: 100%;
    line-height: 1.5em;
    border: 1px solid #ccc;
}

label {
    cursor: pointer;
}

.l {
    width: 325px;
}

.m {
    width: 160px;
}

.s {
    width: 74px;
}

.n {
    width: 123px;
    margin-left: 5px;
}

.n2 {
    width: 135px;
}

.btn {
    cursor: pointer;
}

.ime {
    ime-mode: disabled;
}

/* exp */
.exp {
    display: inline-block;
    width: 77px;
    height: 16px;
    text-align: center;
    color: #fff;
    line-height: 16px;
}
