@charset "UTF-8";
/*　────────────────────────────────────────────
  トレンドリストcss
 ────────────────────────────────────────────　*/
.common__trend__list {
    margin-right: -20px;
}
.common__trend__list ul {
    float: left;
    width: 480px;
    margin-right: 20px;
}
.common__trend__list ul li {
    width: 480px;
    height: 104px;
    border: none;
}
.common__trend__list ul li:hover {
    border: none;
}
.common__trend__list ul li .label {
    position: relative;
    float: left;
    width: 30px;
    height: 100%;
    background: #b7e22e;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.common__trend__list ul li .label span {
    display: block;
}
.common__trend__list ul li .label span.num {
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 -1px rgba(0,0,0,0.2);
}
.common__trend__list ul li .common__2column {
    width: 450px;
    height: 104px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: none;
}
.common__trend__list ul li .common__2column:after {
    position: absolute;
    bottom: 0;
    left: 30px;
    display: block;
    content: "";
    width: 450px;
    height: 4px;
}
.common__trend__list ul li .common__2column:hover {
    border: 1px solid #b6e400;
    border-left: none;
}
.common__trend__list ul li .imgBox {
    margin: 9px 0 0 10px;
    float: left;
}
.common__trend__list ul li .imgBox a {
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
}
.common__trend__list ul li .imgBox a:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.common__trend__list ul li .imgBox img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.common__trend__list ul li .textBox {
    float: right;
    padding: 4px 9px 0;
    width: 349px;
    height: 102px;
    background: #f5f5f5;
    border-left: 1px solid #d9d9d9;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.common__trend__list ul li .textBox .artist {
    padding-bottom: 1px;
}
.common__trend__list ul li .textBox .artist a {
    color: #828282;
}
.common__trend__list ul li .textBox dl {
    width: 260px;
}
.common__trend__list ul li .textBox .point .btn {
    position: absolute;
    top: 10px;
    right: 12px;
}
.common__trend__list ul li .balloon {
    position: absolute;
    top: 28px;
    left: 358px;
}
.common__trend__list ul li .line__container {
    position: absolute;
    left: 28px;
    bottom: 0;
    height: 4px;
    max-width: 452px;
}
.common__trend__list ul li .line__bar {
    width: 100%;
    height: 100%;
    background: url("../../images/common/common_trend_bg.png?6be24ab66b") 0 bottom no-repeat;
    -webkit-background-size: 100% 4px;
    -moz-background-size: 100% 4px;
    background-size: 100% 4px;
}
.common__trend__list ul li.rank1 .line__container {
    width: 100%;
}
.common__trend__list ul li.rank1 .line__bar {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.common__trend__list ul li.rank2 .line__container {
    width: 435px;
}
.common__trend__list ul li.rank3 .line__container {
    width: 412px;
}
.common__trend__list ul li.rank4 .line__container {
    width: 384px;
}
.common__trend__list ul li.rank5 .line__container {
    width: 365px;
}
.common__trend__list ul li.rank6 .line__container {
    width: 252px;
}
.common__trend__list ul li.rank7 .line__container {
    width: 214px;
}
.common__trend__list ul li.rank8 .line__container {
    width: 192px;
}
.common__trend__list ul li.rank9 .line__container {
    width: 164px;
}
.common__trend__list ul li.rank10 .line__container {
    width: 139px;
}
