/*
 Theme Name:   Twenty Sixteen Child
 Template:     twentysixteen
*/

body {
    background: transparent;
    font-size: 14px;
    line-height: 1.8em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.widget {
    border-top: 4px solid #3b5f2b;
}
.post-navigation {
    border-top: 4px solid #3b5f2b;
    border-bottom: 4px solid #3b5f2b;
}
.site-footer .site-title:after {
    display: none;
}
@media screen and (min-width: 61.5625em){
body:not(.search-results) article:not(.type-page) .entry-content {
    float: right;
    width: 100%;
}
}
.nav-links {
   display:flex;
   justify-content:space-between;
}
.nav-previous,.nav-next {
   width:48%;
}
.nav-previous {
   text-align:left;
}
.nav-next {
   text-align:right;
}
.nav-next:first-child{
    margin-left: auto;
}
.nav-previous:first-child{
    margin-right: auto;
}
.secondary header h1.entry-title {
    color: inherit !important;
    background-image: inherit;
    background-position: inherit;
    background-size: inherit;
    top: 0vw;
    margin-bottom: 0vw !important;
	margin-top:0px !important;
}
#comments {
	display:none;
}
.post-navigation div + div {
	border-top: 0px solid #1a1a1a;
}
.post-navigation .post-title {
    font-size: 1.0rem;
}
.page-title {
    font-size: 1.9rem !important;
}
.entry-title {
    font-size: 1.6rem;
}
@media screen and (min-width: 61.5625em) {
.entry-header .entry-title {
    font-size: 1.5rem !important;
}
}
.header-news {
    background-size: cover !important;
    background-position: bottom !important;
    background-attachment: fixed;
}