@charset "euc-jp";

ul.outputcsv-1 li:nth-child(2n+1) ,
ul.outputcsv-2 li:nth-child(2n+1) ,
ul.outputcsv-3 li:nth-child(2n+1) ,
ul.outputcsv-4 li:nth-child(2n+1) ,
ul.outputcsv-5 li:nth-child(2n+1) ,
ul.outputcsv-6 li:nth-child(2n+1) {
    clear:both;
}

/* booklist */

#bodyClump .booklist{
    margin-bottom:10px;
}

#bodyClump .booklist ul{
    margin-top:-1px;
    padding:15px 0;
    overflow:hidden;	/* clearfix */
    background:url(//image.books.rakuten.co.jp/books/img/common/template/line_gray.gif) repeat-x;
}

* html #bodyClump .booklist ul{
    height:1%;	/* clearfix */
}

#bodyClump .booklist li{
    float:left;
        width: 500px;
    height: 360px;
    margin:30px 15px 10px;
}
#bodyClump .booklist li:nth-child(2n+1) {
    margin-right: 10px;
}
#bodyClump .booklist .image{
    float:left;
    width:160px;
}

#bodyClump .booklist .image img{
    max-width: 160px;
    width: 100%;
}

#bodyClump .booklist .note{
    float: right;
    width: 320px;
    overflow: hidden;
    /* pointer-events: none; */
}

#bodyClump .booklist .genre{
    display:block;
}

#bodyClump .booklist .note a{
    font-size:90%;
    font-weight:bold;
}

#bodyClump .booklist .note .chirayomi a{
    font-size:82%;
    font-weight:normal;
    text-decoration: none;
}

#bodyClump .booklist .note .chirayomi span{
    display: inline-block;
    vertical-align: top;
    padding: 4px 0 0 2px;
    color: #003399;
    text-decoration: underline;
}

#bodyClump .booklist .note .chirayomi a:hover span{
    color: #b76d48;
    background: none;
}

#bodyClump .booklist .owner{
    display:block;
    margin-top:3px;
    color:#333333;
    font-size:82%;
}

#bodyClump .booklist .price{
    display:block;
    margin-top:4px;
    font-size:90%;
}

#bodyClump .booklist .price span{
    /* display:block; */
    margin-bottom:1px;
    color:#BF0000;
    font-size:91%;	/* overwrite ->82% */
    text-decoration: none;
}

#bodyClump .booklist .discount{
    display:block;
    margin-top:2px;
    color:#bf0000;
    font-size:90%;
    font-weight:bold;
}

#bodyClump .booklist p{
    margin-top:4px;
    color:#333333;
    font-size:82%;
    line-height: 22px;
}

#bodyClump .booklist span.title {
    color: #3366cc;
    font-size: 18px;
    font-weight: bold;
}



