#artist_wrap p{
    line-height: 30px;
    font-size: 12px;
}
#top_bg_artist {
    width: 100%;
    min-height:505px;    
}
.artist_list {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0px 0px 50px 0px;
}
.artist_list ul{
    display: block;
    position: relative;
    overflow: hidden;
}
.artist_list ul li {
    float: left;
    width: 25%;
}
.artist_space_13 {
    padding: 0px 0px 13px 0px;
}
.artist_space_40 {
    padding: 0px 0px 40px 0px;
}

.contents_detail p{
    line-height: 28px;
}

.contents_detail a{
    text-decoration: underline;
    font-weight: bold;
    color: #303030;
    display: inline;
}