@charset "utf-8";
/* CSS Document */
/*pagination*/
.justify-content{
        -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

/*991以上*/
@media (min-width:991px){
   
}

/*1300以下*/
@media (max-width: 1300px) {
    

     
}

/*1110以下*/
@media (max-width: 1110px) {
    
/*
.musicianList .left {
    width: 200px;
    float: none;
    margin: 0 auto 3%;
}
.musicianList .right {
    width: 100%;
    float: none;
    margin: 0 0 3%;
} 
*/
   
     
}
/*991以下*/
@media (max-width: 991px) {
 
#musicianDetail .leftCol .data > li {
  float:left;
    margin: 0 5px;
}
  


}
    
/*768以下*/
@media (max-width: 768px) {
    
.page-list .current{

    margin: 0 auto;
    float: none;
    
}
nav .pagination{
    margin: 0 auto;
   
}

.justify-content{
    -ms-flex-pack: center!important;
    justify-content: center!important;
}


}
    
/*568以下*/
@media (max-width: 568px) {
  
#detail #main-box {
     padding-top:10%; 
}
.musician table .description{
    font-size:78%;
    line-height: 2;
}


}     