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

/***ABOUT***/

.about-img {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.about-txt {
    font-weight: 400;
}

h3.debut-mds {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 170%;
    line-height: 180%;
    font-weight: 700;
    color: #A20000;
    text-align: center;
}

.dm-small {
    font-size: 70%;
}

#debut {
    margin: 0 auto 60px;
    padding: 0 0 60px;
    border-bottom: solid 1px #707070;
}

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: 140%;
    font-weight: 600;
}

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


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

ul.singer-list li {
    width: 100%;
    margin: 0 0 30px;
    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: 30px 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;
}

ul.singer-list li .singer-img {
    width: 25%;
    line-height: 70%;
}

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

ul.singer-list li .singer-info .date {
    font-size: 80%;
    color: #4E4E4E;
}

ul.singer-list li .singer-info .info {
    font-size: 120%;
    line-height: 160%;
    font-weight: 700;
}

ul.singer-list li .singer-info .sub-info {
    margin: 10px 0 0;
    font-size: 90%;
    line-height: 180%;
    font-weight: 400;
}

ul.singer-list li .singer-info .green-info {
    display: inline-block;
    background-color: #89F8C1;
    text-align: center;
    margin: 10px 0 0;
    padding: 5px 20px;
    font-weight: 700;
}

ul.singer-list li .grey-box {
    width: 80%;
    margin: 30px auto 0;
    padding: 20px 5%;
    position: relative;
    overflow: hidden;
    background-color: #EFEFEF;
    font-size: 90%;
    font-weight: 400;
    line-height: 180%;
}


ul.profile-list li {
    margin: 0 0 20px;
}

ul.profile-list li::marker {
    color: #770505;
}

.topfive {
    width: 80%;
    max-width: 400px;
    margin: 100px auto 0;
}


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

ul.profile-list li {
    margin: 0 0 10px;
}

/***WINNERS***/


.news-wrap {
    width: 100%;
    margin: 30px auto;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    background-color: #F0F0F0;
}

.news-wrap .news-article {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 10px;
}

.news-wrap .comment {
    text-align: center;
    font-size: 90%;
    line-height: 160%;
}

/***ENTRY***/

.intro {
    width: 100%;
    margin: 0 0 100px;
}

ul.entry-warning-list {
    width: 90%;
    margin: 0 auto;
    color: #FF4A4A;
}

.page-entry h3 {
    width: 100%;
    margin: 0 0 60px;
    padding: 0 0 10px;
    position: relative;
    overflow: hidden;
    border-bottom: solid 3px #770505;
    color: #770505;
}

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

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;
}

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

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

ul.form-list li input[type=text],
ul.form-list li input[type=email]{
    width: 95%;
    max-width: 600px;
    display: block;
    margin: 0;
    padding: 20px 2%;
    border: solid 1px #D1D1D1;
    background-color: #F5F5F5;
    border-radius: 5px;
    font-size: 100%;
}

.submit-btn {
    width: 80%;
    max-width: 350px;
    margin: 0 auto 100px;
    padding: 20px 0;
    position: relative;
    font-size: 110%;
    font-weight: 600;
    background-color: #D03000;
    border: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}

.submit-btn:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 10px 0 0;
    background-image: url("../img/index/btn-arr-r.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
