/*
Theme Name: 8nm915
Template: twentysixteen
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Zen+Kaku+Gothic+New:wght@300;400&family=Zen+Maru+Gothic:wght@400;500&display=swap');

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
*/

body {
    font-family: 'Zen Maru Gothic',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    background: #f2f2f2;
    color: #4b4b4b!important;
}

.entry-title {
    font-family: 'Zen Maru Gothic',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6em;
}

.entry-title a {
    color: #333;
}

a {
    color: #f29991;
}

.widget {
    color:#998c92;
}

button {
    background: #998c92;
}

.page-header {
    border-top: 2px solid #a2a2a2;
}

.widget {
    border-top: 2px solid #a2a2a2;
}

.site-branding .site-title a {
    color: #4b4b4b;
    font-family: 'Zen Maru Gothic',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: #998c92;;
}