@charset "utf-8";
/*
Theme Name: GANEBUN
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/
/* reset
--------------------------------------------------*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, ol {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: none;
}
html:focus-within {
    scroll-behavior: smooth;
}
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}
img, picture {
    max-width: 100%;
    display: block;
}
input, button, textarea, select {
    font: inherit;
}
/* general
--------------------------------------------------*/
/* link */
a {
    color: #058dc7;
    text-decoration: none;
    outline: none;
}
a:hover img, a:focus img {
    opacity: .5;
}
/* transition */
a, a img, input {
    transition: all .2s;
}
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix > li {
    float: left;
}
/* font */
strong {
    font-weight: bold;
}
/* img */
img {
    width: 100%;
    height: auto;
}
/* layout
--------------------------------------------------*/
/* body */
body {
    color: #000;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 1.8;
    word-break: break-all;
    background: #eee;
}
/* inner */
.inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}
/* header */
header {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}
header .inner {
    position: relative;
}
header h1 {
    padding: 3% 0;
}
header h1 img {
    width: 150px;
}
/* nav */
nav {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -.9em;
}
nav li {
    margin-left: 2em;
}
nav a {
    display: block;
    color: #000;
}
/* wrap */
.wrap {
    padding-top: 20px;
}
/* section */
section {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}
section h2 {
    margin-bottom: .5em;
    font-size: 150%;
    font-weight: bold;
}
section h3 {
    font-size: 120%;
    font-weight: bold;
}
/* footer */
footer {
    padding: 20px 0;
    color: #fff;
    text-align: center;
    background: #999;
}
/* top
--------------------------------------------------*/
/* slide */
.slide {
    margin-bottom: 40px;
    padding: 0;
    background: none;
}
.bx-wrapper {
    margin-bottom: 20px;
    background: none;
    box-shadow: none;
    border: none;
}
.bx-wrapper .bx-pager {
    bottom: -20px;
    line-height: 0;
}
/* post */
.post-list li {
    margin-bottom: 20px;
}
.post-list li:last-child {
    margin-bottom: 0;
}
.post-list a {
    display: block;
    color: #000;
}
.post-list a:hover, .post-list a:focus {
    color: #058dc7;
    background: #def;
}
.date {
    color: #999;
    font-size: 80%;
}
.pager {
    margin-top: 20px;
}
.pager > li:nth-child(1) {
    float: right;
}