@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    booklist_pc.css
*
*
------------------------------------------------------------------------------------------ */
#section_booklist li{ opacity: 0; transition: opacity .6s ease;}
#section_booklist li.on{ opacity: 1;}

@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#content_body{ padding-right: 80px;}

#content_body a{ text-decoration: underline;}
.is_pc #content_body a:hover,
.is_sp #content_body a.touch{ text-decoration: none;}

/* --------------------------------------------------
*
    #content_body
*
-------------------------------------------------- */
#content_body .section_inner{
    position: relative;
}

#content_body .section_inner h2{
    margin: 0 0 35px 0;
    line-height: 1.307em;
}

#content_body .section_inner .desc{
    margin: 0 0 70px 0;
    font-size: 16px;
    line-height: 2em;
}

#content_body .section_inner a{
    text-decoration: underline;
}

#content_body .section_inner a:hover,
#content_body .section_inner a.touch{
    text-decoration: none;
}


/* --------------------------------------------------
*
    #section_booklist
*
-------------------------------------------------- */
#section_booklist{
    margin: 0 ;
}

#section_booklist ul{
    width: calc(100% + 100px);
    margin: 0 0 -25px 0;
    letter-spacing: -.40em;
    position: relative;
    left: -50px;
}

#section_booklist li{
    width: 143px;
    margin: 0 25px 65px 25px;
    letter-spacing: 0;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    position: relative;
}

#section_booklist li:nth-child(3n):after{
    content: '';
    display: block;
    width: 588px;
    height: 1px;
    background-color: #9B9B9B;
    position: absolute;
    top: -30px;
    left: -410px;
}

#section_booklist li a{
    display: block;
    text-decoration: none !important;
}

#section_booklist li .pic{
    margin: 0 0 10px 0;
    line-height: 0;
    text-align: center;
}

#section_booklist li .pic img{
    width: auto;
    height: 150px;
    border: 1px solid #9b9b9b;
    opacity: 1 !important;
}

#section_booklist li h3{
    font-size: 14px;
    color: #EC5A0C;
    line-height: 1.5714em;
}

#section_booklist li p{
    font-size: 14px !important;
    line-height: 1.5714em !important;
}

#section_booklist li .btn_link{
    margin: 10px 0 0 0;
    width: 143px;
    height: 28px;
    box-sizing: border-box;
    border: 1px solid #023E21;
    font-size: 12px !important;
    border-radius: 28px;
    line-height: 26px !important;
    text-align: center;
    transition: background .1s ease .0s, color .1s ease .0s;
}

.is_pc #section_booklist li a:hover h3,
.is_sp #section_booklist li a.touch h3{
    text-decoration: underline;
}

.is_pc #section_booklist li a:hover .publisher,
.is_pc #section_booklist li a:hover .author,
.is_sp #section_booklist li a.touch .publisher,
.is_sp #section_booklist li a.touch .author{
    text-decoration: underline;
}

.is_pc #section_booklist li a:hover .btn_link,
.is_sp #section_booklist li a.touch .btn_link{
    color: #fff;
    background-color: #023E21;
    transition: background .15s ease .05s, color .15s ease .05s;
}


} /* ----- min-width : 641px ----- */
