@charset "Shift_JIS";
/*======================================
rest
======================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
    font-size:100%;
    font-weight:normal;
    font-style:normal;
    margin:0;
    padding:0;
    text-align:left;
    vertical-align:baseline;
    border:0;
    outline:0;
    outline:none;
    background:transparent;
}
*,*:before,*:after{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display:block;
}
span{
    font-weight:inherit;
}
ul{
    list-style:none;
    list-style-type:none;
}
li{
    list-style:none;
}
table{
    border-spacing:0;
    border-collapse:collapse;
}
img{
    line-height:0;
    border:none;
}
input, select, textarea, fieldset, label{
    vertical-align:middle;
    outline:none;
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
body{
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", CI, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size:16px;
    line-height:1.5;
    color:#111;
    -webkit-text-size-adjust:100%;
}
a,a:visited,a img,button{
    text-decoration:none;
    color:#111;
}
img{
    max-width:100%;
    height:auto;
    vertical-align:middle;
}
/****** clearfix ******/
.clearfix:after{
    display:block;
    clear:both;
    content:"";
}
