@charset "utf-8";
/* CSS Document */
h2.bs-h2 {
    margin: 60px -12px 0.5em -12px;
    font-size: 140%;
    font-weight: bold;
    color: #ffffff;
    padding: 0.6em 15px 0.8em 15px;
    background-color: #000000;
}
.bs-rank:before {
    content: "";
    background: #fff;
    display: inline-block;
    height: 1.0em;
    width: 1.2em;
    vertical-align: middle;
    -webkit-mask: url("https://cdfront.tower.jp/~/media/Images/Tol/pc/site/bestseller/common/crown-solid");
    mask: url("https://cdfront.tower.jp/~/media/Images/Tol/pc/site/bestseller/common/crown-solid");
    -webkit-mask-size: cover;
    mask-size: cover;
    margin: -0.2em 0.2em 0 0;
}
.bs-rank.bs-no1:before {
    background: linear-gradient(0deg, #B67B03 0%, #DAAF08 100%);
}
.bs-rank.bs-no2:before {
    background: linear-gradient(0deg, #999 0%, #f3f3f3 100%);
}
.bs-rank.bs-no3:before {
    background: linear-gradient(0deg, #8d350c 0%, #ff8f40 100%);
}
.bs-rank {
    margin-right: 1em;
    display: block;
    float: left;
    margin-top: -3px;
}
.bs-rank.bs-no1 {
    color: #B67B03;
}
.bs-rank.bs-no2 {
    color: #999;
}
.bs-rank.bs-no3 {
    color: #C55D2C;
}
.inMdl-atclTextbody div span.bs-publisher , span.bs-publisher{
    font-size: 85%;
}
.bs-btn {
    border: 3px solid #000000;
    border-bottom: 5px solid #000000;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto 1.5em auto;
    width: 80%;
}
.bs-btn a {
    display: block;
    padding: 10px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}