/*! normalize.css v3.0.2 | MIT License | git.io/normalize 
 sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css 
customizsed by Takumi Irie - Kozacara
*/

*, :before, :after {
    /* font-size: inherit; */
    /* line-height: inherit; */

    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;   
}
:focus {
    outline: 0;
}
::selection, ::-moz-selection {
    color: #F3F3F3;
    background-color: #4570A2; 
    text-shadow: none;
}
[hidden] {
    display: none;
}


html {
    font-family: sans-serif;
    font-size: 62.5%;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-size: 16px;
    font-size: 1.6em;
}
h1, h2, h3, h4, h5, h6,address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}
article, aside, details, figcaption, figure, footer, hgroup, header, main, menu, nav, section, summary {
    display: block;
}
a,a:hover,a:link,a:visited,a:active {
    text-decoration: none;

    background-color: transparent;
}
sub, sup {
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
b, strong {
    font-weight: bold;
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
small {
    font-size: .8em;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;

    padding: 20px 40px;

    background: #eaeaea;
}
mark {
    color: #000;
    background-color: #ff0;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}
blockquote, q {
    quotes: '' '';
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
ol, ul {
    list-style: none;
}
hr {
    overflow: visible;
    height: 0;
}
img{
    display: block;
}
span > img {
    display: inline;
    vertical-align: middle;
}





.fl {
    overflow: auto;
}
.fl + *:not(.fl) {
    clear: both;
}
dl {
    display: flex;

    margin: 0 auto;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

dt {
    position: relative;

    flex: 15%;
}
dt:after {
    position: absolute;
    left: 93%;

    content: ':';
}
dd {
    flex: 85%;
}
dl.wide dt {
    flex: 25%;
}

dl.wide dd {
    flex: 75%;
}

















/* -- form -- */

button, input, select, textarea {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    overflow: visible;
    background-color: transparent;
    
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
}
select {
       -moz-appearance: none;    /* Firefox 40+ */
    -webkit-appearance: none; /* Chrome 45+ */
}

select::-ms-expand {
    display: none;/* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
    color: currentColor;/* Edge 12+, Internet Explorer 11- */
}

button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
    padding: 0;

    border-style: none;
}
button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}
legend {
    display: table;

    box-sizing: border-box;
    max-width: 100%;
    padding: 0;

    white-space: normal;

    color: inherit;
}
textarea {
    overflow: auto;
    resize: none;
}
template {
    display: none; /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

[type='checkbox'], [type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    outline-offset: -2px;

    -webkit-appearance: textfield;
}
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    opacity: .54;
    color: inherit;
}
::-webkit-file-upload-button {
    font: inherit;

    -webkit-appearance: button;
}


