@charset "UTF-8";
/*　────────────────────────────────────────────
  アーティストページcss
────────────────────────────────────────────　*/
/* AT-01 アーティストページ　*/
.common__2column .imgBox {
    float: left;
    display: table;
    table-layout: fixed;
}
.common__2column .imgBox span {
    height: 250px;
    width: 250px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.common__2column .imgBox span img {
    width: auto;
    height: auto;
    max-width: 250px;
    max-height: 250px;
}
.art__contents {
    position: relative;
    z-index: 1;
    margin-top: -25px;
    width: 100%;
    background: #fff;
    padding-top: 25px;
}
.art__topBox {
    position: relative;
    padding: 30px 0 55px;
    overflow: hidden;
}
.art__topBox .common__2column {
    position: relative;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}
.art__topBox__bg {
    overflow: hidden;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.art__topBox__text {
    padding: 23px 30px;
    float: right;
    width: 710px;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.8);
    line-height: 1.45;
    min-height: 250px;
    word-break: break-all;
}
.art__topBox__text h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}
.art__topBox__text .profile {
    margin-bottom: 32px;
}
.art__topBox__text .comment__title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}
.art__topBox__text .comment__block {
    margin-bottom: 12px;
}
.art__newRelease {
    margin-bottom: 30px;
}
.art__newRelease__heading {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
}
.art__newRelease__contents {
    padding: 20px 0;
    background: #fff;
    text-align: center;
}
.art__twitter .common__section__contents {
    position: relative;
    width: 520px;
    margin-right: auto;
    margin-left: auto;
}
/* AT-02 アーティストソング一覧　*/
.art__top__textarea {
    margin-top: 22px;
    margin-bottom: 24px;
    font-size: 14px;
}
/* AT-02 アーティストソング一覧　*/
/* AT-03 アーティストフォーマット別ソング一覧　*/
.art__single {
    margin-bottom: 40px;
}
.common__player {
    margin-top: 20px;
}
.art__words__list li {
    width: 236px;
}
.art__words__list li .li__inner span.text {
    width: auto;
}
.art__words__list li .count {
    display: inline-block;
    height: 18px;
    margin-top: 11px;
    margin-left: 10px;
    padding: 0 10px;
    color: #8a8a8a;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    vertical-align: top;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background: #f0f0f0;
}

/*　────────────────────────────────────────────
  頭文字検索ぺージcss
────────────────────────────────────────────　*/
.mojikensaku__main {
    margin-bottom: 50px;
}
.mojikensaku__main .art_search {
    width: 760px;
    margin: 0 auto;
}
.mojikensaku__main .art_search table tr {
    margin-bottom: 24px;
}
.mojikensaku__main .art_search table tr td {
    width: 74px;
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: bold;
}
.mojikensaku__main .art_search table tr td a:hover {
    color: #b6e400;
}

/*　────────────────────────────────────────────
  歌詞一覧css
────────────────────────────────────────────　*/
.art__lyrics__heading {
    position: relative;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
}
.art__lyrics__heading__sub {
    font-size: 14px;
    margin-bottom: 30px;
}


/* safariのみカウントのstyleがずれるのを調整　*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    .art__words__list li a .count{
        line-height: 20px;
    }
}
