@charset "UTF-8";
/*
Theme Name: xeory_base_nikko
Template: xeory_base
Version: 0.2.3
*/


/* 2023.08.24 DMX customize */

#header {
    background: #000 url("/blog/wp-content/themes/xeory_base_nikko/images/bg_header.jpg") no-repeat top right/contain;
}

#header-sns {
    display: none;
}

#header #logo {
    float: none;
}
.catchphrase {
    color: #fff;
    margin-top: 10px;
    padding-left: 5px;
}


.post-share {
    display: none;
}

.textwidget img {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

h4.side-title {
    font-weight: bold;
}


code, kbd, pre, samp {
   overflow-x: auto;
}

.post-content pre {
    padding: 0;
    overflow: auto;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}


