@charset "UTF-8";
/*------------------------------------------------------------------------------------------
*
*
    music_attention.css
    -> PC
*
*
------------------------------------------------------------------------------------------ */

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
        for PC
*
*
------------------------------------------------------------------------------------------ */
body{
    background-image:url(../images/parts_bg.png);
}

#contents_area{
    width: 810px;
    background-color: #fff;
    margin: 50px auto;
    font-size: 17px;
    line-height: 2em;
}

#contents_area .contents_inner{
    margin: 0 0 50px 0;
    padding: 0 30px;
}

#contents_area .mv{
    position: relative;
}

#contents_area table{
    font-size: 16px;
}

#contents_area table td{
    padding: 0 0 10px 0;
}

#contents_area table th{
    text-align: left;
    padding: 0 10px 0 0;
}

#contents_area a:link{ color: #ff7598; text-decoration: none;}
#contents_area a:hover{ text-decoration: underline;}

#contents_area .theme{
    font-size: 18px;
    margin: 0 0 20px 0;
}

#contents_area h2{
    margin: 50px 0 20px 0;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background-color: #ff7598;
    color: #fff;
    font-size: 20px;
}



/*
*
    song
*
*/
#contents_area .btn_player{
    margin: -103px 10px 60px 0;
    position: relative;
    text-align: right;
    z-index: 10;
}

#contents_area .cart_try{
    width: 80px;
    height: 33px;
    margin: 0 3px 10px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#contents_area .cart_try a{
    width: 80px;
    height: 33px;
    display: block;
    text-align: center;
    text-decoration: none !important;
    background-color: #fff;
    border-radius: 17px;
    color: #ff7598;
    font-size: 13px;
    line-height: 33px;
    position: absolute;
    top: 0;
    left: 0;
}

#contents_area .cart_try #stop{
    display: none;
}

#contents_area .cart_m{
    width: 124px;
    height: 33px;
    margin: 0 0 10px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#contents_area .cart_m a{
    width: 124px;
    height: 33px;
    display: block;
    text-align: center;
    text-decoration: none !important;
    background-color: #ffc300;
    border-radius: 17px;
    color: #fff;
    font-size: 13px;
    line-height: 33px;
}

#contents_area .btn_player a{ transition: opacity .1s ease;}
#contents_area .btn_player a:hover{ opacity: .7;}



}




@media screen and (max-width : 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
        for SP
*
*
------------------------------------------------------------------------------------------ */
body{
    background-image:url(../images/parts_bg.png);
}

#contents_area{
    padding: 15px 0 0 0;
    background-color: #fff;
    margin: 0 auto !important;
    font-size: 14px;
    line-height: 2em;
}

#contents_area .contents_inner{
    margin: 0 0 50px 0;
    padding: 0 15px;
}

#contents_area .mv{
    position: relative;
}

#contents_area .mv img{
    width: 100%;
    height: auto;
}

#contents_area table{
    font-size: 14px;
}

#contents_area table th{
    text-align: left;
    width: 0;
    padding: 0 10px 0 0;
    white-space: nowrap;
    font-size: 11px;
}

#contents_area table td{
    padding: 0 0 10px 0;
    text-indent: -1.3em;
    padding-left: 1.3em;
}

#contents_area table td .small{
    font-size: 11px;
}


#contents_area a:link{ color: #ff7598; text-decoration: none;}
#contents_area a:hover{ text-decoration: underline;}

#contents_area .theme{
    text-align: center;
    font-size: 18px;
    margin: 0 0 20px 0;
}

#contents_area .theme .small{
    font-size: 15px;
}

#contents_area h2{
    margin: 50px 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ff7598;
    display: inline-block;
    text-align: left;
    line-height: 1.6em;
    color: #000;
    font-size: 15px;
}

#contents_area h2:first-child{
    margin-top: 0;
}

/*
*
    song
*
*/
#contents_area .btn_player{
    margin: 20px 0 30px 0;
    position: relative;
    text-align: center;
    z-index: 10;
}

#contents_area .cart_try{
    width: 100px;
    height: 33px;
    margin: 0 3px 10px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#contents_area .cart_try a{
    width: 100px;
    height: 33px;
    display: block;
    text-align: center;
    text-decoration: none !important;
    background-color: #ff7598;
    border-radius: 17px;
    color: #fff;
    font-size: 13px;
    line-height: 33px;
    position: absolute;
    top: 0;
    left: 0;
}

#contents_area .cart_try #stop{
    display: none;
}

#contents_area .cart_m{
    width: 140px;
    height: 33px;
    margin: 0 0 10px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#contents_area .cart_m a{
    width: 140px;
    height: 33px;
    display: block;
    text-align: center;
    text-decoration: none !important;
    background-color: #ffc300;
    border-radius: 17px;
    color: #fff;
    font-size: 13px;
    line-height: 33px;
}

#contents_area .btn_player a{ transition: opacity .1s ease;}
#contents_area .btn_player a:hover{ opacity: .7;}




}