@charset "utf-8";
body {
    background-image: url(../img/bg.gif);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000000;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

img {
    max-width: 100%;
}

header {
    background-color: #006cba;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

.mt {
    margin-top: 20px;
}

.mb {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb100 {
    margin-bottom: 100px;
}

.pt {
    padding-top: 20px;
}

.pb {
    padding-bottom: 20px;
}

.cen {
    text-align: center;
}

.flexs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flexc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flexc a {
    display: block;
    width: 100%;
}

.flexc a img {
    max-width: 90%;
}

.flexb {
    justify-content: space-between;
}


/*flex-right-margin*/

.frm {
    margin-right: 40px!important;
}

.spacer {
    width: 64px!important;
}

header #sns {
    padding: 5px 0 0 0;
}

header #sns li {
    margin-right: 10px;
}

#headtitle {
    border-bottom: 5px solid #bf7e00;
    background: url(../img/head_bg.jpg);
}

#headtitle:after {
    border-bottom: 2px solid #bf7e00;
    margin-bottom: 5px;
}

#articles article {
    box-shadow: 0 0 0 2px #ae9667, 0 0 0 6px #ffffff, 0 0 0 11px #ae9667;
    box-sizing: border-box;
    padding: 20px;
    background: #ffffff;
    position: relative;
    margin-bottom: 60px;
    box-sizing: border-box;
}

#articles article dl dt {
    float: left;
}

#articles article dl dd {
    float: right;
    width: 80%;
    text-align: left;
    color: #473500;
    font-size: 20px;
    position: relative;
}

#articles article dl dd h3 {
    background: url(../img/hr.png) no-repeat left bottom;
    padding-bottom: 10px;
    font-size: 21px;
}

#articles article .btn {
    position: absolute;
    bottom: 20px;
    left: 22%;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    background: #fec600;
    border-radius: 10px;
    padding: 6px 10px;
    text-decoration: none;
}

#titles {
    margin-bottom: 50px;
}

#titles article {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
}

#titles article:after {
    content: "";
}

#titles article .a_img {
    float: left;
}

#titles article .body {
    float: right;
    border: 5px solid #006cba;
    background: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 10px;
    width: 78%;
    font-size: 15px;
    position: relative;
}

#titles article .body:before {
    content: url(../img/comment.png);
    position: absolute;
    top: 48px;
    left: -27px;
}

#titles article .body .head .from {
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #006cba;
}

#titles article .body .head .from span {
    font-size: 30px;
}

#titles article .body .head .list {
    float: right;
    color: #00aeff;
}

#titles article .body .head .l1 {
    font-size: 22px;
    vertical-align: top;
    padding-top: 10px;
}

#titles article .body .hr {
    margin-top: 15px;
    min-height: 15px;
    background-image: url(../img/hr02.png);
    background-repeat: repeat-x;
}

#titles article ul.link {
    margin-top: 20px;
}


/*作品既刊*/

#items ul {
    margin-right: 0px;
}

#items ul li {
    width: 150px;
    text-align: center;
    margin-right: 18px;
    margin-bottom: 20px;
}

#items ul li img {
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

#items ul li a img {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

section:after,
article:after,
.cf:after {
    content: "";
    clear: both;
    display: block;
}

footer {
    background: #000000;
    padding-top: 40px;
}

footer ul {
    display: flex;
    justify-content: space-around;
}

footer ul li {
    width: 40%;
    text-align: center;
}

footer .hr {
    min-height: 20px;
    background-color: #006cba;
}

footer .cr {
    background: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}


/**Hover*/

a:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 640px) {
    .inner {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    header {
        padding: 0 5%;
    }
    .flexc {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .flexc a {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
    .flexc a img {
        max-width: 100%;
    }
    #titles {
        width: 95%;
    }
    #titles article .chara dl {
        width: 100%;
        margin-bottom: 20px;
    }
    #titles article .chara dl dt {
        float: none;
        text-align: center;
    }
    #items ul {
        display: flex;
        justify-content: space-between!important;
        margin-right: 0px;
    }
}
