/*
Theme Name: twentyfifteen-child
Template: twentyfifteen
Author:hinata.jp
Version:1.0
*/

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button, input, select, textarea {
	font-family: sans-serif !important;
}

/**
 Desktop Small 955px
 */
@media screen and (min-width: 59.6875em) {
    body:before {
        width: 20.4118%;
    }
    .sidebar {
        float: left;
        margin-right: -100%;
        max-width: 413px;
        /*max-width: 263px;*/
        position: relative;
        width: 20.4118%;
    }
    .site-content {
        display: block;
        float: left;
        margin-left: 20.4118%;
        width: 70.5882%;
    }
    
    .site-footer {
        margin-left: 26.2939%;
        width: 58.824%;
    }
}

/**
 Desktop Large 1240px
 */
@media screen and (min-width: 77.5em) {
    body:before {
        width: 22.4118%;
    }
    .sidebar {
        width: 22.4118%;
    }
    .site-content {
        margin-left: 22.4118%;
        width: 77.5882%;
    }
    
    .site-footer {
        margin-left: 28.8772%;
        width: 64.6574%;
    }
}
