/*
 Theme Name:   Twenty Fifteen rece
 Template:     twentyfifteen
*/
html, body, div, span, 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 {
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;}
/**
 * 15.6 Desktop Large 1240px
 */
@media screen and (min-width: 77.5em) {
    body:before {
		width: 25%;
    }
    .sidebar {
        width: 25%;
		top: 0;
		left: 0;
    }
    .site-content {
        margin-left: 25%;
        width: 75%;
    }
	.site-footer {
		margin: 0 0 0 30%;
		padding: 0;
		width: 65%;
    }
}

button.secondary-toggle {
	display:none;
}