@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 0px) and (max-width: 960px) {

/***ABOUT***/

h5.msg-mds {
    width: 80%;
    max-width: 500px;
    margin: -80px auto 30px;
    padding: 10px 0;
    text-align: center;
    background-color: #B38402;
    border-radius: 10px;
    color:#FFF;
    font-size: 120%;
    font-weight: 600;
}

.msg-txt {
    width: 85%;
    margin: 0 auto;
    padding: 60px 5% 30px;
    position: relative;
    overflow: visible;
    background-color: #F0F0F0;
    border-radius: 10px;
    font-size: 90%;
    font-weight: 500;
}

ul.singer-list {    
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}


ul.singer-list li {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

ul.singer-list li:last-child {
    margin: 0;
    padding: 0;
}

ul.singer-list li:after {
    content: "";
    width: 200px;
    height: 1px;
    display: block;
    margin: 60px auto 0;
    background-color: #D6D6D6;
}

ul.singer-list li:last-child:after {
    display: none;
}


ul.singer-list li .sl-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

ul.singer-list li .singer-img {
    width: 100%;
    margin: 0 0 10px;
    line-height: 70%;
}

ul.singer-list li .singer-info {
    width: 100%;
}

ul.profile-list {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: visible;
}

ul.profile-list li {
    margin: 0 0 20px;
    line-height: 180%;
}



/***ENTRY***/

ul.form-list li {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

ul.form-list li .fl-cat {
    width: 100%;
    font-weight: 700;
}

ul.form-list li .fl-entry {
    width: 100%;
}






}