@charset "utf-8";
/*
Theme Name: GANEBUN
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/
/* reset
--------------------------------------------------*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, select, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
img, iframe {
    vertical-align: bottom;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}
/* 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;
}