@charset "UTF-8";
/* CSS Document */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background:transparent
}
body {
    line-height:1
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display:block
}
li, ol, ul {
    list-style:none
}
blockquote, q {
    quotes:none
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background:transparent
}
ins {
    text-decoration:none
}
ins, mark {
    background-color: #ff9;
    color:#000
}
mark {
    font-style: italic;
    font-weight:700
}
del {
    text-decoration:line-through
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor:help
}
table {
    border-collapse: collapse;
    border-spacing:0
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin: 11px 0 10px;
    padding:0
}
input, select {
    vertical-align:middle
}
body {
    font-size: 12px;
    line-height: 22px;
    font-family: Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
    color: #000;
    background: #fff;
    -webkit-text-size-adjust:100%
}
button, input, select, table, textarea {
    font-family: inherit;
    font-size: inherit;
    font:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:400
}
em {
    font-style:normal
}
th {
    text-align: left;
    font-weight: inherit;
    vertical-align:top
}
address {
    font-style:normal
}
small {
    font-size:80%
}
a {
    color: inherit;
    text-decoration:none
}
a img {
    transition: opacity .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility:hidden
}
a:hover {
    text-decoration:underline
}
a:hover img {
    opacity:.7
}
img {
    /*vertical-align:bottom*/
}
main {
    min-height:300px
}
textarea {
    resize:none
}
.clearfix:after {
    content: "";
    display: block;
    clear:both
}