@charset "UTF-8";

h2{
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.8em;
}
#book_box .title,
#book_box .date,
#book_box .place01 {
}
#book_box .title{
    border: none;
    padding-bottom: 1em;
}
#works_box a p.title::after{
    border: none;
    background: none;
}
@media screen and (max-width:740px) {
    #book_box .title,
    #book_box .date,
    #book_box .place01 {
        text-align: left;
    }
    #book_box .title br{
        display: none;
    }
}