@charset "UTF-8";

.itunesListen{
    background-color: #ffffff;
    display: inline-block;
    padding: 1%;
    width: 98%;
}

.chart {
    border-bottom: 1px solid #161f35;
    color: #333333;
    font-size: 106.7%;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 1% 2% 1% 0;
    position: relative;
}

.directory {
    position: absolute;
    right: 2%;
}

.directory a {
    color: #FFFFFF;
    font-size: 73.3%;
}

/*
@media screen and (min-width: 320px) and (max-width: 959px) {
    .directory a {
        color: #333333;
    }
}
*/

.audiojs {
    background: none !important;
    width: 26px;
    height: 26px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.audiojs:hover {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

/*　再生・停止ボタン　*/
.audiojs .play-pause {
    border-right: none;
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    /* border-radius: 14px; */
}

/*　再生・停止ボタンなどの p 要素　*/
.audiojs p {
    display: none;
    width: 26px;
    height: 26px;
    margin: 0px;
    cursor: pointer;
}

/*　再生ボタン　*/
.audiojs .play {
    background: url(../images/play.gif) center center no-repeat;
    display: block;
}

/*　停止ボタン　*/
.audiojs .pause {
    background: url(../images/stop.gif) center center no-repeat;
}

.playing .play, .playing .loading, .playing .error {
    display: none;
}

.playing .pause {
    display: block;
}

.loading .play, .loading .pause, .loading .error {
    display: block;
    background: url(http://popscene.jp/shared/images/load/loading.gif) center center no-repeat;
}

.loading .loading {
    display: block;
}

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
    display: none;
}

.error .error {
    display: block;
}

.error .play-pause p {
    cursor: auto;
}

.error .error-message {
    display: block;
}

.audiojs .scrubber, .audiojs .time {
    display: none;
}

.nf-hide {
    display: none;
}



.now_loading {
    background: url(../images/search_loader.gif) 50% 50% no-repeat;
}




.rankingside {
    background-color: #333333;
    color: #ffffff;
    font-family: Helvetica;
    font-size: 12px;
    text-align: center;
    width: 24px;
    line-height: 24px
}

.recommend {
    /* display: inline-block; */
    /* display: flex; */
    letter-spacing: normal;
    /* margin-top: 10%; */
    padding-bottom: 10px;
    /* position: relative; */
    overflow: hidden;
    /* text-align: center; */
    /* width: 25%; */
}

.recommend .artwork {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    /* width: 120px; */
}

.recommend .artwork img {
    background: #fff url("../images/loader.gif") no-repeat scroll center center;
    border: solid 1px #ECEDEF;
    display: block;
    vertical-align: bottom;
    /* width: 100%; */
    z-index: 5;
}

.recommend .artwork .playStop {
    /* background: url("../images/play.gif") no-repeat scroll 0 0; */
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 10;
    /* filter:alpha(opacity=70); */
    /* -moz-opacity: 0.7; */
    /* opacity: 0.7; */
    width: 26px;
    height: 26px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.recommend .artwork .playStop:hover {
    /* background: url("../images/play.gif") no-repeat 0 0; */
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.recommend .playStop.playing {
    background: url("../images/stop.gif") no-repeat 0 0;
}

.recommend .playStop.loading {
    background: url("http://popscene.jp/shared/images/load/loading.gif") no-repeat 0 0;
    width: 26px;
    height: 26px;
}

/*
.recommend .artwork img {
    height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
*/

.song_title {
    background-color: #ffffff;
    bottom: 0;
    color: #1B2936;
    left: 0;
    /* margin: auto; */
    /* padding: 2%; */
    right: 0;
    text-align: left;
    top: 0;
    transition: all 0.25s ease-in-out 0s;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    /* border-bottom: solid 1px #ECEDEF; */
    /* border-left: solid 1px #ECEDEF; */
    /* border-right: solid 1px #ECEDEF; */
}

.recommend .song {
    color: #333333;
    font-size: 86.7%;
    padding: 1% 0 0.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend .artist, .recommend .album {
    color: #666666;
    font-size: 80%;
    font-weight: 400;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.itset {
    display: flex;
    padding: 1%;
}

.recommend .itstore, .recommend .amusic {
    display: inline-block;
    margin-right: 5px;
}

.recommend .itstore img, .recommend .amusic img {
    vertical-align: bottom;
}
