@charset "UTF-8";
/*　────────────────────────────────────────────
  ソングぺージcss
────────────────────────────────────────────　*/
.common__lower__topBox {
    position: relative;
    overflow: hidden;
}
.common__lower__topBox .common__2column .imgBox {
    float: left;
    display: table;
    table-layout: fixed;
}
.common__lower__topBox .common__2column .imgBox span {
    height: 250px;
    width: 250px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.common__lower__topBox .common__2column .imgBox span img {
    width: auto;
    height: auto;
    max-width: 250px;
    max-height: 250px;
}
.song__contents {
    position: relative;
    z-index: 1;
    margin-top: -25px;
    width: 100%;
    background: #fff;
    padding-top: 25px;
}
.song__textarea {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 12px;
}
.common__toggle__textarea {
    margin-bottom: 12px;
}
.common__toggle__textarea.is-opened .song__comment {
    display: block;
}
.common__toggle__textarea__contents {
    display: none;
}
.song__comment {
    margin-bottom: 27px;
}
.song__comment dt {
    margin-bottom: 11px;
    padding-bottom: 9px;
    border-bottom: 1px solid #d9d9d9;
}
.song__comment dt span {
    display: inline-block;
    padding-left: 8px;
    border-left: 4px solid #b6e400;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}
.song__comment.hires dt span {
    border-left: 4px solid #d3aa15;
}
.song__comment dd {
    font-size: 14px;
}
.song__movie__container {
    margin-bottom: 40px;
    padding: 25px 0 14px;
    background: #ebebeb;
}
.song__movie__container .song__movie {
    position: relative;
    width: 550px;
    margin-right: auto;
    margin-left: auto;
}
.song__movie__container .play__count {
    margin-top: 3px;
    font-size: 11px;
    text-align: right;
}
.common__section__heading span.limitedSong {
    display: inline-block;
    height: 20px;
    padding: 0 6px;
    margin: 9px 0 0 12px;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    border: none;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #5fd89b;
}
.song__horizontal__list {
    margin: 0;
}
.song__horizontal__list ul li {
    margin-right: 0;
    width: 100%;
}
.song__horizontal__list ul li .imgBox a {
    width: 100px;
    height: 100px;
}
.song__horizontal__list ul li .textBox {
    float: left;
    width: 685px;
    padding-bottom: 0;
    padding-left: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.song__horizontal__list ul li .textBox dl {
    width: 673px;
}
.song__horizontal__list ul li .textBox .title {
    margin-top: 12px;
    margin-bottom: 4px;
    text-decoration: none;
}
.song__horizontal__list ul li .textBox .lyrics {
    margin-top: 7px;
}
.song__horizontal__list ul li .textBox .fileDetail {
    position: absolute;
    top: 21px;
    right: 9px;
    font-size: 11px;
    text-align: right;
    line-height: 1.5;
}
.song__horizontal__list.hires__content ul li .textBox .fileDetail {
    position: absolute;
    top: 64px;
    right: 9px;
    text-align: right;
}
.song__horizontal__list ul li .point {
    position: absolute;
    bottom: 10px;
    right: 9px;
}
.song__horizontal__list.hires__content ul li .point {
    top: 9px;
}
.song__horizontal__list.hires__content ul li .formatTypeBox {
    position: absolute;
    top: 30px;
    right: 0px;
}
.song__lyrics {
    margin-bottom: 40px;
}
.song__lyrics .common__section__contents {
    text-align: center;
    background: #fff;
    border: solid 1px #d9d9d9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.song__lyrics .song__lyrics__text {
    position: relative;
    width: 570px;
    margin-right: auto;
    margin-left: auto;
    padding: 22px 0 23px;
    font-size: 14px;
    line-height: 1.9;
}
.song__lyrics .song__lyrics__button__area {
    padding: 21px 0 24px;
    color: #808080;
    background: #fdffeb;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.song__lyrics .song__lyrics__button__area a {
    position: relative;
    display: block;
    width: 340px;
    height: 46px;
    margin: 12px auto 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    background: #b6e400;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}
.song__lyrics .song__lyrics__button__area a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 14px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: top;
}
.song__lyrics .song__lyrics__button__area a:hover {
    background: #c4e92f;
}
.song__album {
    margin-bottom: 40px;
}
.song__album .common__section__contents {
    position: relative;
    padding: 17px 0 14px;
    background: #f5f5f5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
}
.song__album .common__section__contents.hires {
    background: linear-gradient( to bottom, #ffffff 20%, #d4d3d3 100% );
    border: 1px solid #ceb309;
}
.song__album .common__section__contents .common__album__img__box {
    overflow: hidden;
}
.song__album .common__section__contents .common__album__img__box .imgBox.wd {
    width: 100px;
    float: left;
}
.song__album .common__section__contents .common__album__img__box .imgBox a {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}
.song__album .common__section__contents .common__album__img__box .imgBox a:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.song__album .common__section__contents .common__album__img__box .imgBox a img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.song__album .common__2column {
    position: relative;
    width: 940px;
    margin-right: auto;
    margin-left: auto;
}
.song__album .song__album__img {
    float: left;
    margin-top: 3px;
}
.song__album .song__album__text {
    float: right;
    width: 820px;
}
.song__album .song__album__text .title {
    font-size: 16px;
    font-weight: bold;
}
.song__album .song__album__text .title.txtCut1Line {
    width: 735px;
}
.song__album .song__album__text .artist a {
    color: #828282;
}
.song__album .song__album__text .song__album__recorded {
    padding-top: 13px;
    margin-top: 11px;
    border-top: 1px solid #d9d9d9;
}
.song__album .song__album__text .song__album__recorded.hires {
    padding-top: 13px;
    margin-top: 11px;
    border-top: 1px solid #ceb309;
}
.song__album .song__album__text .recorded__title {
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: bold;
}
.song__album .song__album__text .recorded__title span {
    margin-left: 9px;
    font-size: 11px;
    font-weight: normal;
}
.song__album .song__album__text .song__album__recorded__list {
    margin-right: -2px;
    margin-bottom: 9px;
}
.song__album .song__album__text .song__album__recorded__list:before,
.song__album .song__album__text .song__album__recorded__list:after {
    content: "";
    display: table;
}
.song__album .song__album__text .song__album__recorded__list:after {
    clear: both;
}
.song__album .song__album__text .song__album__recorded__list ul {
    float: left;
    width: 272px;
    margin-right: 2px;
}
.song__album .song__album__text .song__album__recorded__list li {
    height: 32px;
    margin-bottom: 2px;
    padding: 0 10px;
    line-height: 32px;
    background: #fff;
}
.song__album .song__album__text .song__album__recorded__list li a {
    margin-left: 0.5em;
}
.song__album .song__album__text .other__song {
    text-align: right;
}
.song__album .point {
    position: absolute;
    top: 19px;
    right: 20px;
}
.common__player {
    margin-top: 40px;
}
@media screen and (min-width: 1200px) {
    .common__lower__topBox {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
}
/* safariのみline-heightが1pxずれるのを調整 */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    .common__section__heading span.limitedSong{
        line-height: 22px;
    }
}
